InfStones Global

2.8K posts

InfStones Global banner
InfStones Global

InfStones Global

@InfStones

The Ultimate Web3 Infrastructure Platform(TM) supporting over 80+ blockchain protocols. Staking, Node Management, API Gateway, and Blockwatch.

Plano, TX Katılım Mayıs 2022
215 Takip Edilen61.2K Takipçiler
Sabitlenmiş Tweet
InfStones Global
InfStones Global@InfStones·
We are looking forward to contributing to @UNDP's inaugural meeting of the Blockchain Advisory Group – a senior-level forum exploring responsible, scalable blockchain adoption for sustainable development. #BlockchainForDevelopment
UNDP AltFinLab@UNDP_AltFinLab

🌟 @UNDP’s Blockchain Advisory Group is now officially launched, opening a new structured space with senior leaders from across the blockchain ecosystem. For us, this is part of a longer effort to move the blockchain for development conversation into a more responsible space.

English
0
0
3
1K
InfStones Global
InfStones Global@InfStones·
Robinhood Chain choosing Chainlink for cross-chain data shows how much dependable oracle infrastructure matters as tokenized assets go mainstream. Reliable rails are what real-world adoption is built on, and that's the foundation we focus on at InfStones. x.com/chainlink/stat…
Chainlink@chainlink

JUST IN: @RobinhoodApp launches public testnet and partners with Chainlink as the oracle platform for Robinhood Chain. Builders can leverage Chainlink’s data, interoperability, and compliance standards to power advanced tokenization use cases. Robinhood 🤝 Chainlink

English
20
14
12
793
InfStones Global
InfStones Global@InfStones·
Deploying a self-sustaining onchain AI agent from a single prompt is a genuine step forward for automation. Great to see BNB Chain and AWS lowering the barrier for builders, the kind of infrastructure progress that lifts the whole ecosystem. x.com/BNBCHAIN/statu…
BNB Chain@BNBCHAIN

The Smart Money Era is here on BNB Chain 🫴 @ForbesCrypto covered how BNB Agent Studio lets builders deploy AI agents that bank themselves from a single prompt Read the full piece 👇 forbes.com/sites/boazsobr…

English
27
16
16
870
InfStones Global
InfStones Global@InfStones·
Summer's here, and so are the savings ☀️ The InfStones Node Service Summer Sale is live. Every user gets a 50% OFF coupon toward: • Aethir Node Service → app.infstones.com/aethir • 0G Node Service → app.infstones.com/zerog Whether you're activating new nodes, renewing, or scaling your operation, now's the time to build on enterprise-grade infrastructure at half the cost. Act fast, limited-time only! Read more at infstones.com/blog/products_… #Aethir #0G #NodeService #SummerSale
English
10
10
12
606
InfStones Global
InfStones Global@InfStones·
The Lean Ethereum roadmap puts privacy, quantum resistance, and a simpler consensus layer at the core of the protocol's next era. This is the long-term infrastructure thinking we build for, and we're ready to support validators through the transition. x.com/VitalikButerin…
vitalik.eth@VitalikButerin

Two weeks ago, Ethereum researchers met in Berlin to continue charting the protocol's long-term trajectory, following along discussions with client teams in Svalbard in April. The updated strawmap is at strawmap.org, and I attached a picture of it to this post. My own high-level takeaways: * "Lean Ethereum" is not a single one-shot upgrade, it is a collection of improvements that will come online to the Ethereum network over the course of three or four years. But make no mistake, this IS the third major iteration of Ethereum in the same way that the Merge was the second. Almost every major piece of the protocol will be replaced: - Verification through recursive STARKs, rather than direct re-execution. Recursive STARKs become an enshrined first-class core component of the protocol - Replacing everything quantum-vulnerable with quantum-safe alternatives - Consensus: decoupled available chain and finality, one or two-round finality. Theoretically optimal security properties, simpler than today, and faster than today - Multidimensional gas - State: not just tree structure, but what *types* of state are available - Changes to client architecture ... At the same time, simplification, cleanup and future-proofing. And this will all be done in a way that minimizes disruption to existing application. We've done this before (the Merge), we can do it again. * H-star (aka Hegota) is probably Ethereum's last thematically "pre-Lean" fork. Starting from I-star, most of everything we do will have a very strong "Lean" feel to it in one way or another. * Privacy is no longer an afterthought, it is a first class goal. When designing Frames, the mempool, additions to the state tree, we explicitly ask the question "okay, how do quantum-safe, intermediary-free privacy protocol transactions go through this, and what is the overhead?" * Formal verification of everything for security. * FV also makes us much more comfortable with canonicalization (having pieces of the protocol that are directly defined as a piece of bytecode expressed in some language). evm-asm is being written in part to become a canonical proof system for the EVM. * Quantum safety has shifted up a LOT in priority. This adds a lot of work (eg. finalizing a quantum-safe blobs design has become urgent; this work has already been ongoing for months) * Probably the single most disruptive part of the plan is the changes to state. There is growing consensus around leaving present-day-style "dynamic state" mostly unchanged, but scaling it only a medium amount, and adding new types of state that are more scalability-friendly (eg. no need for builders to sync/store all of it) but more restrictive, and that will scale a large amount. eg. possible Ethereum in 2030: 2 TB of present-day-style (dynamic) state, and 100 TB of new-style (scalable but restrictive) state This "new-style" state would work very well for ERC20s, NFTs, many defi use cases, but not eg. highly "central" objects like Uniswap contracts, or onchain order books, or other complex things (which are crucial for Ethereum but which only take up a small percentage of state) Hence, it will not be *necessary* to rewrite any apps, but it will be *very cost-effective* to eg. rewrite an ERC20 token into a newer design that uses a new type of UTXO storage that is currently being explored, so that it will have >10x lower txfees. Design of these new state types (current ideas: keyed nonces, ring buffers, UTXOs, statically accessible state, temp state) is an area where we will need a lot of feedback from application developers (incl. privacy-friendly application developers) and probably several rounds of rethinking and iteration. * In the context of a much larger total state size, we need to figure out the incentive issues around who stores this state and what motivates them to. Even saying "each node stores 1%" is not good enough - why do they store that 1% and why are they willing to serve it? This is being elevated as a first-class research area. * Ethereum will need to have a "VM" other than EVM in one form or another - at the very least, we need something like leanISA for recursive STARKs - and the gains are large in exposing it to users so that we support programmable privacy and better scalability. Right now, the most likely contenders are leanISA and RISC-V. My own ideal is that in this world, we adjust the protocol so that the EVM becomes a high-level-language compiler-level feature, and the protocol only "sees" RISC-V / leanISA directly. But this is still far away. * Gas limit increases, blob increases and slot time decreases will happen many times over the next ~5 years. We expect a large gas limit increase with Glasterdam. Each step of increased scale or decreased slot time is a matter of getting to the point where it is safe to do it, which comes from a combination of client optimization and protocol changes. Ethereum is CROPS. Ethereum is scaling. Ethereum is reinventing itself. Onward.

English
9
9
12
825
InfStones Global
InfStones Global@InfStones·
Aave V3 going live on Monad with 12 assets on day one is a strong signal for the ecosystem. Battle-tested lending on a high-performance chain is exactly the kind of infrastructure growth we're here to support. x.com/monad/status/2…
Monad@monad

Aave V3 is now live on Monad @aave brings a battle-tested lending and borrowing market to Monad with support for 12 assets on day one

English
1
1
4
911
InfStones Global
InfStones Global@InfStones·
We're excited to announce that UETH selects InfStones as its ETH staking infrastructure provider. De University of Ethereum (@deUETH) is staking ETH through InfStones' non-custodial Ethereum staking infrastructure, with staking rewards supporting education-focused initiatives. This collaboration shows how staking can serve a purpose beyond financial return: by channeling staking rewards into blockchain education, UETH's donation pool turns the core mechanics of Ethereum into a force for expanding access to education. Drawing on its experience running enterprise-grade blockchain infrastructure, InfStones delivers the reliability, security, and scalability the donation pool needs. Secure. Non-custodial. Built to scale. Read more: infstones.com/news/clients/u… #Ethereum #ETHStaking #Staking #Blockchain
English
0
0
3
738
InfStones Global
InfStones Global@InfStones·
📌 ICYMI: The next generation of financial infrastructure may not ask nodes to re-run transactions, it may ask them to verify cryptographic proofs instead. Our latest deep dive explores Nexus and its approach to building a zkVM-powered Layer 1 for verifiable finance and AI. As blockchain evolves beyond simple settlement, verifiability, performance, and composability are becoming core design principles. 📚 Read the full article 👇 bit.ly/43lBJus #InfStones #Blockchain #Layer1 #ZK #zkVM #VerifiableCompute #AI #Web3 #Infrastructure #Finance #DeFi #Crypto
English
2
1
1
586
InfStones Global
InfStones Global@InfStones·
CCIP going live on Solana mainnet is a meaningful step for cross-chain DeFi, unlocking $18B+ in assets to move securely across ecosystems. Reliable interoperability is foundational infrastructure, and great to see @chainlink and @solana advancing it. x.com/chainlink/stat…
Chainlink@chainlink

Chainlink CCIP is officially live on @solana mainnet, supercharging the growth of Solana DeFi by unlocking access to $18B+ of Assets. prnewswire.com/news-releases/… Solana devs now have access to the standard for cross-chain interoperability, joining Data Feeds and Data Streams already available on Solana. 🧵👇

English
1
1
2
830
InfStones Global
InfStones Global@InfStones·
Unlocking idle BTC for productive use is one of the most meaningful infrastructure challenges in the space. Great to see @SuiNetwork pushing native Bitcoin finance forward with Hashi ahead of its testnet. x.com/SuiNetwork/sta…
Sui@SuiNetwork

Introducing Hashi: a new era of Bitcoin finance on Sui. Bitcoin's market cap exceeds $1 trillion. < 0.5% of it is used in DeFi. Hashi is here to change that, with commitments from industry leaders including BitGo, Bullish, Erebor Bank, FalconX, Fordefi, Ledger, and more.

English
0
0
3
915
InfStones Global
InfStones Global@InfStones·
What happens when U.S. equities stop being limited by market hours and move on-chain? The conversation around tokenized assets has been building for years — but we may be entering the phase where infrastructure becomes the deciding factor. With Binance introducing access to 7,000+ U.S. stocks and ETFs for eligible non-U.S. users and previewing bStocks on BNB Chain, the conversation is shifting from *whether* tokenized securities will scale to *what powers them underneath*. As real-world assets move on-chain, the requirements change: ⚡ High-throughput performance 🌍 Global availability 🔁 Reliability with automated failover 🔒 Infrastructure built for institutional expectations At InfStones, we believe infrastructure is the layer that determines whether tokenization becomes experimentation or financial transformation. Read more about why the next battle for on-chain equities may not happen at the application layer, but at the infrastructure layer. 🔗: bit.ly/4oafnFU #RWA #Tokenization #BNBChain #BlockchainInfrastructure #Web3 #DeFi #OnChainFinance #TokenizedAssets #NodeInfrastructure
English
0
0
1
532
InfStones Global
InfStones Global@InfStones·
Chainlink Data Streams going live on OKX's X Layer is a real step forward for onchain RWAs. Reliable, tamper-resistant market data is exactly what makes tokenized assets usable at scale, good to see oracle and exchange infra converging. x.com/chainlink/stat…
Chainlink@chainlink

NEW: Top-10 crypto exchange with 120M+ users, @okx, adopts Chainlink to unlock the $80 trillion tokenized RWA opportunity on X Layer. Chainlink enables devs to create advanced apps, bringing the agentic economy & high-speed DeFi to Chainlink Scale member @XLayerOfficial.

English
0
0
2
670
InfStones Global
InfStones Global@InfStones·
Congrats to @solana on @MoneyGram joining as an active validator. A global payments leader with ~500K retail locations and 60M+ customers helping secure the network is a strong signal of institutional adoption moving on-chain. x.com/solana/status/…
Solana@solana

BREAKING: @MoneyGram has joined Solana Developer Platform (SDP) as an infrastructure partner and is now an active validator on Solana.

English
0
1
2
693
InfStones Global
InfStones Global@InfStones·
Real-world assets moving onchain with around-the-clock settlement is exactly the kind of infrastructure shift we build for. Great to see tokenized equities like $MU finding deep liquidity on Solana. x.com/Backpack/statu…
Backpack 🎒@Backpack

Issued by Backpack Securities, $MU is now live on @Solana with @sunrise. Micron reports earnings on Wednesday after the closing bell. The results will be a major test of the AI memory boom, with $MU tradable 24/7 on Solana as markets react. $MU is redeemable 1:1 for real shares and transferable to traditional brokerages.

English
1
0
1
809
InfStones Global
InfStones Global@InfStones·
Machine-readable credit ratings onchain is a genuine milestone for institutional RWA. Great to see @solana proving that public networks can meet institutional-grade standards, the kind of infrastructure foundation the whole ecosystem benefits from.
Solana@solana

BREAKING: For the first time, Moody's credit ratings are embedded and machine-readable at scale on Solana, the leading public network for institutional RWA. One of the world's three major rating agencies, trusted across 40+ countries. Now, through @alpha_ledger, bringing credit intelligence onchain.

English
0
0
1
368