Skip to content

👛 Wallet Monitoring Commands

Nexora includes an automated multi-chain wallet monitoring engine powered by PostgreSQL and built-in RPC fallbacks.


/wallet balance

Lookup the live native balance of any wallet address across EVM and Solana.

  • Usage: /wallet balance network:<chain> address:<wallet_address>
  • Examples:
    • /wallet balance network:Ethereum address:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
    • /wallet balance network:Solana address:6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P

/wallet track

Register a wallet address into the PostgreSQL database for automated 24/7 background monitoring.

  • Usage: /wallet track network:<chain> address:<wallet_address> [label:<nickname>]
  • Examples:
    • /wallet track network:Ethereum address:0xd8dA... label:Vitalik
    • /wallet track network:Solana address:6EF8... label:Whale_1

⚡ Background Worker Behavior:

  • Nexora checks monitored wallets every 3 minutes.
  • If a balance shift occurs, Nexora sends a rich embed notification directly to your server's designated alert channel or to your Direct Messages.

/wallet list

List all monitored wallets registered under your Discord account.

  • Usage: /wallet list

/wallet untrack

Remove a wallet address from automated background monitoring.

  • Usage: /wallet untrack address:<wallet_address>