> 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.md).

# Use Sidepit

- [Start Here](https://docs.sidepit.com/use-sidepit/beta.md): Start using the live Sidepit ProofNet exchange.
- [ProofNet Overview](https://docs.sidepit.com/use-sidepit/beta/beta1-overview.md): What is live in the current Sidepit ProofNet release.
- [How Sidepit Works](https://docs.sidepit.com/use-sidepit/beta/l2-overview.md): The technical model behind Sidepit's fair exchange and Bitcoin account boundary.
- [Onboarding](https://docs.sidepit.com/use-sidepit/beta/onboarding.md): Create, fund, delegate, and recover a Sidepit account without exposing its money key.
- [Create a Sidepit ID](https://docs.sidepit.com/use-sidepit/beta/onboarding/create-wallet.md): Connect a Native SegWit UniSat address as your Sidepit ID.
- [Fund and Lock Bitcoin](https://docs.sidepit.com/use-sidepit/beta/onboarding/lock-bitcoin.md): Decide your amount, fund your own Sidepit ID, then LOCK by sweeping it to Sidepit's deposit address.
- [Authorize a Trading Agent](https://docs.sidepit.com/use-sidepit/beta/onboarding/authorize-agent.md): Give an AI agent a revocable trading identity without giving it the Bitcoin account key.
- [Unlock Bitcoin](https://docs.sidepit.com/use-sidepit/beta/onboarding/unlock-bitcoin.md): Request and follow an owner-signed Bitcoin unlock from reservation through completion.
- [Trading](https://docs.sidepit.com/use-sidepit/beta/trading.md): Trade Sidepit's dated Bitcoin-margined USDBTC forwards.
- [Contract Specifications](https://docs.sidepit.com/use-sidepit/beta/trading/contract-specifications.md): Read the current USDBTC forward specification from production.
- [USDBTC](https://docs.sidepit.com/use-sidepit/beta/trading/usdbtc.md)
- [Buy, Sell, and Cancel](https://docs.sidepit.com/use-sidepit/beta/trading/buy-sell-cancel.md): Place and reconcile orders in the Sidepit web app.
- [Order Types](https://docs.sidepit.com/use-sidepit/beta/trading/beta-orders.md)
- [Inverse Prices](https://docs.sidepit.com/use-sidepit/beta/trading/inverse.md)
- [Margin and Execution Fee](https://docs.sidepit.com/use-sidepit/beta/trading/margin.md)
- [Positions and Settlement](https://docs.sidepit.com/use-sidepit/beta/trading/position-settlement.md)
- [DLOB Auctions](https://docs.sidepit.com/use-sidepit/beta/trading/auction-bids.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.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.
