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

# Getting Started

- [Overview](https://docs.godex.ai/getting-started/overview.md): This architectural description describes all of the components of the Godex’s back end - how they communicate and what technologies are being used. It provides a great introduction and an underst
- [Whales Vaults](https://docs.godex.ai/getting-started/whales-vaults.md)
- [How to Start Follow Whales?](https://docs.godex.ai/getting-started/whales-vaults/how-to-start-follow-whales.md): Godex.ai allows all users to join vaults and follow the smartest DEX traders and investors.
- [Functionalities and Settings](https://docs.godex.ai/getting-started/whales-vaults/functionalities-and-settings.md)
- [Whale Types of Strategies](https://docs.godex.ai/getting-started/whales-vaults/whale-types-of-strategies.md): What is the best strategy to increase your assets into operations?
- [Statistics](https://docs.godex.ai/getting-started/whales-vaults/statistics.md)
- [How trades are performed](https://docs.godex.ai/getting-started/whales-vaults/how-trades-are-performed.md)
- [GoBank](https://docs.godex.ai/getting-started/gobank.md): Gobank in Godex.ai is a decentralized finance (DeFi) platform built on the Arbitrum blockchain, allowing users to borrow and lend cryptocurrency assets without intermediaries like traditional banks.
- [Market Overview](https://docs.godex.ai/getting-started/gobank/market-overview.md): Gobank is Borrowing and lending (or ''borrow/lending'') refers to one of the most popular primitives in decentralized finance.
- [Gobank Whitepaper](https://docs.godex.ai/getting-started/gobank/gobank-whitepaper.md)
- [Liquidity Protocol](https://docs.godex.ai/getting-started/gobank/liquidity-protocol.md)
- [Supply or Saving](https://docs.godex.ai/getting-started/gobank/supply-or-saving.md)
- [Borrow](https://docs.godex.ai/getting-started/gobank/borrow.md)
- [Repay](https://docs.godex.ai/getting-started/gobank/repay.md)
- [Withdraw](https://docs.godex.ai/getting-started/gobank/withdraw.md)
- [Health Factor](https://docs.godex.ai/getting-started/gobank/health-factor.md)
- [Gobank’s Cashback Program](https://docs.godex.ai/getting-started/gobank/gobanks-cashback-program.md): The more people you invite, the more you can earn. It's that easy!
- [FAQ](https://docs.godex.ai/getting-started/gobank/faq.md): Gobank - Maximize your returns, Secure your crypto
- [C2C Trading](https://docs.godex.ai/getting-started/c2c-trading.md)
- [Copy Trading on DEX Exchange](https://docs.godex.ai/getting-started/copy-trading-on-dex-exchange.md): Godex SocialFi Trading is a new social investment approach and an important portfolio management tool.
- [Trader Explorer](https://docs.godex.ai/getting-started/copy-trading-on-dex-exchange/trader-explorer.md)
- [Trading Guide (Lead Traders)](https://docs.godex.ai/getting-started/copy-trading-on-dex-exchange/trading-guide-lead-traders.md): We will review your level to see if you meet the criteria for the next level.
- [FAQs](https://docs.godex.ai/getting-started/copy-trading-on-dex-exchange/faqs.md): Godex SocialFi Trading Onchain, Any Chain.
- [HOW TO WORK](https://docs.godex.ai/getting-started/copy-trading-on-dex-exchange/how-to-work.md)
- [GoDAO Platform's Token](https://docs.godex.ai/getting-started/godao-platforms-token.md)
- [\[IM\] Whale vault & Gobank Liquidity Snapshoot.](https://docs.godex.ai/getting-started/godao-platforms-token/im-whale-vault-and-gobank-liquidity-snapshoot..md)
- [How to proceed](https://docs.godex.ai/getting-started/godao-platforms-token/how-to-proceed.md)
- [Shark Vault](https://docs.godex.ai/getting-started/shark-vault.md): Shark Vault is a principal-protected savings product, which rewards users with higher APYs when the underlying asset expires within a pre-defined range. Some unique features of Shark Vault are:
- [What's a bullish Shark Vault?](https://docs.godex.ai/getting-started/shark-vault/whats-a-bullish-shark-vault.md)
- [What's a bearish Shark Vault?](https://docs.godex.ai/getting-started/shark-vault/whats-a-bearish-shark-vault.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.godex.ai/getting-started.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.
