Aptos is a Layer 1 blockchain platform launched on October 18, 2022, developed by Aptos Labs — a company founded in 2021 by Mo Shaikh and Avery Ching, both former Meta (Facebook) engineers who worked on the Diem (Libra) blockchain project before its cancellation. Aptos uses the Move programming language (originally developed for Diem), a Rust-based language designed for safe, resource-oriented smart contract development where digital assets are treated as first-class resources that cannot be accidentally duplicated or destroyed. The blockchain achieves high throughput through a combination of innovations: the Block-STM parallel execution engine (processes non-conflicting transactions simultaneously rather than sequentially), a pipelined consensus mechanism based on DiemBFT/Jolteon, and a modular architecture that decouples transaction dissemination from consensus and execution. Aptos claims theoretical throughput exceeding 160,000 TPS with sub-second finality, though real-world performance depends on network conditions and transaction complexity. The network raised $350 million across funding rounds from major investors including a16z, Multicoin Capital, FTX Ventures, and Jump Crypto, launching at a $4 billion valuation and making it one of the most heavily funded L1s in crypto history. Mo Shaikh, who served as CEO from founding, stepped down in December 2024, remaining as a strategic adviser. APT token is used for gas fees, staking, and governance.
Origin & History
| Date | Event |
|---|---|
| 2019 | Facebook announces Libra blockchain project; Move language development begins |
| Jan 2022 | Diem (formerly Libra) officially shut down; Meta sells intellectual property and assets to Silvergate Bank |
| 2021 | Aptos Labs founded by Mo Shaikh and Avery Ching after departing Meta |
| Mar 2022 | Aptos Labs raises $200M seed round led by a16z, with participation from Tiger Global, Multicoin Capital, FTX Ventures, and Coinbase Ventures |
| Jul 25, 2022 | Aptos Labs raises $150M Series A led by FTX Ventures and Jump Crypto, bringing total funding to $350M |
| Oct 18, 2022 | Aptos mainnet launches; APT token goes live; tokenomics debated by community |
| 2023 | Microsoft and Google Cloud partnerships announced; DeFi ecosystem grows; TVL reaches $300M+ |
| 2024 | Aptos processes 30,000+ sustained TPS during stress tests; acquires HashPalette Inc. to expand into Japanese market |
| Dec 2024 | Mo Shaikh steps down as CEO; remains strategic adviser |
| 2025 | Focus on institutional adoption, RWA tokenization, and Asian market expansion |
How It Works
Aptos Architecture:
Aptos separates and pipelines three core components: consensus (Jolteon/DiemBFT), parallel execution (Block-STM), and state storage (Jellyfish Merkle Tree). These run in parallel rather than sequentially, enabling higher throughput.
Block-STM Parallel Execution:
Non-conflicting transactions execute simultaneously. A token transfer, a DeFi call, an NFT mint, and a bridge transaction can all execute at the same time if they touch different parts of state. Only conflicting transactions are re-executed sequentially, preserving correctness.
Move Language:
Move treats digital assets as resources with strict ownership rules. A Coin resource has a value field but cannot be copied or dropped — only moved between accounts. This eliminates entire categories of bugs (double-spending, reentrancy) at the language level rather than relying on developer discipline.
Feature Comparison:
| Feature | Aptos | Solana | Ethereum | Sui |
|---|---|---|---|---|
| Language | Move | Rust (SVM) | Solidity (EVM) | Move (Sui variant) |
| Consensus | Jolteon (BFT) | Tower BFT + PoH | Casper/Gasper | Narwhal/Bullshark |
| Execution | Block-STM (parallel) | Sealevel (parallel) | Sequential (L1) | Parallel (object-based) |
| Finality | Under 1 second | ~0.4 seconds | ~13 seconds | Under 1 second |
| Theoretical TPS | 160,000+ | 65,000+ | ~30 | 297,000+ |
| Genesis from | Meta’s Diem | Independent | Independent | Meta’s Diem |
In Simple Terms
Born from Facebook’s Diem: Aptos was created by engineers who built Facebook’s blockchain project (Diem/Libra). When Meta abandoned the project, they took the technology and built an independent blockchain.
Move language: Aptos uses Move, a programming language where digital assets are treated as “resources” that cannot be accidentally copied or destroyed. This prevents entire categories of bugs that plague Solidity smart contracts.
Parallel execution: While Ethereum processes transactions one at a time, Aptos uses Block-STM to execute non-conflicting transactions simultaneously, like having multiple checkout lanes instead of one.
Sub-second finality: Transactions are confirmed in less than one second with no possibility of reversal, faster than most L1 blockchains.
Heavily funded: Aptos raised $350M from top investors before launch, giving it one of the largest war chests in crypto for development, ecosystem grants, and partnerships.
Real-World Examples
| Scenario | Implementation | Outcome |
|---|---|---|
| Microsoft and Google Cloud partnerships | Aptos partners with Microsoft for AI and blockchain integration; Google Cloud runs a validator | Enterprise credibility; infrastructure support from major tech companies |
| Thala Protocol DeFi | Thala builds AMM and stablecoin (MOD) on Aptos using Move | Core DeFi infrastructure demonstrates Move language capabilities for complex finance |
| NFT gaming | Topaz and Souffl3 NFT marketplaces launch on Aptos | Growing digital collectibles ecosystem leveraging fast, cheap transactions |
| Japanese market expansion | Aptos Labs acquires HashPalette Inc. in October 2024 to enter the Japanese blockchain market | Strategic geographic expansion; Palette Chain integrated into Aptos ecosystem |
Advantages
| Advantage | Description |
|---|---|
| Move language safety | Resource-oriented programming prevents double-spending and reentrancy bugs at the language level |
| High throughput | Block-STM parallel execution achieves thousands of real-world TPS |
| Sub-second finality | Fast, definitive transaction confirmation for excellent user experience |
| Strong funding | $350M runway enables aggressive ecosystem development and talent acquisition |
| Enterprise potential | Google Cloud and Microsoft partnerships signal institutional credibility |
Disadvantages & Risks
| Disadvantage | Description |
|---|---|
| Smaller ecosystem | Far fewer dApps and developers than Ethereum, Solana, or even Avalanche |
| Tokenomics criticism | Large insider and VC allocation (over 50%) at launch generated community backlash |
| Move learning curve | Fewer Move developers than Solidity or Rust; ecosystem growth depends on attracting talent |
| Competing L1 market | Crowded field — Solana, Sui, Avalanche, Near all compete for similar users |
| Bear market launch | Launching in October 2022 into a bear market limited initial adoption |
Risk Management Tips:
- Monitor Aptos ecosystem growth metrics (TVL, active developers, unique addresses) over time
- Understand APT tokenomics; significant token unlocks from early investors may create sell pressure
- Compare Aptos vs. Sui (both Move-based) to understand which captures more developer momentum
- Diversify L1 exposure rather than concentrating in a single platform
- Evaluate Aptos DeFi protocols independently for smart contract risk
FAQ
Q: What’s the relationship between Aptos and Meta (Facebook)?
A: Aptos was built by former Meta employees who worked on the Diem (Libra) blockchain project. When Meta shut down Diem in January 2022, Mo Shaikh and Avery Ching founded Aptos Labs in 2021 (before the official shutdown) and built an independent blockchain using the Move language they developed at Meta. Aptos has no official connection to Meta.
Q: How does Aptos compare to Sui (both use Move)?
A: Both use the Move language but diverged architecturally. Aptos uses the original Move with Block-STM parallel execution, while Sui uses a modified Move variant with an object-centric data model and different consensus (Narwhal/Bullshark). Sui focuses on object-level parallelism, while Aptos focuses on transaction-level parallelism.
Q: Is Aptos faster than Solana?
A: In theoretical benchmarks, Aptos claims higher TPS than Solana. In real-world conditions, both achieve thousands of TPS with sub-second finality. The practical difference is minimal for most users; the more meaningful differences are ecosystem size, developer tools, and application availability.
Q: What are the risks of APT tokenomics?
A: At launch, over 50% of APT tokens were allocated to the Aptos Foundation, team, and early investors, with multi-year vesting schedules. Large periodic token unlocks can create sell pressure. Always check the unlock schedule before investing.
Related Terms
Layer 1, Move (Programming Language), Parallel Execution, Sui (SUI), Finality
Sources
- Aptos Labs — Official Documentation and Whitepaper: aptoslabs.com
- Ching, A. et al. (2022). “Block-STM: Scaling Blockchain Execution by Turning Ordering Curse to a Performance Blessing”
- Blackshear, S. et al. (2019). “Move: A Language With Programmable Resources” — Meta/Diem
- Messari — Aptos Protocol Analysis
- The Block — Aptos Funding and Ecosystem Coverage
UPay Tip: Aptos represents a fascinating experiment: can the best technology from a failed Big Tech blockchain project succeed as an independent crypto platform? If you are a developer curious about Move, Aptos offers generous grants and a growing ecosystem. If you are an investor, watch developer activity metrics — a blockchain is only as valuable as what is being built on it.
Disclaimer: This content is for educational purposes only and does not constitute financial or investment advice.
UPay — Making Crypto Encyclopedic










