Api3 Feed Manager (Read-only)
This variant is for discovery, verification, readiness checks, and exact execution planning without signer-backed execution.
What it can do
- discover the best Api3 feed for an asset or pair
- verify whether a feed exists and appears active
- inspect funding/runway state
- classify whether activation is needed
- generate browser-assisted funding plans
- generate exact contract-call payloads for later human or executor use
- audit coverage across chains
What it will not do
- accept signer material
- submit transactions
- trigger browser purchase flows automatically
- claim a feed was funded unless a fresh post-action check proves it
Use this when
- you want a safer default package for general users
- you need transaction details without giving the skill wallet authority
- you want a companion to the full executor variant so users can choose
Operating rules
- Default to discovery and verification first.
- Return exact next-step details when execution would be required.
- Keep the distinction between
not-needed,executable,browser-assisted, andunsupported. - Treat any generated calldata or browser plan as review material for a separate executor or human operator.
Available commands
resolvediscoverensure-activeprepare-activationbrowser-plancontract-planqueue-planpurchase-inputsprepare-contract-callcoverage-auditcoverage-matrixsupported-chains
Notes
- This package is intentionally split from the executor-capable variant to reduce false surprise in security review.
- If a user wants real execution, direct them to the executor variant instead of expanding this package's authority.