Decentralized businessman |🌐🍭

On-Chain
Nabil G.ll retweeted
Binance will list @HyperliquidX (HYPE) with the Seed Tag applied. More info → binance.com/en/support/annou…
837
443
3,832
1,048,931
Gm ☀️
1
6
Nabil G.ll retweeted
🔥 UPDATE: NEAR protocol enables private perps by default, hiding position ownership, powered by Hyperliquid.
64
165
1,670
97,253
Nabil G.ll retweeted
The future of finance is tokenized
51
37
438
22,694
Like the feeling of a hungry lion surrounded by many baby buffalo 😎
how it feels to use telegram premium
16
I think the temperature is very high these days wow
19
Nabil G.ll retweeted
The Greatest Ethereum Explanation of ALL TIME (in Under 10 Minutes)!
34
73
390
87,318
Nabil G.ll retweeted
We heard your feedback loud and clear.
Treat yourself to an upgrade. Get 20% cashback on Apple spend until 25th September.
Community note
Plasma's ad for 20% cashback on Apple spend omits that per terms it is capped at $50 for new participants and Core tier or $100 for existing Platinum (on $250/$500 spend), paid in XPL after 30-day hold, and targeted/only if displayed in app. plasma.org/plasma-one-app…
90
14
201
48,807
Interesting
A note on recursive STARK mempools (EIP-8288) eips.ethereum.org/EIPS/eip-8… This is an EIP that I am hoping we can get included in I-star (the fork after Hegota) that you can think of as the next step after Frames, that would unlock extreme amounts of power. Particularly: * Ultra-cheap quantum-safe signatures (SPHINCS-). Much of the cost savings comes from the fact that the signature data (~3 kB) does not have to go onchain * Ultra-cheap quantum-safe privacy protocols. Status quo minimum cost for private txs is ~300k if you engineer very well (no one does), status quo quantum-safe is ~10M gas, this could reduce it to low tens of thousands. * Universal support for your favorite new signature or proof scheme without needing EVM changes. Whatever you use (Falcon, ML-DSA, some other lattice-based thing, something code-based or isogeny-based or even more esoteric), you can just wrap it client-side in a STARK, onchain gas cost low tens of thousands just like privacy protocols. Hopefully, Ethereum will never need "please support my favorite cryptographic algo" politics again. * Private account abstraction: keep your account logic private, and in a private location onchain. Then you can make one transaction to change the ownership of all your onchain state - accounts, defi positions, privacy protocol notes, everything - without revealing which objects' ownership you're changing. Here's how it works. Your transaction can include a type of frame that we call a "dependency frame". The frame is a list of statements, asserting claims like "message hash M was signed by SPHINCS- public key P" and "data hash D was proven to satisfy a statement defined by verification key V". When you send your transaction, you send it in an envelope, which includes a signature or a STARK for each statement in a dependency frame. Once the transaction reaches the mempool, nodes aggregate them. Each node runs a loop: wait one tick (eg. 500ms), aggregate all new envelopes (either single-tx or multi-tx) that you've seen, remove any transactions that are expired, generate a STARK recursively proving all dependencies, and send a new multi-tx envelope containing that STARK. Hence, the bandwidth load is bounded: each node's outbound is one STARK (~100-300 kB) per tick, plus each transaction getting broadcasted through the network once (as happens already). The block builder acts as "yet another mempool node", receiving envelopes from the mempool (plus any side channels), generates its own STARK covering the subset of transactions it intends to include in the block, and adds that STARK to the block. Total onchain overhead: one STARK (100-300 kB), plus 96 bytes for each statement being proven. This is what I've called before ( piped.video/watch?v=TSLUpOps… ) "The Proof Singularity". Today, we have all the ingredients to actually implement it. As a developer, this requires a somewhat different workflow than you are used to, but it is conceptually simple. Any signatures or STARKs, you put into a separate frame. Then the main logic that today is verifying a signature or STARK, you replace with checking for the existence of a frame that includes the correct statement as a dependency. Examples of useful statements: * [tx sighash] verifies against [the pubkey at sload(0)] * there exists a secret and a merkle branch such that hashing secret+0 and applying the merkle branch outputs (public) root R, and hashing secret+1 outputs (public) nullifier N * there exists a secret address A, salt S and signature Z such that sload(0) = hash(A, S) and a merkle proof of address A inside a recent ethereum state contains some pubkey D where [tx sighash] was signed by D [this is private account abstraction; all variables except [tx sighash] and sload(0) are private; you can also make D a STARK verification key] * there exists an ML-DSA signature signing [tx sighash], that verifies against an ML-DSA pubkey whose hash is sload(0) At the core, this is moving any compute and data other than bookkeeping "business logic" outside the core path of Ethereum execution, sharding and parallelizing it via the mempool. Notice also that this requires agreeing on a _language_ (aka. an ISA) for the recursive STARKs to define statements in. The current leading candidate is RISC-V. So this would also de-facto be Ethereum adding RISC-V (or something else we decide on) as a canonical ISA - a big decision that should be done carefully, but that I think will be necessary to drive Ethereum forward.
43
Nabil G.ll retweeted
🔥 NEW: Ethereum's next major upgrade will let users pay transaction fees in stablecoins instead of $ETH
90
114
1,030
93,027
Nabil G.ll retweeted
One optimistic and still very-non-consensus belief I have about the far future of cryptography: I think that there is a 33% chance that, for average real-world computation, there exist ways to implement all three of what I call the Egyptian God Protocols (SNARK, FHE, iO) with 1+ε factor overhead (meaning, for large enough instances, the added overhead of cryptographizing a computation becomes arbitrarily small compared to the base cost of doing the computation itself) And a 60% chance that all three can be done with single-digit overhead (ie. <10x, measured in total cost of energy plus amortized compute) I think there's a good chance we'll get one of these (probably SNARKs with single-digit overhead) by the end of this decade. After all, we're already there for specialized hash functions and for some LLM inference.
397
197
2,062
338,976
ETH❤️
A lot of important progress on Frames (EIP-8141) has been quietly happening over the last few months. Highly recommend reading this, also the updated EIP eips.ethereum.org/EIPS/eip-8… firefly.social/post/x/209626…
54
Nabil G.ll retweeted
Ethereum is for shipping. Here are 35 things the Ethereum ecosystem launched, upgraded, and announced through August. 1/ GnosisDAO approved a vote to transition @gnosischain from its own L1 to a ZK-proven Ethereum L2 rollup with synchronous composability, so apps on Gnosis and Ethereum can interact in a single transaction. 2/ @BlackRock introduced the BlackRock Select Treasury Based Liquidity Fund (BSTBL) with a tokenized share class on Ethereum mainnet for managing stablecoin and digital asset reserves, and began tokenizing share classes of its $311B European money market fund series on Ethereum. 3/ @aztecnetwork launched Alpha v5, a protocol upgrade that reduced private transaction proving times and brought the first wave of privacy-preserving apps to the network. 4/ @Uniswap processed $1B+ in stock token volume and $20B+ in total volume on @RobinhoodCrypto's Robinhood Chain since its July launch. 5/ @ethPandaOps introduced the Platåberget testnet, preparing client implementations for Glamsterdam, Ethereum's next network upgrade. 6/ @Morpho crossed $880M in total deposits on Robinhood Chain in its first <2 months live and reached $5.75B in total deposits on @base. 7/ @web3privacy shared the Ethereum Privacy Ecosystem Mapping 2026, an updated map and repository covering Ethereum’s privacy ecosystem. 8/ @Revolut announced the phased rollout of its euro-denominated stablecoin EURR, live on Ethereum for eligible users. 9/ @aave v4 surpassed $525M in deposits on Ethereum. 10/ Coinbase Tokenized Stocks launched on @base for non-U.S. users, held 1:1 by a regulated custodian, owned in self-custody wallets, and usable across DeFi 24/7. 11/ @FreedomFactory opened presales for the PQ1, a fully open-source, air-gapped hardware wallet that signs with post-quantum cryptography through an Ethereum smart account. 12/ @OctantApp launched Epoch 13, its latest funding round, focused on privacy on Ethereum and across the open internet. 13/ @selfxyz and Google Cloud launched the USAT Mainnet Faucet on @Celo, letting anyone verified on Self claim USA₮. 14/ @PrivacyBoost launched the Privacy Boost App, a frontend to send private transfers from your connected wallet. 15/ @Whitechain_io, the distribution-focused network connected to the WhiteBit ecosystem, announced it is evolving from an L1 into an Ethereum L2 built on the OP Stack. 16/ @ether_fi added tokenized stocks, portfolio-backed loans through @aave, and other new features to its crypto neobank. 17/ @ethereuminsti announced its ecosystem funding round and supporter coalition, welcoming 100+ organizations to support Ethereum's institutional onboarding, and shared that Open Standard's Open USD stablecoin will launch on Ethereum on day one. 18/ @class_lambda and @gattacahq shared that their PropAMM (pAMMs) infrastructure has facilitated over $2B in total volume swapped on Ethereum. 19/ @theInterfold, an open-source protocol for confidential coordination and encrypted execution environments built on Ethereum, launched its Network Alpha production environment. 20/ @arbitrum activated ArbOS Elara, bringing more responsive fees and 4x bigger Stylus smart contracts to Arbitrum One, along with new features for chains built on the Arbitrum stack. 21/ @Uniswap launched v4 Permissioned Pools, a hook standard to enforce allowlists on swaps and liquidity deposits while the protocol itself stays permissionless, bringing regulated assets to AMM trading with launch partners @SuperstateInc, @Securitize, and Dowgo. 22/ @EthCoordinate, a new crypto-native organization building on the EthStaker community's work, was formed to support Ethereum governance coordination, facilitate stakeholder interaction, and accelerate Ethereum adoption. 23/ @MetaMask launched the MetaMask Agent Wallet, an agentic wallet with built-in spending limits, allowlists, and risk profiles. 24/ @ResearchHub, a tool for the open funding, publication, and discussion of scientific research built on Ethereum and @base, launched a new homepage to surface open research proposals and funding requests. 25/ @base opened applications for Base Batches 004, a startup accelerator program for 10 early-stage teams, and also launched Base Verify Onchain, a privacy-preserving identity layer for apps to enforce one-person-one-claim onchain distributions. 26/ @Cloudflare announced Wallets, enabling AI agents to buy APIs and content with stablecoin payments over the x402 payment standard. 27/ The @ethereumfndn launched the better[.]codes autoresearch challenge to advance post-quantum Ethereum, built with @zksecurityXYZ and @eigenlabs on @yukonresearch, putting a machine-verified security problem on a public leaderboard that anyone can push forward. @Lighter_xyz also launched the Lighter Prover challenge, an autoresearch competition to make Lighter's production exchange faster. 28/ Privacy-focused wallet @staycloakedxyz reached $650k in deposits and $1M in volume in its first 90 days live. 29/ @mtpelerin added support for @ensdomains names as sending and receiving addresses when creating personal IBANs for bank transfers in crypto. 30/ @Blockspace_ETH was announced, a company focused on out-of-protocol infrastructure for Ethereum blockspace. 31/ @0xprivacypools launched onchain payroll support, allowing employers to provide recurring wage payments with privacy for salary amounts and recipient addresses. 32/ Fake World Assets (FWA), a NFT gacha protocol by @token_works, launched the FWAir NFT distribution mechanism with an initial 111 item PFP collection. 33/ Builder @z0r0zzz launched zSwap, a fully onchain decentralized exchange built on Ethereum, with all code, including frontend and application logic, stored on mainnet smart contracts. 34/ MMO game @playcambria surpassed $10M in total game volume in August, and @LootSurvivor and Cambria launched a 72-hour onchain dungeon competition. 35/ @EFDevcon released the official Devcon 8 travel guide for Mumbai ahead of this year's Devcon 8 conference in November.
653
530
2,787
456,849
Nabil G.ll retweeted
Cloud Quest PASS Whitelist is Now Open. This is more than just an NFT. It's your key to future opportunities within the Cloud Quest ecosystem. Only 500 community members will receive a Cloud Quest PASS. Supply: 500 NFT Price: FREE No team allocation. No public sale. 100% reserved for the community. Register now: cloudquest.asia/whitelist Secure your whitelist spot before all 500 passes are gone.
440
598
1,579
40,217
Nabil G.ll retweeted
THE WORLD CUP™ ‘26 SPRINT IS LIVE. Claim your Predictstreet Card to enter now: sprint.adipredictstreet.com Open daily packs, build streaks, & climb the leaderboard to win FIFA World Cup 2026™ tickets. Finals. Semi-finals. And more. Here’s how the Sprint works ↓
7,812
8,855
11,370
880,059
Nabil G.ll retweeted
Notice anything here? Follow with noti's on, things are going to move quickly.
720
432
976
21,270
inscription spot #4317 claimed for the @robinscribeapp genesis round → robinscribeapp.xyz
1
26
Secured my Base Card on @predictstreet. Now I’m racing through the World Cup Sprint for FIFA World Cup 2026™ tickets and more rewards. Get yours: sprint.adipredictstreet.com/… sprint.adipredictstreet.com/…
15