> For the complete documentation index, see [llms.txt](https://docs.echelon.market/echelon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echelon.market/echelon/integrations/developer-documentation.md).

# Developer Documentation

SDK: <https://github.com/EchelonMarket/echelon-sdk>

Aptos Mainnet Address: 0xc6bc659f1649553c1a3fa05d9727433dc03843baac29473c817d06d39e7621ba

Below are guides and required packages for how to integrate with Echelon on Testnet.&#x20;

Please reach out to our team on [Discord](https://discord.gg/echelonmarket) if you have any questions when integrating.

**Aptos:**

* [Aptos testnet integration guide](https://workable-jaw-d42.notion.site/Echelon-Integration-Guide-284b98d8fcc94f6da4f8406aad4da859)
* [Aptos testnet address and packages](https://workable-jaw-d42.notion.site/Echelon-Aptos-Testnet-Addresses-f63e628a520244fc84e0f5de90578f8b?pvs=4)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.echelon.market/echelon/integrations/developer-documentation.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.
