Wallet OWS setup
Section titled “Wallet OWS setup”Boon agent mode signs through OWS. Use this for agents that propose and execute approved boons.
Prerequisites
Section titled “Prerequisites”You need:
- Boon CLI available as
boon - OWS Node/native binding installed in the environment
- an OWS wallet with an EVM/Base account
- a policy-scoped
ows_key_...API token for live sends - a small amount of Base USDC in the OWS address
Connect the wallet
Section titled “Connect the wallet”boon wallet connect ows --wallet boon-agentBoon resolves the wallet, records the alias and Base address, and prints the address to fund.
Configure the API token
Section titled “Configure the API token”Set one of:
export BOON_OWS_API_KEY=ows_key_...# orexport BOON_OWS_API_KEY_FILE=/path/to/ows-token.txtThe token must begin with ows_key_... and have attached policies. Boon intentionally rejects owner passphrases for agent sends because they bypass OWS policy enforcement.
Check readiness
Section titled “Check readiness”boon doctorboon wallet currentboon tip --dry-run github:alice 2 "pr:owner/repo#42 — review"Recommended caps
Section titled “Recommended caps”Boon’s default local guardrails are intentionally small:
| Setting | Default |
|---|---|
maxUsdcPerDay | 50 |
maxUsdcPerTip | 10 |
minSecondsBetweenTips | 60 |
| per-handle cooldown | 30 days |
Keep OWS wallet balances near the amount you are comfortable letting an approved agent policy spend.