Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.useveil.co/llms.txt

Use this file to discover all available pages before exploring further.

Veil wallets are per-chain deposit addresses that hold stablecoins until you offramp them. See Wallets for the full concept.

List wallets

veil wallets list
Prints one line per wallet: ID, name, chain, deposit address, token balances, and bound bank account. Append --live to list production wallets.

Show a wallet

veil wallets show <id>
Prints full wallet detail — ID, name, chain, deposit address, mode, balances, supported assets, bound bank account — followed by recent transactions.

Create a wallet

veil wallets create --chain <chain>
Supported chains: ethereum, base, polygon, solana. Options:
FlagRequiredDescription
--chainYesBlockchain for the wallet
--nameNoHuman-readable label
--liveNoCreate in live mode
Example:
veil wallets create --chain base --name "my-base-wallet"
Prints the new wallet’s ID and deposit address.