# How to start using Kwenta

## Things you can do on Kwenta:

* Buy or sell a growing number of synthetic assets&#x20;
* Trade with up to 25x leverage
* Stake KWENTA to receive inflationary rewards (coming soon)

## Benefits of using Kwenta

* Trade with **low gas fees and near-instant transactions** on Optimism
* Trading is 100% on-chain
* Chainlink oracle protected price data

You will need:

* Web3 wallet (See [Getting Started with DeFi](/overview/defi-what-is-it-how-do-i-start.md#benefits-of-defi) for help)
* ETH for gas and [sUSD](/overview/why-susd.md) to trade on the [Optimism layer 2 network](/overview/getting-started-on-optimistic-ethereum.md)
* Start trading!

> **Kwenta works different from traditional exchanges as it:**
>
> 1. Price feeds come from decentralized Chainlink oracles
> 2. There is no order book
>
> Instead, trades executed on Kwenta leverage the Synthetix debt pool (a huge pool of liquidity). This ensures that traders have the liquidity they need at any price point to execute trades. This model requires a liquid and immutable stable coin such as [sUSD](/overview/why-susd.md).

## To start trading, visit Kwenta

{% embed url="<https://kwenta.io>" %}


---

# Agent Instructions: 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:

```
GET https://docs.kwenta.io/overview/how-to-start-using-kwenta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
