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

# User Guide

#### Getting Started

Connecting to Base:

1. Open MetaMask.
2. Click your network list → “Add Network.”
3. Enter:
   * **Network name:** Base
   * **RPC URL:** <https://chainlist.org/?search=base>
   * **Currency symbol:** ETH
   * **Chain ID:** 8453

Then visit the Harmonic dApp, connect your wallet, and you’re ready to trade or validate.

#### For Buyers & Sellers

1. Connect your wallet to the Harmonic dApp (Base network).
2. Then set :
   * Amount you want to buy (in USDC)
   * Slippage tolerance
   * Tip (for faster validation)
3. Sign the 402 request (no gas required).
4. Your request enters the public mempool and awaits validation.

Once a validator executes it, the trade is completed and your wallet is updated automatically.

Please note that you can execute buy or sell orders through a trading bot, but a 5% fee will be applied.\
4% will be distributed to validators as rewards, and 1% will go to the team wallet.

#### For Validators

1. Open the Harmonic dApp and navigate to the **Mempool** tab.
2. Browse pending requests - filter by tip or token amount.
3. Select a transaction and solve the CAPTCHA.
4. Submit and confirm the validation.
5. Receive your USDC reward instantly to your wallet.


---

# 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://harmonic-protocol-1.gitbook.io/documentation/user-guide.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.
