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

# Start Here

Start using the live Sidepit ProofNet exchange.

Sidepit ProofNet is live on mainnet Bitcoin. Access remains beta-code gated, and every amount you fund or trade is real.

The complete customer journey is:

1. Request beta access at [app.sidepit.com](https://app.sidepit.com).
2. Connect a UniSat **Native SegWit** address beginning `bc1q`. This public address becomes your Sidepit ID.
3. Fund that Sidepit ID first, then use **LOCK** to move its confirmed balance into the exchange.
4. Trade in the web app, or authorize a separate trading-only agent.
5. The account owner can request an unlock back to the same Sidepit ID.

{% hint style="danger" %}
Never send Bitcoin from an external wallet or exchange directly to Sidepit's deposit/lock address. First send it to your own connected Sidepit ID, then use LOCK. This is how the exchange identifies the account to credit.
{% endhint %}

Before funding, read the [risk disclosure](/legal/risk-disclosure-statement.md), the current [contract specifications](/use-sidepit/beta/trading/contract-specifications.md), and the [margin and execution fee guide](/use-sidepit/beta/trading/margin.md).

If you are using an AI agent, keep the human account key and seed words out of the agent, chat, terminal, logs, and support messages. Follow [Authorize a Trading Agent](/use-sidepit/beta/onboarding/authorize-agent.md).


---

# 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://docs.sidepit.com/use-sidepit/beta.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.
