BB-MCP Demo
How It Works
1. Context Generation
The agent generates a context package containing task details and metadata. This is signed with the agent's private key and hashed for verification.
2. Blockchain Logging
The context hash is logged to the blockchain using a smart contract. Only minimal data is stored on-chain for gas efficiency.
3. Verification
Anyone can verify the context by comparing the on-chain hash with a recomputed hash of the original context package.