Participate in QR Coin auctions on Base - bid to display URLs on QR codes
67
56%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./src/skills/bundled/qrcoin/SKILL.mdParticipate in QR Coin auctions on Base blockchain. Bid to display URLs on QR codes.
| Contract | Address |
|---|---|
| QR Auction | 0x7309779122069EFa06ef71a45AE0DB55A259A176 |
| USDC | 0x833589fCD6eDb6E08f4c7c32D4f71b54bdA02913 |
/qr status Current auction info
/qr bids List active bids
/qr reserves Check reserve prices/qr bid <url> <name> Create new bid (~11 USDC)
/qr contribute <url> <name> Contribute to existing bid (~1 USDC)
/qr approve <amount> Approve USDC for bidding/qr status
/qr bid https://mysite.com "MyProject"
/qr contribute https://mysite.com "MyProject"export PRIVATE_KEY="0x..." # Your wallet keyRequires USDC on Base for bidding.
2a8c94e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.