Initial Setup

Dependencies

  • Docker

  • Redis

Depositing Tokens

Every node functions as an Externally Owned Account (EOA) on some blockchains, serving both as a liquidity store and a vault. A node may support various blockchains and tokens, depending on its capabilities. Adequate balances must be maintained in the node’s address to support specific chains/tokens. Moreover, a minimum balance of the native token is required on each chain to facilitate transaction processing.

To prevent frequent liquidity shortages, it is recommended that the node maintains a balance at least three times the supported amount. For instance, It’s advised to have a balance of at least 600 USDT on a chain for supporting 200 USDT

Last updated