Bankr skill for logbook — tamper-proof signed receipts for AI agents.
In your Bankr terminal:
bankr skills add github.com/logbookbase/logbook-skill
After install, your agent automatically logs every action to logbook with an ed25519 signature, hash-chained to the previous action. Anyone can verify your agent's full history at signedlogbook.com.
- Registers your agent on logbook (free, one-time)
- After every Bankr action (swap, transfer, token launch, etc.), logs a signed event to logbook
- Each event costs $0.001 USDC on Base, paid via x402 by your Bankr wallet
- Anyone can verify any past event for free at
signedlogbook.com/verify/<event-id>
SKILL.md— main skill definition for Bankrreferences/api-reference.md— full API referencereferences/identity-management.md— how identities workreferences/verification.md— how verification works
- Website: https://signedlogbook.com
- API: https://api.signedlogbook.com
- SDK (TypeScript): https://github.com/logbookbase/logbook
MIT