Supported Chains
Demeter is multi‑chain by design: one bot, one wallet setup, several networks. Each chain is served by a dedicated adapter behind a shared interface, so support expands without changing how the bot feels.
Status
| Chain | Type | DEX(es) | Status |
|---|---|---|---|
| Robinhood Chain | EVM | Uniswap v3 | ✅ Live |
| Solana | Non‑EVM | Meteora DLMM · Jupiter (swaps) | 🚧 In progress |
| Base | EVM | Uniswap v3 · Aerodrome Slipstream | 🚧 Prepared, not yet live |
Status reflects development, not a promise of timelines. Always confirm inside the bot which chains are currently selectable.
EVM chains
EVM chains (Robinhood Chain, Base, …) share one wallet address, so funding one funds all. Liquidity uses Uniswap v3‑style concentrated liquidity — positions have a price range and are represented as position NFTs.
On Base, a second DEX — Aerodrome Slipstream — is planned. Slipstream is a concentrated‑liquidity design (Uniswap v3‑style, with tick spacing), so it fits the same position model.
Solana
Solana is a non‑EVM chain with its own wallet keypair (created automatically). Liquidity uses Meteora DLMM, a "bin"‑based concentrated‑liquidity design where each bin is a discrete price step. Swaps route through the Jupiter aggregator for best execution.
Because Solana's model differs from EVM, some flows (like choosing a bin step and a liquidity shape — Spot / Curve / Bid‑Ask) are specific to it. Demeter presents these as simple menu choices.
Adding more chains
The adapter architecture means new EVM chains are largely a matter of configuration, while non‑EVM chains get a purpose‑built adapter. Expect the supported list to grow.