> For the complete documentation index, see [llms.txt](https://prodocs.rigelprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prodocs.rigelprotocol.com/smartswap-v2/auto-trade.md).

# Auto-Trade

Our Auto-Trade feature enables you to invest in any crypto of your choice. Our Dapp helps you to buy specific crypto with a predefined amount at your preferred period (Daily, Weekly, and Monthly).

You can Efficiently execute market making with our Auto-Trade feature on any DeFi Token pair.

Step 1: Click on <https://smartswap.rigelprotocol.com/#/autotrade> to get started with this feature.

Step 2: Click on the AutoTrade feature.

<figure><img src="/files/4EuONr2gIFkOvU8njO5b" alt=""><figcaption></figcaption></figure>

Step 3: Select a wallet to perform your transaction.

<figure><img src="https://lh6.googleusercontent.com/e21NgyMJNhUbOXQE78AL8A35yuyQxPV_aAWC5joWi0zo4QZIvVTXDfnkRhksfnl7SKYl5GvRG83IyGMYDUXFCQknmIb9hbFC29w2W6ErVi2MV4aSvYoXZR0WrUUEEpGJO2TWCaDJJ7TevbSCcA" alt=""><figcaption></figcaption></figure>

Step 4: Select the token you want to set AutoTrade for and the token you want to swap. After selecting the token, choose the amount you want to set auto-trade for.

<figure><img src="https://lh4.googleusercontent.com/Vm5A2EueKFEQvTYss9Xnyfy3CmAQ61pTWgYagOsu9_0Utjw-umYFS7eTC5OvKUVMi-7DPJpa6261em2_PgI5YSec6bJJA-d9xyVcNtm3rf2tDliQt55YVnBBAMQCMRgUuWmlmH9PsqwiV9FUyA" alt=""><figcaption></figcaption></figure>

Step 5: Set the auto-time. The price can be set below or above. You can also choose your desired duration(Min, hours, or day).

<figure><img src="https://lh3.googleusercontent.com/PFQVQKHp8405t98pJVE0y70SI4uPekgIokXHtWdCYm3KrIddSSZyYdeywQe6n9VgdueL5zw3yUYLIuiYSIfzxhP2Rg7UZ_DkUKbBgXuX83n5cbq_Qml8bX8wOgaIlHsw_N3cD0if3NVIS_h_wA" alt=""><figcaption></figcaption></figure>

Step 6: Send Transaction

You only have to do it once.

<figure><img src="https://lh6.googleusercontent.com/EszWGcrjx6DD-Z3YVrcXZn4g17UeWQLYr4nnkAIazY29Yg1-OBhiOwz1Hm61KsuaWiB8sAh3-g_42jPFleoIOqqeqDuTJ4c9rSU1XKjm711OXASirl38IZphds73P2C2dax2b3ap5LFvqTEe7g" alt=""><figcaption></figcaption></figure>

Step 7: Process successful

<figure><img src="https://lh6.googleusercontent.com/GtpljH7F_tStEyQ-DAxCmNb8rwdnYGUdMUWwSNuEF0dNMPC9GbhuMj_5r2S12nrkWl2jCN9OkTlwrR9-V-ekqlzooYzJRYjU4q9G4nFDg_tOtFE2rUslioLHfoopctsMLKh4nBEd0CX-zO6xsg" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh4.googleusercontent.com/r-lD4ePqIWnHro60Zi15LazktqAx0OJ88Y4154NqC2MZ7mfdInXFtAPOi1z988drpG9AV-neckHlTdLlRT5oCxoOKDZgk-uew7zkds9gKIflqy-ZfTEc8mCcfL2AheH0_L3YvSGGIUN6VrmCGg" alt=""><figcaption></figcaption></figure>


---

# 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://prodocs.rigelprotocol.com/smartswap-v2/auto-trade.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.
