# Reference

- [EVM Contracts (V2)](https://docs.ekubo.org/integration-guides/reference/evm-contracts-v2.md): Addresses of the deployed contracts on Ethereum (V2)
- [EVM Contracts](https://docs.ekubo.org/integration-guides/reference/evm-contracts.md): Addresses of the deployed contracts on Ethereum (V3)
- [Starknet Contracts](https://docs.ekubo.org/integration-guides/reference/starknet-contracts.md): Addresses of the deployed contracts on Starknet
- [Governance Contracts](https://docs.ekubo.org/integration-guides/reference/governance-contracts.md): Addresses of the governance contracts across Starknet and Ethereum
- [Reading pool price](https://docs.ekubo.org/integration-guides/reference/reading-pool-price.md): How to interpret pool data from the on-chain methods
- [Ekubo API](https://docs.ekubo.org/integration-guides/reference/ekubo-api.md): The API that powers Ekubo's websites
- [Endpoints](https://docs.ekubo.org/integration-guides/reference/ekubo-api/endpoints.md): All the endpoints available in the Ekubo API, generated from the OpenAPI 3.1 specification
- [Audits](https://docs.ekubo.org/integration-guides/reference/audits.md): The current state of the audits and any public audit reports
- [Key concepts](https://docs.ekubo.org/integration-guides/reference/key-concepts.md): Useful concepts and technologies on which Ekubo is built
- [Math 1-pager](https://docs.ekubo.org/integration-guides/reference/math-1-pager.md): A practical guide to Ekubo's internal math
- ["Till" pattern](https://docs.ekubo.org/integration-guides/reference/till-pattern.md): Every interaction with Ekubo starts with a call to \`#lock\`


---

# 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.ekubo.org/integration-guides/reference.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.
