From 3552a791bfeb1a1d98ad824116db9f899db945c9 Mon Sep 17 00:00:00 2001 From: san-npm Date: Sun, 14 Jun 2026 00:11:30 +0200 Subject: [PATCH] Add Ophis (intent-based DEX aggregator built on CoW Protocol) --- migrations/2026-06-13T120000_add_ophis | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 migrations/2026-06-13T120000_add_ophis diff --git a/migrations/2026-06-13T120000_add_ophis b/migrations/2026-06-13T120000_add_ophis new file mode 100644 index 0000000000..08f1f86c69 --- /dev/null +++ b/migrations/2026-06-13T120000_add_ophis @@ -0,0 +1,22 @@ +-- Add Ophis: intent-based DEX aggregator built on CoW Protocol, with an agent-native layer. +-- Repo: https://github.com/ophis-fi/ophis (open source). +-- Create the Ophis project ecosystem and register its repository. +ecoadd Ophis +repadd Ophis https://github.com/ophis-fi/ophis "#protocol" + +-- Connect Ophis under the ecosystems it builds on / serves. +-- Ophis self-hosts CoW Protocol settlement on Optimism and routes the other major +-- chains through the CoW solver network. +ecocon "Multichain Infrastructure" Ophis +ecocon "EVM Multichain dApps" Ophis +ecocon Ethereum Ophis +ecocon Optimism Ophis +ecocon Arbitrum Ophis +ecocon Base Ophis +ecocon Polygon Ophis +ecocon Avalanche Ophis +ecocon BNB Ophis +ecocon "Gnosis Chain" Ophis +ecocon Linea Ophis +ecocon Plasma Ophis +ecocon Ink Ophis \ No newline at end of file