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

# FAQs

- [FAQs - Tradefi.bot](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot.md)
- [What is Tradefi.bot?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-is-tradefi.bot.md)
- [How do I get started with Tradefi.bot?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-do-i-get-started-with-tradefi.bot.md)
- [How do the AI trading bots work?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-do-the-ai-trading-bots-work.md)
- [What are $TDFI tokens and what are their uses?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-are-usdtdfi-tokens-and-what-are-their-uses.md)
- [What types of TradingView indicators are available?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-types-of-tradingview-indicators-are-available.md)
- [How do I receive my bi-weekly dividends in USDT?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-do-i-receive-my-bi-weekly-dividends-in-usdt.md)
- [What is the Tradefi.bot affiliate program?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-is-the-tradefi.bot-affiliate-program.md)
- [How do I get my affiliate link?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-do-i-get-my-affiliate-link.md)
- [What security measures does Tradefi.bot implement?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-security-measures-does-tradefi.bot-implement.md)
- [How can I monitor the performance of my trading bots?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-can-i-monitor-the-performance-of-my-trading-bots.md)
- [What if I have issues or additional questions?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-if-i-have-issues-or-additional-questions.md)
- [How do you ensure the sustainability of dividends and the value of $TDFI?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-do-you-ensure-the-sustainability-of-dividends-and-the-value-of-usdtdfi.md)
- [What markets and assets are compatible with Tradefi.bot trading bots?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-markets-and-assets-are-compatible-with-tradefi.bot-trading-bots.md)
- [How do I claim my trading bot profits?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-do-i-claim-my-trading-bot-profits.md)
- [What is the VIP community on Telegram and how can I join?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-is-the-vip-community-on-telegram-and-how-can-i-join.md)
- [What is the $TDFI presale and what are its benefits?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-is-the-usdtdfi-presale-and-what-are-its-benefits.md)
- [How are bi-weekly dividends in USDT calculated and distributed?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-are-bi-weekly-dividends-in-usdt-calculated-and-distributed.md)
- [How can I maximize my earnings with Tradefi.bot?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-can-i-maximize-my-earnings-with-tradefi.bot.md)
- [What happens if I sell my $TDFI before the dividend period ends?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/what-happens-if-i-sell-my-usdtdfi-before-the-dividend-period-ends.md)
- [Can I use multiple bots at the same time?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/can-i-use-multiple-bots-at-the-same-time.md)
- [How is transparency ensured in Tradefi.bot operations?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/how-is-transparency-ensured-in-tradefi.bot-operations.md)
- [Are there any additional costs for using the TradingView indicators?](https://docs.tradefi.bot/whitepaper/faqs/faqs-tradefi.bot/are-there-any-additional-costs-for-using-the-tradingview-indicators.md)


---

# 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.tradefi.bot/whitepaper/faqs.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.
