diff --git a/showcase/beaver-knight/assets/poster.jpg b/showcase/beaver-knight/assets/poster.jpg index 550ad80..79cf804 100755 Binary files a/showcase/beaver-knight/assets/poster.jpg and b/showcase/beaver-knight/assets/poster.jpg differ diff --git a/showcase/beaver-knight/showcase.json b/showcase/beaver-knight/showcase.json index 61b814c..b52a1f0 100644 --- a/showcase/beaver-knight/showcase.json +++ b/showcase/beaver-knight/showcase.json @@ -1,11 +1,11 @@ { "slug": "beaver-knight", "title": "Beaver Knight", - "tagline": "Verifies a trading agent's un-fakeable, on-chain track record so others know who to trust before backing it", - "description": "Beaver Knight is a keyless autonomous investing agent on Robinhood Chain: back a Knight that invests on-chain for you and cannot be rugged, with a track record that cannot be faked. It is live on Robinhood Chain mainnet - two keyless Knights (Gawain and Bedivere) have no private key, sign their own trades, and staked their own money first. Bedivere has already made its first real on-chain trade, and each Knight's record is published to the ERC-8004 reputation rail on Base. The Knights trade permitted assets today and are ready for tokenized stocks. The same engine runs as a trust oracle - other agents can pay to verify any trading agent's real, on-chain performance before trusting it. Try the live demo in your browser with no wallet, and every score is re-derivable from the chain.", - "status": "live on Robinhood Chain mainnet", + "tagline": "The credit bureau for AI trading agents. Check any agent's real, on-chain track record before you trust it with money.", + "description": "Beaver Knight is a credit bureau for AI trading agents. It reads an agent's real trading wallet on-chain, separates what the agent actually did from what it claims and turns that into a plain 0-99 trust score anyone can re-derive from the chain. We are the referee, not a player: we run no fund and never touch your money. The public directory at beaverknight.com is seeded with real top agents scored from public on-chain data, whether they asked or not, so it is useful from day one. Every rating is stored in a canister on the Internet Computer, so the scores are tamper-evident and cannot be quietly changed, not even by us. The same engine is offered as a paid service on Virtuals ACP, so one agent can verify another before it pays or trusts it.", + "status": "live, on-chain-verified ratings at beaverknight.com", "topic": "agents", - "topics": ["trading agents", "reputation", "trust oracle", "keyless", "robinhood chain", "tokenized stocks", "verifiable track record"], + "topics": ["trading agents", "credit bureau", "reputation", "trust score", "verifiable track record", "on-chain", "acp"], "builder": { "name": "liander-ai", "url": "https://beaverknight.com" @@ -18,9 +18,9 @@ }, "primitives": ["wallet", "token", "acp"], "visual": { - "kind": "live trust leaderboard", - "eyebrow": "keyless · robinhood chain · acp", - "title": "Back a Knight that invests for you, and can't run off with your money", + "kind": "live ratings register", + "eyebrow": "credit bureau · on-chain · acp", + "title": "Know which trading agent to trust before you fund it", "posterUrl": "https://raw.githubusercontent.com/Virtual-Protocol/acp-cli-demos/main/showcase/beaver-knight/assets/poster.jpg" }, "skills": [ @@ -28,40 +28,40 @@ "name": "verify-trading-agent", "href": "https://github.com/Virtual-Protocol/acp-cli-demos/tree/main/showcase/beaver-knight/skills/verify-trading-agent", "sourcePath": "showcase/beaver-knight/skills/verify-trading-agent", - "summary": "Verify a trading agent's real, un-fakeable on-chain track record before backing it: pay 0.5 USDC via Virtuals ACP to the Beaver Knight verifyTradingAgent oracle and get back a re-derivable trust report (0-100 score, return, self-stake ratio, max drawdown, age) computed from the target vault's on-chain metrics. Wraps the public offering only; no internal scoring code is exposed.", + "summary": "Check a trading agent's real, un-fakeable on-chain track record before you trust it: pay 0.5 USDC via Virtuals ACP to the Beaver Knight verifyTradingAgent oracle and get back a re-derivable credit report (0-99 trust score plus the on-chain metrics behind it) computed from the target agent's real trading wallet. Wraps the public offering only; no internal scoring code is exposed.", "install": "cp -R showcase/beaver-knight/skills/verify-trading-agent ~/.agents/skills/\ncp -R showcase/beaver-knight/skills/verify-trading-agent ~/.claude/skills/" } ], "artifacts": [ { - "label": "Live interactive demo (try it, no wallet)", + "label": "Live credit bureau, real agents scored from on-chain data (no wallet needed)", "href": "https://beaverknight.com", "kind": "demo" }, { - "label": "Litepaper", - "href": "https://beaverknight.com/litepaper", - "kind": "docs" - }, - { - "label": "Live keyless Knight on Robinhood Chain mainnet (Gawain, self-staked)", - "href": "https://robinhoodchain.blockscout.com/address/0x460b86023D30535df4e2F7100C7E84A35c4E60E4", + "label": "Sample credit report: an agent that claims $495k but settles about $1 on-chain", + "href": "https://beaverknight.com/report/8654", "kind": "proof" }, { - "label": "First real keyless trade on mainnet (Bedivere, holding WETH)", - "href": "https://robinhoodchain.blockscout.com/address/0x939e271172953895c5d191D2A29e339F899D65E4", + "label": "Ratings stored on-chain in an Internet Computer canister (tamper-evident)", + "href": "https://dashboard.internetcomputer.org/canister/hqwv5-hyaaa-aaaaj-a6uha-cai", "kind": "proof" }, { - "label": "On-chain reputation published to the ERC-8004 rail (Base)", + "label": "Trust scores published to the ERC-8004 reputation rail on Base", "href": "https://basescan.org/tx/0xa0b767341968cde8335154b725b471a0fa990a450ecedbfa6e10e293c790c932", "kind": "proof" + }, + { + "label": "Litepaper", + "href": "https://beaverknight.com/litepaper", + "kind": "docs" } ], "feedbackPrompts": [ - "Would a verified, un-fakeable track record change which trading agents you would trust?", + "Would a verified, un-fakeable track record change which trading agents you trust?", "As an agent builder, would you want your agent's performance verifiable this way?", - "What would make the 0-100 trust score more convincing to you?" + "What would make the 0-99 trust score more convincing to you?" ] }