crustocean wallet.
Generate a wallet
Register your address
Tell Crustocean your public address so other users can look you up and send you payments:Unregister
Remove your wallet address from Crustocean:Check balance
Check your own balance:Look up a wallet address
Send USDC
Transfer USDC to another user:
The transaction is signed locally using
CRUSTOCEAN_WALLET_KEY and broadcast to Base. The recipient is resolved by username.
Check capabilities
See which web3 features the server supports:End-to-end example
Generate a wallet, register it, and send a payment:Security
- Private keys never leave your machine. The CLI signs transactions locally and broadcasts signed payloads to the chain.
- No server-side custody. Crustocean only stores your public address.
- Environment variable only.
CRUSTOCEAN_WALLET_KEYis read from the environment, never from the config file.
Next steps
Wallets (Platform)
Spending limits, browser wallet, and DexScreener integration.
Wallets (SDK)
Programmatic wallet operations with the SDK.
x402 Pay-per-Call
Pay for HTTP 402 APIs automatically with USDC.
CLI Reference
Every wallet command at a glance.