Digital asset consolidation

Consolidate digital assets from addresses within your deposit wallet

Consolidation is a process of transferring digital assets from a deposit wallet and consolidating them into a destination wallet, typically a cold wallet. In Liminal, you can transfer assets from multiple addresses within your deposit wallet and consolidate them into a destination wallet, using the Consolidate wallet assets API. Each address in a deposit wallet is associated with an individual customer, where they deposit their digital assets. The API automatically includes addresses with assets above the default balance thresholds.

Default address balance thresholds

Liminal has set default balance thresholds for each address in a deposit wallet to process consolidation. If an address balance falls below the threshold, its digital assets will be excluded from consolidation during an API call. The API supports wallets for both UTXO and non-UTXO chains, allowing consolidation of native coins and tokens. The table below provides the minimum balance thresholds of native coins and tokens for UTXO and non-UTXO chain wallets supported by the API.

Chains
Binance Smart Chain0.01
Ethereum0.035
Avalanche5
Algorand1
Arbitrum5
Solana0.1
Tron45
Polygon0.08
Fantom5
Flare0.005
Near1
Telos1
Xinfin0.000001
zkEVM0.005
Optimism-
Base0.005
Cardano0.00001
Bitcoin (BTC)1
Bitcoin Cash1
Litecoin2
Doge1
Bitcoin SV1

Note: Stellar, Ripple, and Cosmos chain wallets do not support consolidation because they use a single wallet address, where memos or tags are used to identify each depositor, rather than separate wallet addresses. You can send assets directly from Vaults user interface for cold wallets or using the Create transaction requests API for hot (deposit) wallets.

To learn about the different use cases of the API, refer to the Consolidate wallet assets API section of this document.

You can set up a CRON job to automatically run the consolidation API at defined intervals. To learn more, see Automate consolidation.

You can customise the consolidation rules like setting up the balance thresholds for addresses, using the Smart Consolidation feature. To learn more, see Smart Consolidation.