> For the complete documentation index, see [llms.txt](https://messier.gitbook.io/catalogue-de-messier/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://messier.gitbook.io/catalogue-de-messier/messier-applications/p2p-exchange/telegram-p2p-guide.md).

# Telegram P2P Guide

### **Step 1: Get Started**

1. **Log In:** Connect your wallet to access the bot at <https://t.me/MessierP2PBot>
2. **Navigate the Dashboard:** Use the simple menu to explore key features like creating orders, viewing market swaps, and managing wallets.

***

### **Step 2: Create a New Swap Order**

1. **Select “New Order” ➕**
2. **Choose Order Type:** Public (open to everyone) or Private (by invite only).
3. **Select Tokens:** Choose the token you’re offering and the one you want in return.
4. **Enter Amounts:** Input how much you want to offer and how much you want in return.
5. **Set Expiration Time (Optional):** Choose 24 or 48 hours, or skip this step.
6. **Enable Multi-Swap (Optional):** Allow partial fills from multiple buyers.
7. **Review & Confirm:** Double-check the order details and confirm.

***

### **Step 3: Join an Existing Swap**

1. **Browse Market Orders:** See all available public swaps in the “Market” tab.
2. **Find a Deal:** Look for orders marked “Fair Price” for optimal swaps.
3. **Join a Private Swap:** Use a QR code or invite link if you’ve been invited to a private deal.

***

### **Step 4: Manage Your Orders**

1. **Track Active Orders:** See ongoing swaps under “My Orders.”
2. **Check Order History:** Review completed swaps anytime.
3. **Withdraw Earnings:** Use the “Withdraw” tab to move funds to your wallet.
4. **Cancel or Update Orders:** Edit or cancel any active order if needed.

***

### **Step 5: Wallet Management**

1. **Import Wallets:** Add wallets using private keys securely.
2. **Switch Wallets:** Manage multiple wallets with ease.
3. **Export Wallets:** Export wallet data if needed for other services.


---

# 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://messier.gitbook.io/catalogue-de-messier/messier-applications/p2p-exchange/telegram-p2p-guide.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.
