# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resources.sendai.fun/components-to-build-an-agent/making-verifiable-agents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
