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

# Using Arken Finance

- [For Individual Traders](https://docs.arken.ag/using-arken-finance/for-individual-traders.md): Discover the best opportunities in your trade with Arken Finance.
- [Discovering Tokens](https://docs.arken.ag/using-arken-finance/for-individual-traders/discovering-tokens.md): Want to find interesting tokens? Our Market Page is here for you!
- [Monitoring Tokens](https://docs.arken.ag/using-arken-finance/for-individual-traders/monitoring-tokens.md): Timing is everything - and Arken is here to gain an edge over the market.
- [Best-Rate Engine 3.0](https://docs.arken.ag/using-arken-finance/for-individual-traders/best-rate-engine-3.0.md): With great algorithms, comes great returns with our Best Rate Engine.
- [Stop-Limit for AMM & Limit Orders](https://docs.arken.ag/using-arken-finance/for-individual-traders/stop-limit-for-amm-and-limit-orders.md): The most practical Stop-Limit for AMM & Limit Orders in the DeFi.
- [Gas Optimization Mode](https://docs.arken.ag/using-arken-finance/for-individual-traders/gas-optimization-mode.md): Tired of high gas fees eating into your profits? Our Gas Optimization Mode is your solution.
- [Cross-Chain Swap](https://docs.arken.ag/using-arken-finance/for-individual-traders/cross-chain-swap.md): Your cross-chain swapping experience has never been easier, simpler, and better!
- [For Private Funds & Institutions](https://docs.arken.ag/using-arken-finance/for-private-funds-and-institutions.md): Trustless Fund Management Platform. Available for private use. Contact for more info.
- [Usage Overview & USP](https://docs.arken.ag/using-arken-finance/for-private-funds-and-institutions/usage-overview-and-usp.md): Understand the basics of the Trustless Fund Management Platform.


---

# 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://docs.arken.ag/using-arken-finance.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.
