💡 Preset configurations with pre-filled parameters for common use cases

Select your API server endpoint for signature submission

Current time: 1/24/2026, 4:36:32 PM

Action Data Preview:

USDT
{
  "name": "USDT",
  "symbol": "USDT",
  "decimals": 6,
  "priceIndex": "USDT/USDC",
  "defaultCollWeight": "0.98",
  "bridgeByChain": [
    {
      "bridgeChainType": 0,
      "bridgeChainId": 11155111,
      "tokenAddress": "0xCB606FaFa1E2b53f046bECC051007B303F61AEf3",
      "bridgeContractAddress": "0x1ce44b7cb2CCcd1B4E67FE632aC32b63B9CDDa91",
      "enabled": true
    }
  ],
  "collateralRiskConfig": {
    "weightTiers": [
      {
        "amount": "9223372036853",
        "weight": "1"
      },
      {
        "amount": "9223372036854.775806",
        "weight": "0"
      }
    ],
    "maxMarginCap": "9223372036854.775806",
    "stalePriceGuardWeight": "1",
    "enabled": false
  },
  "withdrawalFee": "3",
  "nonce": 1769272592869
}
🌉

Bridge Admin Actions

Ethereum

Bridge contract address on Ethereum mainnet

Access control contract address

🔄

Update Relayer

Transaction Preview:

updateRelayer(
  _relayer: 0x...,
  update: true
)
💰

Add Collateral

Must be USDT or USDC with 6 decimals

Transaction Preview:

addCollateral(
  _token: 0x...
)
🔐

Access Roles Management

Transaction Preview:

grantRole(
  role: RELAYER_MANAGER_ROLE,
  account: 0x...
)