Stateless Accounts + Orderless Transactions (testnet) are LIVE on Aptos 💪 Good‑bye storage bloat and sequence‑number bottlenecks. Hello, true parallelism. Why this matters for every builder 🧵👇
TL;DR ✅ Aptos Labs have introduced Stateless Accounts & Orderless Txns to the Aptos network ✅ Builders can mint millions of user accounts at zero cost ✅ Txns are no longer a single‑lane bridge: Higher throughput, smoother UX
With Stateless Accounts, users don’t need to create an account before transacting on dApps. Step 1: Send a transaction Step 2: Aptos framework will automatically initialize the account resources when needed.
Orderless Transactions unleash parallel transactions for performant, high scalability. Instead of a sequence number, the transaction payload now carries public key + 64-bit nonce. Each txn is self-contained, so two non-conflicting txns from the same sender can fly in parallel.
Why builders should care 🧑‍💻 1️⃣ Gaming: free wallets + parallel moves = smoother gameplay 2️⃣ DEXs: high-freq order flow without queueing pain 3️⃣ Social dApps: one-click onboarding, no hidden storage fee
28,27K