Pinned Tweet
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’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.
"No slashing" does not mean "no operational risk."
Stacks Bitcoin Staking still requires key controls, paired BTC and STX records, reward reconciliation, and an independently verified exit plan.
Use the institutional checklist:
infstones.com/blog/industry_…
Recurring payments are a key building block for practical onchain commerce. Polygon OMS bringing stablecoin subscriptions live is a meaningful step toward smoother, programmable payment experiences.
nitter.cf/0xPolygon/status/21028…
Infrastructure built for software-driven provisioning is a meaningful step toward production-ready AI agents. Theta EdgeCloud’s agent-native approach reflects where decentralized compute is heading.
nitter.cf/Theta_Network/status/2…
Theta EdgeCloud is now 100% AI agent native.
Cloud infrastructure was built for people to provision machines, but the next generation of infra will increasingly be provisioned by software itself. We're ready for that change.
Check our score: isitagentready.com/www.theta…
Agent-driven payments are moving from concept to measurable scale. Solana’s share of x402 activity signals that performant infrastructure will be central to the next generation of autonomous transactions.
nitter.cf/solana/status/21022859…
JUST IN: Solana handles 76% of all @x402 transactions.
23.2M in four weeks. The next-largest network did 3.39M.
Stacks Bitcoin Staking pays rewards in BTC. A direct position also locks STX at 5% of the BTC value for a six-month term.
That second asset brings its own custody, valuation, and approval path.
What institutions should settle before bonding:
infstones.com/blog/industry_…
FOCIL and Frame Transactions should not pass readiness testing in isolation.
Ethereum's priorities call out their interaction. Validator teams need end-to-end evidence across clients, signing, reporting, and recovery.
Use the Hegota readiness plan:
infstones.com/blog/industry_…
Credible AI infrastructure will depend on verifiable coordination, not just more compute. Fee-based time and event ordering is a compelling primitive for building transparent, market-driven systems.
nitter.cf/TheBlockCo/status/2101…
THE BLOCK: 'I think time and event ordering using fee-based markets is an incredible primitive that is going to come to the world of AI' — Meltem Demirors, Founder & GP at Crucible from @avax Summit
Cosmos Hub v28.2 raises the bar for validator release security.
Verify GPG signatures. Stage the binary. Protect one signing state across failover. Rehearse recovery before production.
Use the validator checklist:
infstones.com/blog/industry_…
Solana’s latest weekly roundup highlights steady progress across reliability, institutional adoption, and tokenized assets. Strong infrastructure is what turns ecosystem momentum into durable, real-world utility.
nitter.cf/solana/status/21012802…
Making native BTC usable as collateral without wrapping or custodial handoffs is a hard infrastructure problem. Good to see @SuiNetwork pushing Hashi toward mainnet — Bitcoin liquidity deserves that kind of rigor.
nitter.cf/SuiNetwork/status/2099…
Over $1T of $BTC sits idle because using it usually means handing it to someone.
Hashi is set to change this, keeping BTC on the Bitcoin network and opening financial services on Sui.
Mainnet is coming soon.
Read more: sui.io/blog/new-era-of-bitco…
600+ banks reaching onchain settlement without replacing their existing Swift rails — that's what real institutional adoption looks like. Congrats to @chainlink and Bottomline on Global Pay Connect.
nitter.cf/chainlink/status/21005…
NEW: Bottomline, a top-three Swift service provider moving $16+ trillion in payments annually, has launched Global Pay Connect, a new onchain payment connectivity platform for 600+ banks powered by Chainlink.
@bottomlinepay and Chainlink are now giving financial institutions a direct path onchain at scale.
Chainlink extends Bottomline’s platform to blockchain networks through secure interoperability & orchestration infrastructure:
→ CCIP connects Bottomline's payments infrastructure to blockchain networks through a single, network-agnostic integration model.
→ CRE coordinates end-to-end payment workflows across onchain & offchain systems.
The result is that institutions can reach onchain payment rails through the Swift network & payment messaging standards they already use, without replatforming or building a bespoke integration for every network.
The infrastructure powering global payments is connecting to the onchain economy through Chainlink.
Signal boosting this from the IO Group team — their YouTube channel is compromised and the livestream is a deepfake giveaway scam. No legitimate project will ever ask you to send funds to get more back.
nitter.cf/IOGroup/status/2100784…
Formal verification at scale is the right frame here: if AI makes proofs cheap enough to cover entire systems, the security baseline for infrastructure moves up, not down. Relevant reading for anyone operating validators and nodes at scale.
nitter.cf/VitalikButerin/status/…
It's an increasingly common take that AI hacking means cybersecurity is doomed.
I disagree. I think cybersecurity is naturally defense-favoring once people get their shit together. And anyone who continues to hold cryptocurrency (including me, ~90% of my net worth) is implicitly making that bet.
Here's why I am making that bet.
First, the oversimplified punchy one-line statement:
If AI can prove Navier-Stokes and FLT, then AI can prove the statement "this program is secure" as a mathematical theorem. Even if the program is very complicated.
Now, the nuance:
(See also: vitalik.eth.limo/general/202… )
The word "secure" is hiding all kinds of skeletons in the closet in terms of what it actually means. What does it mean for Signal (the encrypted messenger) to be "secure"?
The most basic definition you might think of is: no one who doesn't hold the recipient's secret key can read the contents of the message.
But:
* Did you remember to include _other_ critical forms of security? Can the adversary forge messages? Can the attacker prevent messages from reaching the recipient? Can they cause your client to crash by sending malformed messages?
* Have you made sure that your model of the adversary includes attackers that interfere with the protocol actively and not just passively? And attackers that interfere by replaying messages to you or the recipient that either of you sent over the wire at any point earlier?
* What if the adversary hacked (or _is_) the Signal server?
* How did you learn which public key belongs to the recipient in the first place? What if that process was tampered with?
* What if your device gets hacked at some point in the past or future - is your message still safe then?
* What if your key leaks because of a bug in your operating system? Or because you got a bugged version of the Signal client? Or what if the database is corrupted?
* Or the libraries, interpreter or compiler of the programming language you wrote it in?
* What if your key leaks because tiny perturbations in perceptible signals generated by the hardware leak mathematical relationships that can extract the key a few hundredths of a bit at a time?
* Are you hiding the *size* of the payload? Does that matter?
* You're definitely not hiding the identity of the sender and the recipient, and the exact time each message was sent (think: not just time-of-day, but also time deltas between one message and the next). Is that not enough to deduce a lot of important facts about what relationships you have, and what *kinds* of conversations you are having?
So ... even definitions can be over a thousand lines of code, and need deep careful thought to figure them out.
Working on making definitions more human-readable is of extreme importance - it's perhaps the only "high-level language" that matters right now.
But even still, even despite all of the above, for security-critical components, the definition is a much smaller attack surface than the implementation. Verifying that the definition is adequate is a much more tractable task than scanning over the code directly - and can become even more tractable with better tooling.
Definitions are also _additive_: if two groups have two different definitions A and B, then, well, you can just prove that the program satisfies both A and B. Code is not additive in this way: if a program is A + B, a bug in A _or_ B can sink the whole thing. Definitions are additive. And if you can't satisfy A and B at the same time, you've isolated the most important philosophical issue for your project to spend its next few weeks grappling with.
Sometimes, definitions are not much smaller than the implementation - UI components might be one example. But for many of the most critical components - message-passing protocols, sandboxes, cryptography like SNARKs and FHE - the asymmetry is real.
Historically, a large class of failures with this approach have come from people only verifying a small portion of their code, that they self-declared to be the security-critical portion, and ignoring the rest - and it turns out that something in the rest of the code is security-critical too.
This was reasonable back when verification was difficult and scarce. The solution today: sorry, you have to verify over literally your entire program, including database, networking, any caching layers, everything. Modern AI can do it.
So it's not about "the good guys find all the vulnerabilities before the bad guys do" - that could maybe work too, after all a finite program only has a finite number of vulns, but it's riskier - it's specifically an asymmetric strategy of making code that is much more resilient in the first place.
This is the kind of direction that Ethereum is going in for the next few years. There is no future for blockchains - especially blockchains with scalability and privacy - without doing this. We need to make software actually secure. And we have already made a lot of progress.
Worth reading: cybersecurity is structurally defense-favoring once teams take it seriously. That tracks with what we see running validator infrastructure in production — most risk traces back to process discipline, not to an unbeatable attacker advantage.
nitter.cf/VitalikButerin/status/…
It's an increasingly common take that AI hacking means cybersecurity is doomed.
I disagree. I think cybersecurity is naturally defense-favoring once people get their shit together. And anyone who continues to hold cryptocurrency (including me, ~90% of my net worth) is implicitly making that bet.
Here's why I am making that bet.
First, the oversimplified punchy one-line statement:
If AI can prove Navier-Stokes and FLT, then AI can prove the statement "this program is secure" as a mathematical theorem. Even if the program is very complicated.
Now, the nuance:
(See also: vitalik.eth.limo/general/202… )
The word "secure" is hiding all kinds of skeletons in the closet in terms of what it actually means. What does it mean for Signal (the encrypted messenger) to be "secure"?
The most basic definition you might think of is: no one who doesn't hold the recipient's secret key can read the contents of the message.
But:
* Did you remember to include _other_ critical forms of security? Can the adversary forge messages? Can the attacker prevent messages from reaching the recipient? Can they cause your client to crash by sending malformed messages?
* Have you made sure that your model of the adversary includes attackers that interfere with the protocol actively and not just passively? And attackers that interfere by replaying messages to you or the recipient that either of you sent over the wire at any point earlier?
* What if the adversary hacked (or _is_) the Signal server?
* How did you learn which public key belongs to the recipient in the first place? What if that process was tampered with?
* What if your device gets hacked at some point in the past or future - is your message still safe then?
* What if your key leaks because of a bug in your operating system? Or because you got a bugged version of the Signal client? Or what if the database is corrupted?
* Or the libraries, interpreter or compiler of the programming language you wrote it in?
* What if your key leaks because tiny perturbations in perceptible signals generated by the hardware leak mathematical relationships that can extract the key a few hundredths of a bit at a time?
* Are you hiding the *size* of the payload? Does that matter?
* You're definitely not hiding the identity of the sender and the recipient, and the exact time each message was sent (think: not just time-of-day, but also time deltas between one message and the next). Is that not enough to deduce a lot of important facts about what relationships you have, and what *kinds* of conversations you are having?
So ... even definitions can be over a thousand lines of code, and need deep careful thought to figure them out.
Working on making definitions more human-readable is of extreme importance - it's perhaps the only "high-level language" that matters right now.
But even still, even despite all of the above, for security-critical components, the definition is a much smaller attack surface than the implementation. Verifying that the definition is adequate is a much more tractable task than scanning over the code directly - and can become even more tractable with better tooling.
Definitions are also _additive_: if two groups have two different definitions A and B, then, well, you can just prove that the program satisfies both A and B. Code is not additive in this way: if a program is A + B, a bug in A _or_ B can sink the whole thing. Definitions are additive. And if you can't satisfy A and B at the same time, you've isolated the most important philosophical issue for your project to spend its next few weeks grappling with.
Sometimes, definitions are not much smaller than the implementation - UI components might be one example. But for many of the most critical components - message-passing protocols, sandboxes, cryptography like SNARKs and FHE - the asymmetry is real.
Historically, a large class of failures with this approach have come from people only verifying a small portion of their code, that they self-declared to be the security-critical portion, and ignoring the rest - and it turns out that something in the rest of the code is security-critical too.
This was reasonable back when verification was difficult and scarce. The solution today: sorry, you have to verify over literally your entire program, including database, networking, any caching layers, everything. Modern AI can do it.
So it's not about "the good guys find all the vulnerabilities before the bad guys do" - that could maybe work too, after all a finite program only has a finite number of vulns, but it's riskier - it's specifically an asymmetric strategy of making code that is much more resilient in the first place.
This is the kind of direction that Ethereum is going in for the next few years. There is no future for blockchains - especially blockchains with scalability and privacy - without doing this. We need to make software actually secure. And we have already made a lot of progress.
Ethereum's Hegota upgrade is taking shape. Is your validator infrastructure ready?
FOCIL and Frame Transactions put client compatibility and coordinated testing in focus.
Explore the checklist, from withdrawal credentials to release approval:
infstones.com/blog/industry_…
A stablecoin launch is not just a token contract.
On Plasma, USDC arrives with EURC, CCTP, and Bridge Kit. The harder work is operational: current chain data, idempotent retries, multichain reconciliation, and recoverable failures.
infstones.com/blog/industry_…
Reliable onchain agents need clear execution boundaries. BNB Agent Studio v3 integrates Turnkey, bringing wallet-level permissions and human co-signing to support more controlled execution across chains.
nitter.cf/BNBCHAIN/status/209656…
Give agents more autonomy without giving them unlimited control.
BNB Agent Studio v3 adds @turnkeyhq wallet support with policy rules, human co-signing and cross-chain reach.
Build with clearer boundaries 👇
bnbchain.org/en/blog/bnb-age…
Pasteur removed a scaling bottleneck. It did not raise BSC throughput on day one.
Validators no longer re-execute builder bids, widening the builder window from ~30% to ~45% of the block interval. Gains arrive as builders integrate.
All three BEPs:
infstones.com/blog/industry_…
Ethereum's entry queue is 2M+ ETH and about 36 days. The exit queue is near zero. We mapped what that queue asymmetry does to staking supply, yield, and capital timing.
Full breakdown:
infstones.com/blog/industry_…
150ms finality won't make validator operations simpler.
It shifts readiness toward BLS key management, tail latency, tested failover, and client strategy.
Before Alpenglow mainnet, ask your operator these 8 questions:
infstones.com/blog/industry_…