From 6eb4d701671b17d00ec5282a1edc199456929485 Mon Sep 17 00:00:00 2001 From: "dak-agent[bot]" <284037069+dak-agent[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:00:58 +0000 Subject: [PATCH 1/2] feat: add Drake Exchange to mainnet protocols Co-authored-by: Keone Hon <323982+keone@users.noreply.github.com> --- mainnet/drake_exchange.jsonc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mainnet/drake_exchange.jsonc diff --git a/mainnet/drake_exchange.jsonc b/mainnet/drake_exchange.jsonc new file mode 100644 index 0000000..3ba4ae5 --- /dev/null +++ b/mainnet/drake_exchange.jsonc @@ -0,0 +1,28 @@ +{ + "name": "Drake Exchange", + "description": "Drake is a fully on-chain perpetual DEX on Monad that pairs a centralized-exchange trading experience with the transparency and composability of DeFi. It combines an on-chain central limit order book with a pricing, matching, and order-routing engine plus backstop AMM liquidity, and features an advanced cross-margin system with a Universal-Asset Collateral Engine that lets traders use a range of assets as collateral for leveraged positions.", + "live": true, + "categories": [ + "DeFi::Perpetuals / Derivatives", + "DeFi::DEX" + ], + "addresses": { + // Drake settles in AUSD (Agora's stablecoin), a shared vanity-address token + // registered under agora.jsonc: 0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a + "dUSD_vault": "0x8379c32A965a7Bac7289893AA3861f01dD470049", + "portfolio_helper": "0xcF1C680a9FEb17E5400376927118806996CD5074", + "common_helper": "0x4939AEf78CD2Dc2bAE5bf9DA51C61A113Cae909a", + "portfolio_factory": "0x991D0F1E44E590FDbCe15CfF13AAa69c8287B7f3", + "platform_manager": "0x7940575377C3c2ABdA23813c123b4C880E217d6d", + "oracle_router": "0x40999c623202de3D3430B6A9506Ee24098d23bb8", + "trading": "0xE6dfD064F1CFf4F62236fC862A2543EA98380F32", + "order_router": "0xb2e8cBE4E52168f3d5629f0327161a7FCBc71Ac5", + "orderBook_factory": "0x5A42b55732F6013e3d0F4AaB876Ae56331EAd7d2", + "order_book": "0xf36D98C22e8279cFC849A0Ca197D0afD1b855654" + }, + "links": { + "project": "https://drake.exchange/", + "twitter": "https://x.com/DrakeExchange", + "docs": "https://docs.drake.exchange/" + } +} From 87ca416e82ce61812b1ffe902e347c7b45d08dc4 Mon Sep 17 00:00:00 2001 From: "dak-agent[bot]" <284037069+dak-agent[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:37:11 +0000 Subject: [PATCH 2/2] docs: simplify Drake Exchange description Co-authored-by: Keone Hon <323982+keone@users.noreply.github.com> --- mainnet/drake_exchange.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainnet/drake_exchange.jsonc b/mainnet/drake_exchange.jsonc index 3ba4ae5..017fa36 100644 --- a/mainnet/drake_exchange.jsonc +++ b/mainnet/drake_exchange.jsonc @@ -1,6 +1,6 @@ { "name": "Drake Exchange", - "description": "Drake is a fully on-chain perpetual DEX on Monad that pairs a centralized-exchange trading experience with the transparency and composability of DeFi. It combines an on-chain central limit order book with a pricing, matching, and order-routing engine plus backstop AMM liquidity, and features an advanced cross-margin system with a Universal-Asset Collateral Engine that lets traders use a range of assets as collateral for leveraged positions.", + "description": "Drake is a fully on-chain perpetual DEX on Monad, offering a CEX-style trading experience with an on-chain order book and cross-margin trading across multiple collateral types.", "live": true, "categories": [ "DeFi::Perpetuals / Derivatives",