> For the complete documentation index, see [llms.txt](https://nobots.gitbook.io/nobots-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nobots.gitbook.io/nobots-gitbook/trading/trading-overview.md).

# 🤝 Trading Overview

NoBots is a decentralized exchange that lets you trade with upto 100x leverage , only on worldchain. The platform uses pricing sourced from aggregated exchange data, which reduces the risk of liquidations from temporary wicks.

#### 🚀 Getting Started with NoBots

📋 Follow these steps to get started with NoBots:

* Install World App: Download the World App on your device and follow the on-screen instructions to complete the setup.
* Install NoBots Mini App: Open the World App, navigate to App Store > NoBots, and install the NoBots Mini App.
* Connect Wallet: Open the NoBots Mini App and tap “Sign in with World ID” to securely connect your World App wallet.
* Invitation Code: Enter an invitation code from a friend if you have one.

  > 🤝 Note: An invitation code is not mandatory; you can complete your registration without one.
* Human Verification: Proceed with the verification step to confirm your unique personhood.
  * Device-Level Verification: You can register on NoBots using standard device verification.
  * ORB Verification: While beneficial for the ecosystem, ORB verification is not mandatory for NoBots registration.
* Complete Registration: Finalize the free registration process to begin trading and exploring the full suite of features in the NoBots Mini App.
* And Navigate to Market Page to start Trading on NoBots

#### 🌍 World Chain Trading

NoBots is purpose-built for World Chain. You can trade directly using the funds in your wallet—no additional setup required.

|                       |                  |                  |
| --------------------- | ---------------- | ---------------- |
| **Connected Network** | **Wallet Funds** | **NoBots Funds** |
| World Chain           | ✅ Supported      | ✅ Supported      |

#### 💸 Markets supported on NoBots

Currently WETH/USDC, WBTC/USDC and WLD/USDC markets are available for trading on Market Page. XRP/USDC , LINK/USDC, SOL/USDC , SUI/USDC and DOGE/USDC markets are locked for trading until the required liquidity threshold is reached.

Max leverage by market:

|             |                        |                           |
| ----------- | ---------------------- | ------------------------- |
| **Markets** | **ORB Verified Users** | **Device Verified Users** |
| WETH/USDC   | 100x                   | 50x                       |
| WBTC/USDC   | 100x                   | 50x                       |
| WLD/USDC    | 50x                    | 25x                       |
| XRP/USDC    | 100x                   | 50x                       |
| LINK/USDC   | 100x                   | 50x                       |
| SOL/USDC    | 100x                   | 50x                       |
| SUI/USDC    | 50x                    | 25x                       |
| DOGE/USDC   | 100x                   | 50x                       |


---

# 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://nobots.gitbook.io/nobots-gitbook/trading/trading-overview.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.
