nexus-elements-unified-balance

Installation
SKILL.md

⚠️ Deprecated — Use Nexus One

UnifiedBalance has been removed from Nexus Elements.

Nexus One includes an inline balance view as part of its unified swap, send, and deposit flows. There is no longer a standalone balance widget.

Migration

Remove UnifiedBalance from your app. If you need to display balances, use Nexus One — it shows relevant balances inline during flow execution.

For programmatic balance access, use the Nexus SDK directly:

// Bridge balances
const bridgeBalances = await sdk.getBalancesForBridge();

// Swap balances
const swapBalances = await sdk.getBalancesForSwap();
Installs
24
First Seen
Feb 4, 2026
nexus-elements-unified-balance — availproject/widgets