> 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/overview/quick-start-guide.md).

# Quick Start Guide

## Step 1: Connect Your Wallet

Connect your preferred Web3 wallet to the SparkleX app.

1. Click the **`Connect Wallet`** button,  located in the top-right corner.<br>

<figure><img src="/files/fPlOEY9Iy8chvZu0XOB2" alt=""><figcaption></figcaption></figure>

2. Select your wallet from the list (e.g., MetaMask, Trust Wallet, OKX Wallet).<br>
3. Approve the connection in the wallet pop-up.

***

### Step 2: Choose Earn or Farm

SparkleX offers two powerful ways to generate yield. Choose the one that best fits your goals.

#### **SparkleX Earn**

{% hint style="warning" %}
**Best for:** Earning high, automated yield on single assets like WETH or USDC.
{% endhint %}

<figure><img src="/files/z06AMbfzZVVJpDnqSaPL" alt=""><figcaption></figcaption></figure>

* **Action:** Click on the **`Earn`** tab in the application.<br>

**SparkleX Farm**

{% hint style="warning" %}
**Best for:** Experienced users who want to provide liquidity to DEXs and have our AI manage their complex positions.
{% endhint %}

* **Action:** Click on the **`Farm`** tab in the application.

<figure><img src="/files/TAEHJfVhrHP7qQxVbe2o" alt=""><figcaption></figcaption></figure>

***

### Step 3: Deposit Your Assets

Follow the steps based on your chosen strategy.

#### **Depositing into an `Earn` Vault**

1. **Select a Vault:** <br>

   From the Earn page, choose a vault (e.g., ETH Vault)

<figure><img src="/files/94izw4rGSfw8TJv5EGWH" alt=""><figcaption></figcaption></figure>

2. **Enter Amount:**&#x20;

&#x20;    Type in the amount you wish to deposit

<figure><img src="/files/h8YJJypM6bPhceRgSCyM" alt=""><figcaption></figcaption></figure>

3. **Approve & Deposit:**&#x20;

* Click `Approve` to allow the smart contract to interact with your tokens (a one-time transaction).&#x20;
* Click `Deposit` and confirm the transaction in your wallet.<br>

<i class="fa-check">:check:</i> That's it! You will receive a yield-bearing token (e.g., `spETH`) in your wallet, which will automatically grow in value as the vault earns yield. There is no AI Copilot to activate; the `Earn` vaults are fully automated by default.

***

#### **Depositing into a `Farm` Vault**<br>

1. **Select a Vault:**&#x20;

Go to the Farm page and select a pool (e.g., WETH-USDC on Uniswap v3)

<figure><img src="/files/2FmdyqPhmNo4RnyXaxH4" alt=""><figcaption></figcaption></figure>

2. **Enter Amount:**&#x20;

Input the amount you wish to deposit.

<figure><img src="/files/GZG8iQDcmGhxqZb7Wyqh" alt=""><figcaption></figcaption></figure>

3. **Approve & Deposit:**&#x20;

Click Confirm for the required token(s). Click `Deposit` and confirm the transaction in your wallet.

4. **Activate the AI Copilot:**&#x20;

* Open your Vault Dashboard
* Toggle AI Copilot: ON
* The AI will now manage your position to optimize fees and reduce IL

***

### 🎉 You’re all set!

Start earning yield with automation and smart strategy.

&#x20;Have questions? Join our community [Discord ](https://discord.gg/XES2eR92)or check the Help Center.


---

# 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/overview/quick-start-guide.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.
