Solana Projects › Atlas

Atlas

Access a whole new world of tokenized financial products

Programs · 24h on-chain

On-chain activity

All programs →

Atlas Platform

Atlas Platform provides multi-currency banking infrastructure for digital assets, enabling custody, staking, payments, and trading across fiat, stablecoins, and cryptocurrencies. The system supports cross-chain operations through MPC-secured custody architecture while maintaining full reserve backing and downloadable transaction reporting.

Visit
Project content

Atlas news, features & analysis

Matched from published articles, podcasts, and talks using the project name, token name, or token symbol.

  1. Lightspeed Podcast Summary 31 min read

    How To Improve Solana's Market Structure | Eugene Chen

    Rebuilding Crypto's Market Structure: Eugene Chen's Vision for Atlas, Phoenix, and Solana's Future ... At the center of this evolution stands Eugene Chen, co-founder of Ellipsis Labs, whose work on Phoenix, Atlas, and the recently revealed SolFi is reshaping how liquidity functions on Solana.

  2. Accelerate 25 Conference Talk 7 min read

    Scale or Die at Accelerate 2025: Atlas: Verifiable Finance At Scale

    Ellipsis Labs unveils Atlas, a groundbreaking implementation of the Solana Virtual Machine that promises to revolutionize scalability in decentralized finance. ... With innovative approaches to scaling reads, writes, and replication, Atlas is set to redefine the performance standards of blockchain technology.

  3. Solfate Podcast Summary 20 min read

    Building an investment DAO in Star Atlas & buying a $5M space ship w/ Craig Founder @SuperPhoenixDAO

    SuperPhoenixDAO: Pioneering Investment and Social Experiences in Star Atlas ... One such groundbreaking initiative is SuperPhoenixDAO, a project that's set to revolutionize the way we think about in-game assets, social experiences, and investment opportunities within the Star Atlas universe.

  4. Unlayered Podcast Summary 15 min read

    The Star Atlas Story & Gaming On-Chain I Michael Wagner (Star Atlas)

    Discover how Chomp is transforming information gathering using blockchain technology, game theory, and innovative incentive mechanisms to create a more reliable and engaging user experience.

  5. Unlayered Podcast Summary 20 min read

    The Star Atlas Story & Gaming On-Chain I Michael Wagner (Star Atlas)

    Explore the impact of recent events on crypto markets, the rise of meme coins, and insights on the future of NFTs and blockchain gaming

  6. Unlayered Podcast Summary 17 min read

    The Star Atlas Story & Gaming On-Chain I Michael Wagner (Star Atlas)

    Explore how Solana's high throughput design is revolutionizing blockchain scalability, offering better price discovery and enabling new applications in DeFi and beyond.

  7. Breakpoint 23 Conference Talk 4 min read

    Breakpoint 2023: Star Atlas Session

    Summary During Breakpoint 2023, a significant keynote was delivered focused on the developments in the gaming metaverse Star Atlas. ... Star Atlas's Vision and Integration with Solana Star Atlas, leveraging Solana's blockchain technology, aims to create a seamless, massive, and interconnected universe within their games.

  8. Podcast Summary 13 min read

    Star Atlas: The Triple-A Web3 Game

    Star Atlas: Pioneering the Future of Web3 Gaming on Solana ... In a recent episode of The Cove Podcast, Michael Wagner, CEO and co-founder of Star Atlas, shared insights into the ambitious vision behind this groundbreaking Web3 game.

  9. Solfate Podcast Summary 20 min read

    Building StarAtlas, the blockchain game and economy with Michael Wagner, CEO - Solfate Podcast #29

    Star Atlas: Pioneering the Future of Blockchain Gaming on Solana ... In a recent episode of the Solfate Podcast, Michael Wagner, co-founder and CEO of Star Atlas, provided an in-depth look into the groundbreaking blockchain game being built on Solana.

  10. Podcast Summary 13 min read

    Validated | What It Takes to Build a AAA On-Chain with Michael Wagner

    Michael Wagner, CEO and co-founder of ATMTA, the core development studio behind Star Atlas, is at the forefront of this transformation. ... In a recent episode of the Validated podcast, Wagner elaborates on the compelling case for blockchain games and how Star Atlas is pioneering this new frontier.

About

Atlas

Atlas: The Blockchain for Verifiable Finance

tldr: Atlas is a high-performance blockchain built on a custom implementation of the Solana Virtual Machine (SVM), designed specifically for verifiable finance applications. It combines the performance of traditional finance with the transparency and security of DeFi, enabling complex financial apps not possible on general purpose chains. Atlas is currently in private testnet with plans for a public testnet in late 2023 and mainnet in 2025.

Introduction to Atlas

Atlas is a blockchain platform developed by Ellipsis Labs with the goal of serving financial applications that require the performance of traditional finance combined with the transparency of decentralized finance (DeFi).

By leveraging a hyper-efficient custom implementation of the Solana Virtual Machine (SVM), Atlas is able to provide reliable transaction delivery, near-zero fees, instant pre-confirmations, and frequent oracle updates - enabling a new generation of financial apps not possible on neutral, general purpose blockchains.

Some key use cases Atlas aims to unlock include:

  • On-chain order books
  • Margin trading systems
  • High frequency trading platforms

While providing traditional finance level performance, Atlas maintains the transparency and security guarantees of a public blockchain. All transactions are verifiable on-chain, providing an unprecedented level of transparency compared to opaque centralized systems.

Solana / SVM Compatibility

Under the hood, Atlas is built on a custom implementation of the Solana Virtual Machine (SVM). This means that Atlas is fully compatible with the Solana ecosystem.

Developers can use the same tools they would use to build on Solana - like Anchor and the Solana CLI - to create and deploy apps on Atlas. Existing Solana programs can be deployed out-of-the-box to Atlas to take advantage of its unique performance characteristics and optimizations for verifiable finance.

It's important to note that while Atlas leverages the SVM, it is a standalone blockchain, not a Solana L2 or sidechain. When complete, Atlas will be an L2 blockchain that settles to Ethereum mainnet. But the SVM compatibility means the Solana developer ecosystem can easily expand to building on Atlas as well.

How Atlas Optimizes the SVM for Verifiable Finance

While maintaining full compatibility with Solana, Atlas introduces several enhancements to the core SVM architecture that optimize it for verifiable finance use cases:

Rapid State Merklization

Atlas merklizes its full state every slot, with a 50ms slot interval. This enables hyper-efficient state proof generation, which is critical for interchain communication and bridging assets to/from other chains. The rapid cadence also enables high throughput, with Atlas theoretically capable of 65k+ TPS.

Next-Gen RPC

Atlas features a fully redesigned RPC implementation that is modular, horizontally-scalable, and backwards-compatible with existing Solana RPC methods. This allows for massive parallelization of RPC requests, ensuring the Atlas RPC layer can scale to meet the demands of global financial markets.

Isolated Execution

Atlas leverages the SVM's capability for purely functional transaction execution. Transactions can be split into parallel execution units and processed concurrently, then merged back together deterministically. This enables higher throughput and lower transaction latency compared to serial execution models.

By optimizing the SVM architecture with verifiable finance in mind, Atlas is able to provide an unparalleled combination of performance, security, and transparency for financial applications.

Using Atlas

Atlas is currently available as a private testnet, accessible to select partners and developers. Teams and projects interested in building on Atlas are encouraged to request access via the Atlas website.

Once granted access, developers can start using Atlas immediately with familiar Solana tools and development environments. The Atlas docs site provides guides on deploying programs, interacting with the chain, and more.

Here are the basic steps to get started:

  1. Install the Solana CLI
  2. Request testnet tokens from the Atlas faucet
  3. Deploy a Solana program to Atlas testnet
  4. Interact with your program using standard Solana libraries/tools

The Atlas team provides dedicated support to help teams integrate with the platform and start building. An ecosystem Slack channel allows developers to directly interface with the Atlas core team and other builders in the community.

What's Next for Atlas

Atlas is still in the early stages of its roadmap, with the majority of development work happening behind the scenes. The private testnet is an opportunity for select teams to start developing on the platform and provide feedback ahead of a wider public release.

According to the Atlas team, a full public testnet is planned for later in 2023, which will open up access to permissionless development on the network. This will be the first chance for the broader Solana ecosystem to start deploying apps and experimenting with Atlas' capabilities.

The full Atlas mainnet is currently slated for launch in Q2 2025. This will mark the arrival of Atlas as a fully decentralized, permissionlessly accessible L2 blockchain, settled on Ethereum mainnet. The Atlas team envisions the mainnet launch kickstarting a wave of financial innovation, as performance intensive apps like on-chain order books and high frequency trading platforms migrate over to the Atlas chain.

Expect to see more details about the Atlas roadmap, tokenomics, and go-to-market plans as development progresses and the mainnet launch draws closer. The project has been fairly private thus far, but anticipation is high for Atlas to bring a new level of performance to DeFi and expand what's possible with decentralized, verifiable financial infrastructure.

The Team Behind Atlas

Atlas is being developed by Ellipsis Labs, a San Francisco based web3 infrastructure company. The Ellipsis team has deep expertise across blockchain engineering, cryptography, and financial systems design.

Ellipsis was co-founded by CEO Patrick McCorry, who previously led cryptography research at Infura, and CTO James Prestwich, a veteran blockchain engineer who has worked on projects like Celo, Summa, and Interledger.

The Ellipsis team believes transparent, open financial systems are key to a more equitable and efficient global economy. Atlas is their attempt to provide the high-performance, secure infrastructure needed to make decentralized finance competitive with centralized alternatives.

With backing from top crypto venture firms like Polychain Capital, Coinbase Ventures, and Alameda Research, Ellipsis is well capitalized to see through its ambitious vision for Atlas. The team is growing quickly and actively hiring top talent across engineering, product, and business development.

While still a relatively young project, Ellipsis' strong technical foundations and clear vision have many in the Solana ecosystem eager to see how Atlas evolves. As DeFi increasingly demands performance on par with centralized systems, a blockchain uniquely optimized for verifiable finance could play a key role in the next phase of growth and adoption.

Conclusion

Atlas is an ambitious attempt to create the ideal blockchain environment for decentralized financial applications. By optimizing the Solana Virtual Machine for verifiable finance use cases, Atlas offers an unprecedented combination of traditional finance level performance with the transparency and security of a public blockchain.

With a talented team, strong backing, and a clear vision, Atlas is well positioned to evolve into a critical piece of the DeFi stack. As the platform matures, it could help unlock a wave of financial innovation, from on-chain order books to high frequency trading.

Developers and projects seeking a high-performance environment for financial apps should keep a close eye on Atlas. While still early in its journey, the platform may just provide the elusive combination of performance and transparency DeFi needs to compete with centralized finance at scale.

Contents

Note: inclusion in Solana Compass directory does not indicate a recommendation or endorsement of this project, its token(s) or its products. Data sourced with thanks from The Grid to aid in building these pages.

Reviews

0.0
0 reviews
Please login to write a review.
Solana tokens

Solana Token Markets

Explore all tokens →