iLayer for DeFi protocols, wallets and AI agents
Three industries, one Order struct. What a dex, a wallet and an agent each get from encoding their action as an intent.
A central quote server would have been easier. It would also have been a single point of failure, censorship and front-running. What Waku gives us instead.
When a new intent is generated it needs to reach every solver. The obvious design is an API: users post requests, solvers poll. We did not build that. Requests are broadcast over Waku, a censorship-resistant communication protocol anyone can access, and that choice shapes who gets to participate in iLayer.
Waku is a decentralised messaging protocol derived from Ethereum’s Whisper and rebuilt for scale. It runs on publish/subscribe: nodes relay messages on topics, and any application can publish or subscribe without a central server. Three properties matter to us: no single point of failure, high message throughput, and the ability to direct responses to specific recipients.
rfq topic. Every solver subscribes once and receives everything.Two topics, one public and one per user, replace the whole request/response API and its operator.
Anyone can run a solver: subscribe to the topic, start quoting. No account, no KYC, no allowlist. That is the same openness the contracts have (whitelisting exists only on the Router, to protect the messaging path), extended to the off-chain half of the protocol.
Next: the three industries we build for and what each one gets from a single intent.
Three industries, one Order struct. What a dex, a wallet and an agent each get from encoding their action as an intent.