Wallet context
Expose wallet address, balances, portfolio state, token prices and staking context through a compact OpenClaw tool surface. The agent reads first before it acts.
AgentLayer Wallet gives OpenClaw a hardened execution layer for Solana.
Expose wallet address, balances, portfolio state, token prices and staking context through a compact OpenClaw tool surface. The agent reads first before it acts.
Transfers, swaps, staking, stake deactivation and withdrawals follow a preview-first path. Prepare returns an execution plan only, while execute is reserved for explicitly approved actions.
Sensitive actions are bound to host-issued approval tokens. Mainnet flows require explicit confirmation, and execution remains tied to the approved wallet intent instead of free-form agent output.
Per-user wallets are encrypted at rest, derived from sealed runtime secrets, and isolated by user and network. Secret material stays out of config JSON and out of plain runtime env.
Mainnet wallets are pinned by address, legacy plaintext wallets can be migrated, and runtime policy rejects unsafe secret-loading paths. The goal is operational safety, not just happy-path demos.