LogoLogo
  • Getting Started
    • What and Why Crypto x AI
    • Podcasts
    • Reading Lists
    • Tutorials
    • Top Accounts to Follow
  • SendAI Agent Kit
    • Getting Started
  • Components to Build an Agent
    • The Model
    • Giving agent a wallet
    • Making the agent trade
    • Transaction Landing and anything onchain
    • Agent Economics
    • Interfaces and Channels
    • Making Verifiable Agents
    • Deploying the agents
  • AI Hackathon
    • 🤖AI Hackathon Sponsor Resources
  • MCP Competition
    • MCP Competition Resources
      • SendAI Resources
      • Solana Foundation
      • Crossmint Resources
      • Others
Powered by GitBook
On this page

Was this helpful?

  1. Components to Build an Agent

Making Verifiable Agents

PreviousInterfaces and ChannelsNextDeploying the agents

Last updated 3 months ago

Was this helpful?

There’s a huge opportunity to make verifiable agents, currently there’s no sure shot way to know if there’s a human behind the agent or not, OR if the responses are actually generated by the agent. To prove this, we can use TEE ( Trusted Execution Environment ) to proof, that wallet/social identity is completely owned by it, and any human can’t access it. is a must read to understand why it’s important.

You can also use Lit Protocol to make agents sign the LLM generated response, which can be then verified by anyone.

Setting Your Pet Rock Free. - NOUS RESEARCH
how?