What has to be considered with large volume/txs and how we manage this with SDAs?
Last updated: February 18, 2026
Transaction Size Limits
Current SDA limits vary by chain. Each chain has a min and max deposit limit which can be retrieved from the config endpoint.
https://docs.rhino.fi/api-reference/configs/configs-chains-&-tokens
Liquidity Management
When transactions exceed available instant liquidity and a chain, but is within the max deposit limit, they will be processed via "slow bridge" which automatically rebalances from other chains. Whether a transaction size is covered by our instant liquidity or not can be identified from the speed parameter in the quote response.
standardimplies that the chain has enough instant liquidity and the transaction will be processed within seconds.slowindicates that the collateral on this chain needs to automatically topped up.The
estimatedDurationparameter will indicated the estimated execution time in milliseconds.
https://docs.rhino.fi/api-reference/quote/public-quote
Transactions Above the Max Deposit Limit
When transactions exceed limits, the current behaviour is to not process automatically and wait for manual intervention.
Volume-Based Considerations
High-volume clients may need dedicated liquidity management. The system can handle clients doing several hundreds of millions of dollars per day, but requires proper collateral allocation and monitoring. Please contact our partner management team to discuss details.