# Openpeer Docs

## Openpeer Docs

- [Introduction](https://docs.openpeer.xyz/openpeer-docs/welcome-to-openpeer/introduction.md)
- [Benefits](https://docs.openpeer.xyz/openpeer-docs/welcome-to-openpeer/benefits.md): OpenPeer is a decentralised P2P protocol that aims to provide a better alternative to centralised P2P platforms and fiat on/off ramps. Here are the benefits of using OpenPeer.
- [How OpenPeer Works](https://docs.openpeer.xyz/openpeer-docs/welcome-to-openpeer/how-openpeer-works.md)
- [Our Motivation](https://docs.openpeer.xyz/openpeer-docs/welcome-to-openpeer/our-motivation.md): Why did we start OpenPeer?
- [Quick Start](https://docs.openpeer.xyz/openpeer-docs/getting-started/quick-start.md)
- [Installing a Self-Custodial Wallet](https://docs.openpeer.xyz/openpeer-docs/getting-started/installing-a-self-custodial-wallet.md)
- [Creating an Account](https://docs.openpeer.xyz/openpeer-docs/getting-started/creating-an-account.md)
- [Buy Crypto](https://docs.openpeer.xyz/openpeer-docs/trade-crypto/buy-crypto.md): How to buy crypto on OpenPeer
- [Sell Crypto](https://docs.openpeer.xyz/openpeer-docs/trade-crypto/sell-crypto.md): How to sell crypto on OpenPeer
- [Posting an Ad to Buy Crypto](https://docs.openpeer.xyz/openpeer-docs/for-merchants/posting-an-ad-to-buy-crypto.md): Learn how to post an ad so you can buy crypto from other traders on OpenPeer
- [Posting an Ad to Sell Crypto](https://docs.openpeer.xyz/openpeer-docs/for-merchants/posting-an-ad-to-sell-crypto.md): Learn how to post an add to sell crypto to other traders on OpenPeer
- [Setup Telegram and Email Notifications](https://docs.openpeer.xyz/openpeer-docs/for-merchants/setup-telegram-and-email-notifications.md): Learn how to set up telegram and email notifications
- [Raising a Dispute](https://docs.openpeer.xyz/openpeer-docs/dispute-resolution/raising-a-dispute.md): How to raise a trade dispute on OpenPeer
- [Handling Disputes](https://docs.openpeer.xyz/openpeer-docs/dispute-resolution/handling-disputes.md)
- [API Reference](https://docs.openpeer.xyz/openpeer-docs/api/api-reference.md): Integrate your application into OpenPeer
- [SDKs](https://docs.openpeer.xyz/openpeer-docs/api/sdks.md)
- [Wallet Integrations](https://docs.openpeer.xyz/openpeer-docs/api/wallet-integrations.md)
- [Roadmap](https://docs.openpeer.xyz/openpeer-docs/openpeer-protocol/roadmap.md): Learn what OpenPeer's core team is focusing on
- [Escrow Contracts](https://docs.openpeer.xyz/openpeer-docs/openpeer-protocol/escrow-contracts.md): Review contracts in the OpenPeer protocol
- [Deployer](https://docs.openpeer.xyz/openpeer-docs/openpeer-protocol/escrow-contracts/deployer.md): This following contract is the OpenPeerEscrowsDeployer and is responsible for deploying individual escrow contracts. This contract deploys escrow contracts for native tokens and ERC20 tokens.
- [Escrows](https://docs.openpeer.xyz/openpeer-docs/openpeer-protocol/escrow-contracts/escrows.md): This contract implements an escrow system for ETH and ERC20 tokens. It is designed to be used in peer-to-peer transactions where a trusted third party (an arbitrator) is needed to resolve disputes.
- [Dispute Arbitration](https://docs.openpeer.xyz/openpeer-docs/openpeer-protocol/dispute-arbitration.md): How OpenPeer's arbitration system works now and in the future
- [What is decentralized and what is not?](https://docs.openpeer.xyz/openpeer-docs/openpeer-protocol/what-is-decentralized-and-what-is-not.md)
- [Audits](https://docs.openpeer.xyz/openpeer-docs/openpeer-protocol/audits.md): Audits of OpenPeer contracts
- [FAQ](https://docs.openpeer.xyz/openpeer-docs/troubleshooting/faq.md): Frequently asked questions
- [How to Open the Developer Console](https://docs.openpeer.xyz/openpeer-docs/troubleshooting/how-to-open-the-developer-console.md): If you have an error the OpenPeer team may ask you to take a screenshot of the error in order to find the problem
- [Verified Accounts](https://docs.openpeer.xyz/openpeer-docs/contact-and-support/verified-accounts.md): A list of verified representative telegram accounts of OpenPeer
- [Contact us](https://docs.openpeer.xyz/openpeer-docs/contact-and-support/contact-us.md)
- [Report a Bug](https://docs.openpeer.xyz/openpeer-docs/contact-and-support/report-a-bug.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.openpeer.xyz/openpeer-docs/welcome-to-openpeer/introduction.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.
