The details LPs will feel: positions are plain ERC-20s instead of NFTs, so they’re transferable and any staking or rewards contract works out of the box. Independently audited, open source: https://t.co/XZas0TUoMp
Proud to have contributed to this one. The full engineering story: https://t.co/1Ao16YLYKU
Waitlist is open: https://t.co/LOWIEdHrNV
@revertfinance opened the waitlist for Stable Hooks: Curve-quality pricing for stablecoins and correlated assets, running natively inside @Uniswap v4.
No separate protocol, no fragmented liquidity. Deposit once, the curve keeps the whole position active, fees compound on every swap. No ranges, no rebalancing.
https://t.co/LOWIEdHrNV
The engineering under it is not trivial, and that’s why it works.
The StableSwap invariant has no closed-form solution: it runs on Newton-Raphson in fixed-point Solidity, generalized across 2, 3, and 4-asset pools. Rate oracles track drifting pairs like wstETH/WETH so the curve stays accurate as staking yields accrue.
And because it’s a v4 hook, not a separate exchange, swaps route through the same plumbing aggregators already speak. New pools join the routing graph from day one.
If an idea is excellent in its simplest form, it becomes something special when worked on.
@ammalgam was excellent as a spreadsheet.
We built the MVP from that math, @duelinggalois spent 4 years building it out, and today it’s live on Ethereum mainnet. Congrats team
Open and documented also means navigable.
All CIPs live in the repo. @bootnodedev built CIP Explorer so you can move through them visually:
- Search by author, CIP #, layer, or status
- See each proposal's type and where it stands
- Trace how CIPs relate to one another
- See what layer each one impacts
You can even view it as a live relationship and impact graph: https://t.co/4iHK6jEkkN
Happy to be a Canton Track hackathon winner with @bootnodedev
We built Dark Pools, a dark pool trading venue built on @CantonNetwork. Traders post limit orders that only they and the venue can see, so there is no public order book and no pending transactions to front-run. The venue matches crossing buy and sell orders and settles both legs of the swap in a single atomic transaction, priced at the midpoint of the two limit prices. The privacy comes from Canton's selective disclosure at the ledger level, not from an added cryptography layer. The venue never holds funds and cannot set the price or move assets outside a valid fill. The contracts are generic across the Canton token standard, so any compliant token can be traded.
Presentation:
https://t.co/rBhUH5PKQM
In the screenshot, you can see 2 traders (taker and maker) and the Dark Pool venue. Check the private TXs in the @FiveNorthHQ explorer: https://t.co/CKDnxJuLwg
Shoot me a DM if interested in the Demo video + live app.
We're in New York for @ethconf this week.
Whether you're building on EVM, working on privacy (FHE, ZK), or exploring Canton, come find us. Always happy to trade notes.
DMs open 👋
We built a Claude Code skill bundle for @zama FHEVM, so any team can build confidential smart contracts on the current matrix without a week of ramp-up...
https://t.co/ABCYGrdQQi
AI agents can finally write FHEVM code that compiles on the current APIs. Lowers the bar for new devs to ship on @zama.
We build this kind of AI-readiness for other fast-moving stacks at @bootnodedev. Happy to chat if you need yours done well.
CIPs shape where Canton is going, but reading them one-by-one hides the structure. So we mapped them.
CIP Explorer turns @CantonNetwork's improvement proposals into a live, navigable graph: dependencies, clusters, status, authors, specs inline.
https://t.co/RubjfVVHPz
CIPs shape where Canton is going, but reading them one-by-one hides the structure. So we mapped them. CIP Explorer turns @CantonNetwork's improvement proposals into a live, navigable graph: dependencies, clusters, status, authors, specs inline.
https://t.co/Kx9vC4klGd
Click any CIP to see what it references and what builds on it. Filter by Layer / Type / Status / Author. Watch how standards cluster, branch, and supersede.
Feedback welcome, especially from folks shipping CIPs.
https://t.co/RubjfVVHPz
CIPs shape where Canton is going, but reading them one-by-one hides the structure. So we mapped them.
CIP Explorer turns @CantonNetwork's improvement proposals into a live, navigable graph: dependencies, clusters, status, authors, specs inline.
https://t.co/RubjfVVHPz
The CIP GitHub repo is the source of truth, but it's flat markdown. Every relationship between proposals is implicit, none of it visible.
As an EVM-native team that recently went deep into Canton, this was the tool we wanted on day one.
Why does every digital product send push alerts except defi?
DMe by @BootNodeDev is the open-source notification layer for protocols and DAOs. Wallets to telegram, real-time, no signatures.
Read more: https://t.co/1SAOWos0Mz
Great to see @0xzaha pick this up and push it forward with @UniswapFND backing. Our earlier v4 work was meant to become someone's starting point. This is exactly what open source should look like.
Community Uniswap SDK helps devs ship faster on v4, with support for swaps, liquidity management, pool queries, Permit2, and React hooks included
Built by @0xzaha, based on earlier work from @bootnodedev
Your Web3 scaffold should assume an agent is editing it alongside you.
dAppBooster 2.5.0 bakes in the instruction files modern agents look for on startup, a hardened test net, and an installer that emits structured JSON when stdout is not a TTY.
Read more: https://t.co/fm6c6eiYG0