Deterministic Base contract admission control for agents. Decide whether a Base contract interaction should proceed before your agent buys, routes funds, approves, pays, or interacts.
$0.10/call via x402 · No API key neededFastest path for integration: start with /skill.md if you want the shortest agent-oriented workflow, use /openapi.json for a formal schema, or install the local wrapper from /mcp.
Start with the shortest docs, then call one paid endpoint when you need to check a contract. No API key, no signup, pay per request.
Read /skill.md for the shortest setup path, or use OpenAPI if your client already consumes schemas.
Call /analyze with a Base contract address, let your x402 client handle payment, and use the returned decision and policy recommendation before your workflow proceeds.
curl -s "https://augurrisk.com/skill.md" curl -s "https://augurrisk.com/analyze?address=0x4200000000000000000000000000000000000006" \ -H "PAYMENT-SIGNATURE: <x402-payment-proof>" | jq
Use Augur as a pre-transaction gate before your agent buys, routes funds, approves, pays, or interacts.
Augur is a deterministic contract admission gate for Base agents and the workflows around them. It gives you a fast first pass before you trust a contract.
Fetches on-chain bytecode for a Base mainnet contract address and runs 8 deterministic detectors to produce a default decision, policy recommendation, supporting findings, and a composite 0–100 score.
Scores are bytecode heuristics, not a full audit or guarantee. A safe result means no major bytecode-level risk signals were detected in this scan.
The value is clearest at decision points where an agent is about to trust or touch a contract.
Screen a token contract before a trading agent buys, quotes, or routes into it.
Screen a contract before a treasury, routing, or execution agent sends funds to it.
Screen a contract before an approval, listing, or other workflow treats it as acceptable.
curl -s "https://augurrisk.com/analyze?address=0x4200000000000000000000000000000000000006" \ -H "PAYMENT-SIGNATURE: <x402-payment-proof>" | jq
Pay with any x402-compatible client. Returns JSON with decision, recommended_policy, findings, score, level, and category_scores for a Base mainnet contract.
USDC · Settled via x402 protocol · No API key, no signup
x402 is an HTTP-native payment protocol - your agent pays per call automatically, no API key or signup needed.
These pages show where Augur fits into common agent workflows. Each one uses the same paid /analyze endpoint and returns the full screening response.
See exact Augur output on notable Base contracts before you wire the API into an agent policy.
Install the MCP wrapper directly with npx -y augurrisk-mcp, or use the links below for the broader machine-readable surface.