Skip to content

Commit 3a6e561

Browse files
committed
chore: update supported
1 parent dd0f915 commit 3a6e561

3 files changed

Lines changed: 33 additions & 20 deletions

File tree

build-on-omnichain/addresses.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ description: "Smart contract addresses for Orderly vault, USDC, and Verifier on
152152
| Contract Name | Mainnet Address | Testnet Address |
153153
| ---------------------- | ------------------------------------------ | ------------------------------------------ |
154154
| USDC | 0xB6CEceAB302E2E4948951eE7843FC24E92933061 | 0xDec90b78111Ba2fc6FC6d84d8B9ec159A2d4b9B3 |
155+
| USDG | 0x4ae46a509f6b1d9056937ba4500cb143933d2dc8 | |
155156
| Vault | 0x816f722424B49Cf1275cc86DA9840Fbd5a6167e9 | 0x2A5b650A894409372DDeE241EDAC92d4152bE24d |
156157
| VaultProxyAdmin | 0xA2eA0a58b083c492AdC91A687FAc8B53AdB7c0Fd | 0x8910A067473C1800b371183124AEdC95684244DE |
157158
| VaultCrossChainManager | 0xA02e7DA50c7df5Fd22927B24Fa63B59ec8b22062 | 0xD6b43a2f9F93B8fA381669F9D8a8276aBBfc36AB |

build-on-omnichain/user-flows/deposit-by-transfer.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ Supported chains and tokens are returned dynamically by the [`GET /v1/public/tok
3030

3131
| Chain | Chain ID | Supported Tokens | Minimum Deposit |
3232
| --------- | -------- | ---------------- | --------------- |
33-
| Arbitrum | `42161` | USDC, USDT | 5 |
33+
| Ethereum | `1` | USDC | 5 |
3434
| BNB Chain | `56` | USDC, USDT | 5 |
35+
| X Layer | `196` | USDC, USDG | -- |
36+
| ADI | `36900` | USDC | 5 |
37+
| Arbitrum | `42161` | USDC, USDT | 5 |
38+
39+
Minimum deposit is denominated in the token being transferred. X Layer currently has no minimum configured — always treat the `minimum_deposit` value returned by [Get Receiver Address](/build-on-omnichain/restful-api/private/get-receiver-address) as the source of truth.
3540

3641
<Warning>
3742
Only the chain + token combinations listed above are supported. Sending unsupported tokens or
@@ -43,9 +48,11 @@ Supported chains and tokens are returned dynamically by the [`GET /v1/public/tok
4348

4449
| Chain | DepositFactory | DepositBeaconImpl |
4550
| ------------------ | -------------------------------------------- | -------------------------------------------- |
46-
| Arbitrum (`42161`) | `0x8dCBDFF1758d9Bd77b37ff78982912C35FDc2F21` | `0x43001EF2e62Ac260FA78D5a0Af8787261e4D82F9` |
51+
| Ethereum (`1`) | `0x8dCBDFF1758d9Bd77b37ff78982912C35FDc2F21` | `0x5bcB988b63a36c0B05cB61064d6e6ecE710dC063` |
4752
| BNB Chain (`56`) | `0x8dCBDFF1758d9Bd77b37ff78982912C35FDc2F21` | `0xDE5C8345DD0Ce07eb0c7A210F307Ae6DB61584cb` |
53+
| X Layer (`196`) | `0x8dCBDFF1758d9Bd77b37ff78982912C35FDc2F21` | `0x5771B915a19f1763274Ef97a475C4525dA7F963F` |
4854
| ADI (`36900`) | `0x91DA1846473E6c3345ef3c32D4a3BC2Ebe851519` | `0x5fc83da893e63Dec205e6d634B930e3012674440` |
55+
| Arbitrum (`42161`) | `0x8dCBDFF1758d9Bd77b37ff78982912C35FDc2F21` | `0x43001EF2e62Ac260FA78D5a0Af8787261e4D82F9` |
4956

5057
The **DepositFactory** acts as a beacon that stores the current implementation address. Each user's receiver address is a lightweight **DepositProxy** that delegates to the **DepositBeaconImpl** for deposit logic. Proxies are deployed on-demand during the first deposit.
5158

introduction/trade-on-orderly/multi-collateral.mdx

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,26 @@ description: "Understand supported collateral types, deposit caps, discount rate
77

88
### Max Deposits (Global)
99

10-
These values represent the maximum amount of each collateral type (USDT or ETH) that can be deposited across all users on a global scale for the specified blockchain network (Arbitrum, Ethereum, or Base).
11-
12-
| Collateral | Chain | Max Collateral (global) |
13-
| ---------- | -------- | ----------------------- |
14-
| USDT | Arbitrum | 2,000,000 |
15-
| ETH | Arbitrum | 1,000 |
16-
| USDT | Ethereum | 3,000,000 |
17-
| ETH | Ethereum | 500 |
18-
| ETH | Base | 500 |
19-
| USDT | BSC | 4,000,000 |
20-
| YUSD | Ethereum | 500,000 |
21-
| YUSD | BSC | 500,000 |
22-
| SOL | SOL | 40,000 |
23-
| USDT | SOL | 1,500,000 |
24-
| BNB | BSC | 10,000 |
25-
| WBTC | Ethereum | 80 |
26-
| USD1 | Ethereum | 100,000 |
27-
| USD1 | BSC | 100,000 |
10+
These values represent the maximum amount of each collateral type that can be deposited across all users on a global scale for the specified blockchain network.
11+
12+
| Collateral | Chain | Max Collateral (global) |
13+
| ---------- | --------------- | ----------------------- |
14+
| USDT | Arbitrum | 2,000,000 |
15+
| ETH | Arbitrum | 1,000 |
16+
| USDT | Ethereum | 3,000,000 |
17+
| ETH | Ethereum | 500 |
18+
| ETH | Base | 500 |
19+
| USDT | BSC | 4,000,000 |
20+
| YUSD | Ethereum | 500,000 |
21+
| YUSD | BSC | 500,000 |
22+
| SOL | SOL | 40,000 |
23+
| USDT | SOL | 1,500,000 |
24+
| BNB | BSC | 10,000 |
25+
| WBTC | Ethereum | 80 |
26+
| USD1 | Ethereum | 100,000 |
27+
| USD1 | BSC | 100,000 |
28+
| USDG | X Layer | 100,000 |
29+
| USDG | Robinhood Chain | 100,000 |
2830

2931
### Max Deposits (User)
3032

@@ -37,6 +39,7 @@ These values represent the maximum amount of each collateral type (USDT or ETH)
3739
| YUSD | 50,000 |
3840
| WBTC | 5 |
3941
| USD1 | 100,000 |
42+
| USDG | 100,000 |
4043

4144
## What is Loan-to-value (LTV)?
4245

@@ -108,6 +111,7 @@ Weight and DCF will be determined based on the table below:
108111
| BNB | 0.8 | 0.000007 |
109112
| WBTC | 0.8 | 0.000007 |
110113
| USD1 | 0.98 | 0.0000045 |
114+
| USDG | 0.98 | 0.0000045 |
111115

112116
---
113117

@@ -152,6 +156,7 @@ This is a protective measure to manage risk. As always, remember that the lower
152156
| BNB | 3.5% |
153157
| WBTC | 3.5% |
154158
| USD1 | 0.035% |
159+
| USDG | 0.035% |
155160

156161
---
157162

0 commit comments

Comments
 (0)