# List your project

- [DefiLlama and our methodology](https://docs.llama.fi/list-your-project/readme.md)
- [How to list a DeFi project](https://docs.llama.fi/list-your-project/submit-a-project.md)
- [How to add a new Blockchain](https://docs.llama.fi/list-your-project/how-to-add-a-new-blockchain.md)
- [How to write an SDK adapter](https://docs.llama.fi/list-your-project/how-to-write-an-sdk-adapter.md)
- [Functions we've written so you don't have to](https://docs.llama.fi/list-your-project/functions-weve-written-so-you-dont-have-to.md)
- [Staking and Pool2](https://docs.llama.fi/list-your-project/functions-weve-written-so-you-dont-have-to/staking-and-pool2.md)
- [Fork helpers](https://docs.llama.fi/list-your-project/functions-weve-written-so-you-dont-have-to/fork-helpers.md)
- [General EVM contract calls](https://docs.llama.fi/list-your-project/functions-weve-written-so-you-dont-have-to/general-evm-contract-calls.md)
- [What to include as TVL?](https://docs.llama.fi/list-your-project/what-to-include-as-tvl.md)
- [How to update a project](https://docs.llama.fi/list-your-project/how-to-update-a-project.md)
- [How to write dimensions adapters](https://docs.llama.fi/list-your-project/other-dashboards.md)
- [Oracles TVS](https://docs.llama.fi/list-your-project/oracles-tvs.md): Our TVS methodology is guided by the principle: "If the oracle malfunctions, would assets be lost?"
- [Token Rights](https://docs.llama.fi/list-your-project/token-rights.md)


---

# 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://docs.llama.fi/list-your-project.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.
