Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions mainnet/1inch.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "1inch",
"description": "DEX aggregator that sources liquidity across on-chain venues, alongside a gasless, intent-based Limit Order Protocol. Includes Aqua, a self-custodial shared liquidity layer, together with the on-chain SwapVM execution engine that settles against it.",
"live": true,
"categories": [
"DeFi::DEX Aggregator",
"DeFi::DEX",
"DeFi::Intents",
"DeFi::Trading Interfaces"
],
"addresses": {
// Aggregation Router v6, which also serves the Limit Order Protocol v4.
// https://github.com/1inch/limit-order-protocol
"AggregationRouterV6": "0x111111125421cA6dc452d289314280a0f8842A65",
// Aqua registry — 1inch's self-custodial shared liquidity layer. Verified on Monad.
// https://github.com/1inch/aqua
"Aqua": "0x1111113CCf1426A8E30e2bfF5E005d929bF6a90a",
// SwapVM router — programmable execution engine for Aqua ("1inch SwapVM v1.0"). Verified on Monad.
// https://github.com/1inch/swap-vm
"SwapVMRouter": "0x111111338c5091E8440b67B168bAe16a668AC0De"
},
"links": {
"project": "https://1inch.io/",
"twitter": "https://x.com/1inch",
"github": "https://github.com/1inch",
"docs": "https://docs.1inch.io/"
}
}