colibri.stateless - A stateless, proof-based ultra-light client that runs anywhere - mobile, IoT, browser - so wallets and apps never have to trust RPCs

Enabling Ethereum Core Tech
Last week we hosted a twitter space with @ChrJentzsch and @griffgreen to talk about the impact of TheDAO. During the conversation, @simon_jentzsch explained how @thedaofund relates to our project and emphasized the importance of RPCs in Web3 security!
6
463
Replying to @ETHSofiaBG
@ETHSofiaBG is more starting. Looking forward to many interesting discussions.
1
2
140
colibri is live on @TheDAOFund. We're building proof-based verification infrastructure that closes the RPC trust gap — the attack surface that made KelpDAO possible. Zero bugs in the contracts. The data layer was compromised. A couple of production integrations already shipping: @FreedomBrowser and the @ethFoundation Kohaku Wallet SDK. Co-funders welcome. The initiative is open. initiatives.thedao.fund #DeFi #Web3Security #BridgeSecurity
1
1
3
72
What the grant covers: — Colibri.stateless: trustless, proof-verified blockchain reads for wallets, dApps, AI agents, IoT — PAP: Pragmatic Adaptive Privacy for the read layer — intent leakage closed by default — 30 integrations across wallets, DeFi protocols, bridges, and agent frameworks $640k total. $200k from TheDAO treasury. Co-funders close the rest. initiatives.thedao.fund/init…
1
12
Get ready for @EDCON_Official
Announcing the first speaker of EDCON2026: one of our most supportive friends, @SteffenKux , Co-Founder & Co-CEO of @CorpusCoreHQ . Steffen is going to share - A Protocol Model for Practical Read Privacy - Building an Autonomous AI Security Triager: From LLM to 20,000+ Real Reports 🔔 Join Us at EDCON 2026! Apply to speak, sponsor, volunteer, or collaborate—EDCON offers unmatched access to the global Ethereum community. More info: edcon.io
1
2
4
59
colibri-stateless v3 is out — full Glamsterdam/GLOAS support, shipped ahead of the fork. If you're verifying against Sepolia: move to v3 before Oct 6, 13:53 UTC (epoch 353024). The old proof paths don't carry over. 👇
1
3
3
134
npm i @corpus-core/colibri-stateless@3https://github.com/corpus-core/colibri-stateless/releases/tag/v3.0.0
3
12
PragmaticAdaptivePrivacy doesn't require new blockchains, new consensus mechanisms, or new smart contracts. It's deployable today, in existing infrastructure, across wallets, DeFi protocols, AI agents, and IoT devices. #Web3Privacy #DeFi #Ethereum
2
1
5
87
What this looks like in practice: Wallet — balance checks and simulations don't expose trade intent before submission. Front-running vector closed. DeFi Protocol — routing queries and liquidity checks protected. Privacy becomes a property of the protocol, not a responsibility delegated to users. AI Agent — Privacy Profiles adjust dynamically as the agent moves from observation to strategic decision-making. IoT Device — lightweight profiles provide meaningful protection within bandwidth and compute constraints.
1
1
27
colibri implements PAL as open-source infrastructure. The stateless verification layer and Privacy Application Layer are both open — auditable, independently verifiable, and long-term trustworthy by design. Privacy in Web3 is achievable today. Applications don't need to wait for protocol-level extensions or accept the trade-off between privacy and verifiability. corpus-core.gitbook.io/pap-c… #Web3Privacy #TrustlessVerification #Ethereum
1
21
Not every information leak is a practical security risk. Whether leaked information matters depends on whether it can be exploited — and when. #Web3Privacy #DeFi
1
1
2
49
This is the key principle behind C1 — pragmatic Content Privacy. A wallet preparing a swap doesn't issue a narrow sequence revealing one exact route and amount. It requests a broader set of state data, evaluates locally, and executes. An observer may see that the user is interested in a market. They cannot reliably infer the exact trade in time to exploit it. C1 doesn't try to hide that an interaction exists. It prevents that interaction from being turned into actionable intelligence within the window.
1
1
26
The objective of PAP is not to make observations impossible. It's to make exploitation impossible. For most Web3 applications, C1 provides the right balance: meaningful protection against front-running and profiling, without the computational cost of PIR or ORAM. Stronger profiles exist for applications that need them. corpus-core.gitbook.io/pap-c… #Web3Privacy #Ethereum #TrustlessVerification
1
12
Privacy in Web3 is not binary. Different operations, environments, and threat models require different levels of protection. #PragmaticAdaptivePrivacy (#PAP) models this with two independent dimensions. 🧵 #Web3Privacy #TrustlessVerification
1
1
1
32
These dimensions are orthogonal. Strong Transport Privacy doesn't prevent intent leakage if the request remains highly specific. Strong Content Privacy doesn't prevent profiling if all requests can still be correlated to the same identity. Both dimensions must be addressed simultaneously. A Privacy Profile combines one level from each: T1/C1 for routine operations. T2/C2 for high-stakes decisions. The profile describes requirements — not the mechanisms used to achieve them.
1
7
The separation between dimensions is also an architectural advantage. Improvements in transport mechanisms don't require changes to content privacy, and vice versa. New technologies integrate without changing application logic or the underlying model. #PAP defines properties. Infrastructure determines implementation. corpus-core.gitbook.io/pap-c… #Web3Privacy #Ethereum #DeFi
7
Privacy and verifiability are not in tension. They're both requirements. A system that achieves one by sacrificing the other isn't a privacy solution. It's a trade-off dressed up as one. #Web3Privacy #TrustlessVerification
1
1
1
28
Three requirements define the design space for a viable Web3 privacy model: Trustless — no reliance on intermediaries; compatible with independent verification. Adaptive — a balance check and an institutional trade don't carry the same risk profile. Uniform protection is either excessive or insufficient. Resource-efficient — usable in browsers, mobile environments, IoT. High overhead makes a solution impractical regardless of its theoretical strength.
2
6
PIR and ORAM provide strong theoretical guarantees. In practice: high computational cost, significant bandwidth amplification, limited production deployments, no broadly validated approach for combining query privacy with trustless verifiability. Maximum privacy for every operation is neither necessary nor practical. What's needed is the right privacy for each operation. That's what #PAP provides. corpus-core.gitbook.io/pap-c… #Web3Privacy #Ethereum #DeFi #PragmaticAdaptivePrivacy
6