0xlightmark Profile Banner
Aaron.apt Profile
Aaron.apt

@0xlightmark

Followers
2K
Following
395
Media
11
Statuses
278

Ecosystem❤️Infra @ Aptos | Ex-@Meta (@libra_ | @Novi | @RocksDB) Creator of Jellyfish Merkle tree.

Aptos, CA
Joined April 2010
Don't wanna be here? Send us removal request.
@0xlightmark
Aaron.apt
1 hour
🚀 We’re getting closer to the final form of assets on Aptos. In ~3 days, if Proposal 148 passes, all new accounts will initialize with only the FA store — no legacy CoinStore by default. Next up: migrating existing CoinStores to FA Store.🔄.🔗 #Aptos.
0
0
0
@0xlightmark
Aaron.apt
14 hours
RT @AptosLabs: Stateless Accounts + Orderless Transactions (testnet) are LIVE on Aptos 💪. Good‑bye storage bloat and sequence‑number bottle….
0
39
0
@0xlightmark
Aaron.apt
3 days
🚀 Stateless Accounts are now live on Aptos mainnet!. You no longer need to create an account before using it — just send a transaction, and the Aptos framework will automatically initialize the account resources when needed. Smoother dev experience. Cleaner UX. #Aptos.
8
9
33
@0xlightmark
Aaron.apt
17 days
RT @Aptos: The United States of Aptos 🇺🇸. Co-Founder & CEO of @AptosLabs, @AveryChing, joins the @CFTC GMAC Digital Asset Markets Subcommit….
0
138
0
@0xlightmark
Aaron.apt
23 days
Imagine Memcached, but decentralized. Imagine Akamai, but ownable. Imagine a hot storage layer for AI & streaming, built on a dedicated fiber network. That's Shelby. #Web3 #DePIN #AI #Infra.
@Aptos
Aptos
23 days
Storage is broken. Big Tech controls data. Web3 can't rely on Web2 infra. It ends now. @ShelbyServes, Web3's 1st cloud-grade infra, by @jump_ @AptosLabs. Decentralized, monetizable storage for data-rich apps. Hot by design. Chain-agnostic. Incentivized.
8
6
31
@0xlightmark
Aaron.apt
24 days
🤫.
@Aptos
Aptos
24 days
Aptos takes the stage @Permissionless 🌐. Join @AveryChing (CEO/Co-Founder, @AptosLabs) and @zsparta (Head of Investments, @jump_) to go beyond the bottleneck and rethink real-time infra for the future. 🗓️ June 24 | 10:40 AM ET | Mainstage
Tweet media one
7
0
5
@0xlightmark
Aaron.apt
30 days
I still remember when @david_wolinsky asked: “Why not build AA on Aptos?”.So I started reading EIP-4337 — and quickly got overwhelmed: bundlers, EntryPoint, paymasters… way too complex for our architecture. That’s when it clicked: account abstraction should be designed with the.
@sherry_apt
sherry.apt
1 month
@Aptos AIP 104, 113, 121, 122, everything everywhere all at once. 🤯.
19
1
33
@0xlightmark
Aaron.apt
30 days
Well-deserved! Congrats!.
@Greg_Nazario
greg.apt 🌐
1 month
Today, marks my first day as Head of Dev Rel at Aptos Labs. I started working on Aptos 3 years ago working on bringing Aptos to Mainnet. I spent hours doing everything to bring a great experience to the developer community, to the point that one of the community managers said.
7
0
5
@0xlightmark
Aaron.apt
1 month
June is an explosive month of upgrades and migrations across the Aptos ecosystem — frameworks, tokens, infra, everything evolving fast. And there’s more to come. 🔥 #Aptos.
@Aptos
Aptos
1 month
Disptachable Fungible Assets (DFA) = Programmable tokens on Aptos. ✅ Auto rewards. ✅ Native fee routing. ✅ Built-in compliance. @ThalaLabs' xLPT shows it in action: LP tokens that stake themselves and earn yield on every transfer. Smarter tokens start with DFA. Learn how to
Tweet media one
10
0
19
@0xlightmark
Aaron.apt
1 month
Migrating an L1 native token to a new token standard, without breaking everything around it, is an unprecedented challenge that looks 10x easier on paper. You don’t truly get it — until you ship it. Don’t ask me how I know.
@Aptos
Aptos
1 month
A new era for tokens on Aptos begins on June 30, 2025 🌐. All tokens will auto-migrate Coin v1 to the new Fungible Asset Standard—starting with APT. No action needed. The update is fully automated and will roll out seamlessly across the network.
8
0
11
@0xlightmark
Aaron.apt
1 month
Big migrations are coming to @Aptos this June — and we’re starting with Module Events! 🚀. Most of the Framework is already upgraded (👋 legacy events), with only coin events remaining — and those will disappear after the FA migration soon. Dev fam: now’s the time to update your.
28
6
63
@0xlightmark
Aaron.apt
1 month
RT @AveryChing: Honored to be asked to testify in front of @houseagGOP for their committee hearing on American Innovation and the Future of….
0
98
0
@0xlightmark
Aaron.apt
2 months
Pretty nice work.
@deepmove_
deepmove
2 months
Deepmove for professional Move developers. It's finally here. Core Features:.🚀: Wasm-based local Move development environment.🦄: Professional Move development pipeline.💼: Automated Move TypeScript binding.👟: Support for Move-based blockchains.🌳: Comprehensive Move debugging.
5
0
3
@0xlightmark
Aaron.apt
2 months
RT @0xsuperkings: Hyperion is officially integrated into OKX Wallet @wallet. You can now view your Hyperion position seamlessly on OKX Wall….
0
3
0
@0xlightmark
Aaron.apt
3 months
Unlock Move 2. Embrace the madness. Start building with Account Abstraction on Testnet👇. Coming soon on Mainnet!.
0
0
5
@0xlightmark
Aaron.apt
3 months
💡 What you can build:.• Sandbox wallets that self‑destruct.• Delegated managers with strict spend caps.• App‑specific keys that skip repeated pop‑ups (one-click trading).
1
0
5
@0xlightmark
Aaron.apt
3 months
Benefits:.✅ Plug‑and‑play auth logic.✅ Audited dispatch path.✅ Full transaction context for nuanced checks—no extra infra.
1
0
4
@0xlightmark
Aaron.apt
3 months
Developers can adopt AA in two simple calls:.1️⃣ add_dispatchable_authentication_function to register your Move rule. 2️⃣ Submit txns with a new account authenticator: AccountAuthenticator::Abstraction.
1
0
4
@0xlightmark
Aaron.apt
3 months
Mechanics:.→ A new AbstractionAuthenticator points to your Move authentication function. → The function has to either return the signer or abort.
1
0
4
@0xlightmark
Aaron.apt
3 months
AA moves authentication out of native Rust and into smart contracts. Your account’s rules live in a Move function you control. Build multisig, custom checks, or time‑based locks with the highest security guarantees.
1
0
4