On May 31, 2026 AERE Network deployed two more contracts that finish the cross-chain stack: AereSpokePool (Across Protocol v3 compatible) and AereERC7683 (ERC-7683 IOriginSettler). Together they convert AERE's bridge model from "user picks chain + asset + waits 10 minutes" to "user signs one intent and a solver delivers in ~30 seconds."
Update, 2026-08-01. Both addresses in the table below are the V1 contracts, and both are
now marked deprecated and flawed in our canonical registry: the settlement path could release locked
principal without properly verifying the delivered output leg. Do not integrate against them.
Measured on 2026-08-01, both hold a zero balance. Corrected replacements are deployed,
AereSpokePoolV2Corrected 0xbEF9BF0D22dd00DBEdA262C3Cd3178f08C623d8d and
AereERC7683V2Corrected 0x8eC4e7F01790C04D450b45d399E71DFd381560e3, and both are deliberately
inert with no remote spoke enrolled, so no intent route is open on either version today. The mechanism
described below is still an accurate description of the design; the addresses are not the ones to use.
| Contract | Address | What it does |
|---|---|---|
| AereSpokePool | 0xCAB1DBA5f6F06198000C20a974d675f1B3181AbD | Across v3-compatible SpokePool. Three core flows:
claimRefund(...) if the fill deadline passes without delivery.
|
| AereERC7683 | 0x67Fb9830e3a2BC06cEb641cfF3beD87b273ccb29 | ERC-7683 IOriginSettler. Implements both the on-chain (open) and gasless (openFor with EIP-712 signature) flows from the standard. Any intent aggregator that speaks ERC-7683, UniswapX, Across UI, CoW Protocol, 1inch Fusion, Anoma, can submit cross-chain orders to AERE through a uniform interface. Resolves orders into the standard ResolvedCrossChainOrder shape with maxSpent/minReceived/fillInstructions arrays. |
Before Tier 1.5:
Total: 5 steps, 5-15 minutes, mental overhead at every step.
After Tier 1.5:
Total: 1 step, 30 seconds. The bridge is invisible.
Solvers make money on the spread between what the user pays on the source chain and what the user receives on the destination. Typical 0.05% on stablecoins, 0.1% on volatile assets. Multiplied across hundreds of millions of dollars per quarter, that's a real business, across the Across solver network, top solvers earn ~$1-5M/year per operator.
For AERE, this means: solvers compete to serve AERE. We don't recruit them, and we don't operate any solver infrastructure ourselves. Once AERE is added to the Across Protocol registry, the existing 30+ solver networks running on Ethereum/Arbitrum/Polygon/Base/Optimism/Linea/Scroll/Mantle/etc. start filling AERE intents automatically.
A consumer app also benefits: it doesn't have to build a bridge, doesn't have to manage liquidity on multiple chains, doesn't have to seed solvers. It just calls AereERC7683.open(...) with the user's signed intent.
With all five tiers shipped today, a consumer-app user's complete onboarding is:
Five tiers, one day, end-to-end Revolut-grade UX on a non-custodial EVM L1.
across-protocol/contracts registering AERE chain 2800 with the SpokePool address. Typical merge + solver onboarding: 2-4 weeks.enrollRemoteSpokePool(chainId, bytes32(spokePool)) once the canonical SpokePool addresses on Ethereum / Polygon / Arbitrum / BSC are determined.The on-chain layer is done. The off-chain coordination is the remaining work.
The cross-chain stack is now complete. Tier 1.6+ shifts to upgrades that strengthen what already exists, Pyth Network oracle integration (real-time prices for every dApp), drand verifiable randomness, sub-second block tuning, batch-auction settlement on AereSwap, dual burn (wiring AereFeeBurnVault into the gas flow).
The chain layer is invisible. The work continues at the application layer.
← Back to all posts