On 1inch Aqua a maker never deposits — the money stays in their wallet and they only promise it. Nothing stops the same balance being promised twice. This position reads what the wallet already owes before it quotes, and refuses on chain rather than write a cheque it cannot cover.
Aqua keys balances by maker, app, strategy and token, and the mapping is not enumerable — so no contract can total what one maker has promised. An index can. Set that against the wallet, and the promise becomes checkable.
WETH advertised across Ethereum, against what those makers could actually deliver.
Positions built from more than one strategy that promise more than the wallet holds.
Backed by nothing at all.
Base read on 11 September 2026; Ethereum from this project's own index. The app re-runs both live.
The strategy carries the total its maker has promised elsewhere. The VM reads those sibling strategies on chain and reverts if the declared figure is lower. Declaring more is always allowed.
The quote widens with how committed the wallet is: haircut = widen × utilisation. At 60% committed and 500 bps, a fill gives up 3%.
At the ceiling the quote reverts. A Uniswap v4 hook catches it, records why, and fills the swap from a maker that can pay, in the same transaction.
The same address can promise on Base and on Ethereum, and each chain on its own can look fine. Bone Dry adds the book up across both. A maker can opt in to count the other chain in opcode 35: the declared total becomes the combined share times this chain's backing, so the strategy refuses when either this chain or the whole book is over the line. The contract cannot read another chain; it only rejects a declaration below what it can see here, so declaring more is always accepted. It is fixed at publish.
our maker, read live on 13 Sep 2026
The pool's liquidity, read straight out of PoolManager storage — before a swap and after one.
Live strategies one wallet carries against a single token — every one of them promising the same balance.
Gas a maker pays to revoke all of it. Nothing on Aqua is binding, and nothing here pretends otherwise.
three doors, the same three the app opens on
Two of those three promised liquidity they do not hold. Routing around them is not an error — it is the swap that would have reverted, not happening.
Open the desk →Your quote widens as your other strategies eat the same wallet, then refuses outright, and it can count what you have promised on the other chain too.
Become a maker →Paste an address and total what it has promised everywhere, then set that against what the wallet actually holds.
Look one up →Base and Ethereum mainnet. Reading the book needs no wallet.