You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
35
40
36
41
<Warning>
37
42
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
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.
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).
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.
0 commit comments