← back to registry

bank

built-in

On-chain vault: deposits, balances, and withdrawals

source
arcana-capabilities feature "bank"
install
arcana add bank

Adds to your node

commandbank
apibalances / deposits / withdrawals
monitordeposit & balance monitors (EVM + Solana)

Call from your keepers / tasks / programs

taskbank.withdraw()

Spawn it

(spawn "bank.withdraw" { ...args })

Runs after the transaction commits and auto-retries on failure. Handle the outcome with the task's on_success / on_failure callbacks (each names a follow-up handler); after retries a task terminates as failed.