> For the complete documentation index, see [llms.txt](https://resources.sendai.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.sendai.fun/components-to-build-an-agent/making-verifiable-agents.md).

# Making Verifiable Agents

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. [Setting Your Pet Rock Free. - NOUS RESEARCH](https://nousresearch.com/setting-your-pet-rock-free/) is a must read to understand why it’s important.&#x20;

You can also use Lit Protocol to make agents sign the LLM generated response, which can be then verified by anyone. [how?](https://developer.litprotocol.com/intro/first-request/overview)

<br>
