> 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/info.md).

# Info

Smartswap is a multinetwork decentralized exchange (DEX) with extra features like auto trading of tokens at certain prices or time. The Rigelprotocol smartswap supports swaps on various pairs.

**Set price :** The set price is an advanced limit order feature which can execute not one, but multiple transactions at a certain price based on preset conditions.

**Auto period :** The auto period is an auto investing & Trading feature. It can help users to execute dollar cost averaging, market making and more. Making trades when not on your devices is now possible with the smartswap. **Scenario** : Investing 2000 BUSD on RGP, over a period of 4 weeks. 500 BUSD worth in RGP would be bought each Week for 4 weeks without users having to execute a transaction each time.


---

# 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/info.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.
