Skip to content

Connect an OWS wallet for Boon agent mode and fund it safely.

Boon agent mode signs through OWS. Use this for agents that propose and execute approved boons.

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
Terminal window
boon wallet connect ows --wallet boon-agent

Boon resolves the wallet, records the alias and Base address, and prints the address to fund.

Set one of:

Terminal window
export BOON_OWS_API_KEY=ows_key_...
# or
export BOON_OWS_API_KEY_FILE=/path/to/ows-token.txt

The token must begin with ows_key_... and have attached policies. Boon intentionally rejects owner passphrases for agent sends because they bypass OWS policy enforcement.

Terminal window
boon doctor
boon wallet current
boon tip --dry-run github:alice 2 "pr:owner/repo#42 — review"

Boon’s default local guardrails are intentionally small:

SettingDefault
maxUsdcPerDay50
maxUsdcPerTip10
minSecondsBetweenTips60
per-handle cooldown30 days

Keep OWS wallet balances near the amount you are comfortable letting an approved agent policy spend.