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

# 0fees

<h2 align="center">0fees</h2>

<h4 align="center">Trade Smart Pay Nothing</h4>

{% columns %}
{% column width="41.66666666666667%" %}

### Get started in 5 minutes

All plans include multi-chain support, advanced analytics, and our signature zero-fee trading across all supported blockchains.

<a href="https://0fees.trade/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="/spaces/Szy6Ckwo2Yr4m3F5CRbY" class="button secondary" data-icon="book-open">Read DOCS</a>
{% endcolumn %}

{% column width="58.33333333333333%" %}
{% code title="Test x402 payment" %}

```json
{
  "x402Version": 1,
  "accepts": [
    {
      "scheme": "exact",
      "network": "bsc",
      "maxAmountRequired": "0",
      "resource": "http://localhost:4024/0fees",
      "description": "0fees - Test endpoint for x402 Permit payments on BNB Chain",
      "mimeType": "application/json",
      "payTo": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
      "maxTimeoutSeconds": 3600,
      "asset": "0x55d398326f99059fF775485246999027B3197955",
      "outputSchema": {},
      "extra": {
        "authorizationType": "permit",
        "name": "0fees Trade Smart Pay Nothing",
        "version": "1"
      }
    }
  ]
}
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}


---

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

```
GET https://docs.0fees.trade/readme.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.
