From 8bc14ecd9ae3ab7befd4329761842aa7b2e7a47a Mon Sep 17 00:00:00 2001 From: "dak-agent[bot]" <284037069+dak-agent[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 23:26:56 +0000 Subject: [PATCH] feat: add Arbital to mainnet protocols --- mainnet/arbital.jsonc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mainnet/arbital.jsonc diff --git a/mainnet/arbital.jsonc b/mainnet/arbital.jsonc new file mode 100644 index 0000000..4c929f0 --- /dev/null +++ b/mainnet/arbital.jsonc @@ -0,0 +1,18 @@ +{ + // Arbital has no dedicated contracts deployed on Monad yet: cross-chain deposits + // route via Relay and settle as Solana USDC ("Available Cash"), and in-house + // infra is in progress. Monad is a supported deposit chain and Monad-ecosystem + // assets (e.g. WMON) are tradable in the terminal. + "name": "Arbital", + "description": "All-in-one, non-custodial trading terminal for memecoins, tokenized stocks (via xStocks), and perpetuals (up to 40x), plus automated market-making across 14+ perp DEXes. One balance, one interface. Monad is a supported deposit chain and Monad-ecosystem assets (e.g. WMON) are tradable in the terminal.", + "live": true, + "categories": [ + "DeFi::Trading Interfaces" + ], + "addresses": {}, + "links": { + "project": "https://www.arbital.xyz/", + "twitter": "https://x.com/arbital_xyz", + "docs": "https://arbital-1.gitbook.io/docs" + } +}