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

# Trade

The trading function on the SphereX platform serves as a gateway for users to enter the world of decentralized finance. SphereX enables users to trade various crypto assets in a simple, secure manner, while offering a low-cost, high-efficiency trading experience.

**How to Trade:**

1. **Connect Wallet**: Users must first connect their decentralized wallet (such as Trust Wallet or MetaMask) before trading. SphereX seamlessly integrates with leading wallets to provide a fast and secure connection.
2. **Select Trading Pair**: Once connected, users can choose their desired trading pair (e.g., $HERE/USDT). SphereX supports a wide range of popular crypto assets, providing trading flexibility.
3. **Set Trade Parameters**: Users can input the amount they wish to trade and confirm the current market price. SphereX’s intuitive interface makes it easy to follow market trends and fee rates.
4. **Execute Trade**: After confirming the trade parameters, users can click the **Confirm Trade** button to execute the transaction. SphereX’s decentralized matching system ensures fast and transparent trades with minimal fees.
5. **View Transaction History**: Once a trade is completed, users can view transaction details on their personal account page. All transaction records are publicly transparent on the blockchain, allowing verification at any time.

**Fees and Discounts:**

SphereX offers extremely low trading fees and provides discounts for users holding $HERE tokens. The fee reduction varies depending on the user’s $HERE holdings, incentivizing long-term participation.


---

# 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://spherex-4.gitbook.io/spherex/tutorial/trade.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.
