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

# Welcome to SparkleX

### **SparkleX is an AI-powered omnichain yield optimizer that helps users maximize returns with zero manual work.**

{% hint style="info" %}
**Whether you're a user, builder, or auditor — you'll find what you need below 👇**
{% endhint %}

***

<details>

<summary> I'm a New User </summary>

<a href="/pages/OGm08PVyml0NZMrKrJpZ" class="button secondary">Key Features</a>

<a href="/pages/tKjpmYy07Z9CWCTErfle" class="button secondary">Quick Start</a>

<a href="/pages/uFODHgucJ15ZK1Ze83jP" class="button secondary">Overview</a>

</details>

<details>

<summary> I Want to Learn</summary>

Deep-dive into yield, compounding, and vault mechanics.

&#x20;<a href="/pages/24s1xf3piPpHFehZty2D" class="button secondary">Yield 101</a>

<a href="/pages/UHK9Jo5jXXVFtalyc9WN" class="button secondary">APY & Compiuding</a>

<a href="/pages/Nhsa85jqcdUgy1DVGytx" class="button secondary">Receipt Tokens</a>

<a href="/pages/r9YOsoQzzGz5wqR3IG86" class="button secondary">Liquidity Mechanics</a>

</details>

<details>

<summary> I'm a Developer</summary>

> Build on SparkleX or audit its contracts.

<a href="/pages/IGSDsJaZC8zhd33SEyCG" class="button secondary">Developer Docs</a>

<a href="/pages/1jp3YzuoPKDRb3twurOU" class="button secondary">Github Repos</a>

<a href="/pages/r21pSDqOje8cZQkrjGnR" class="button secondary">Audits Reports</a>

<a href="/pages/GK9MVmmP8rUokyitTghR" class="button secondary">Deployed Contracts</a>

</details>

<details>

<summary>Legal &#x26; Terms</summary>

> View protocol terms, disclaimers, and policies.

<a href="/pages/0Dz2NU2bQifQSnTCzGoK" class="button secondary">SparkleX Terms of Service</a>

<a href="/pages/2qQp8Pen1ycCi6SnPH4I" class="button secondary">SparkleX Privacy Policy</a>

</details>

***


---

# 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, and the optional `goal` query parameter:

```
GET https://sparklexai.gitbook.io/docs/welcome-to-sparklex.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
