# Create a Post

<figure><img src="/files/RodZuWCVn4oUgjIaivTT" alt=""><figcaption></figcaption></figure>

To create a new post, click Create Post button on the lower right corner. You should see a Create P2P Post pop up. Select whether you want to buy or sell the cryptocurrency selected (in this case, FINA), the amount of FINA you want to trade, minimum trade amount per deal, trade currency (eg, USDT, USDC, BTC, etc) and enter the price you want to trade at.

Your payment method and contact info cannot be changed in this modal. You can click on Edit to change your payment info but that will affect all your active and future trades.

After clicking Confirm, you will get a prompt from Keplr to sign a transaction. If you are selling cryptocurrency you will get another prompt to deposit the cryptocurrency at the amount you set previously. Once the transaction is broadcasted to the chain, you should see your post under My Trades

### Deal Request

<figure><img src="/files/sc74OVBsxzj4998tkdiC" alt=""><figcaption></figcaption></figure>

Your active posts will be shown under My Trades. If someone is interested in your post they will Enter a Deal with you, which will be shown by the number next to the My Deals button. For example, the number 1 in the post means 1 person has entered a deal with your post.

### Deals Status

<figure><img src="/files/qqGS7lquKIYQWlSWokhG" alt=""><figcaption></figcaption></figure>

You can click on My Deals to check all open deals and their status. For example in this post you have 1 active deals, which is pending for customer (counterparty) to make a payment.

### Sign Off or Dispute

<figure><img src="/files/ym5QPhY1sQFIXMfeMpuy" alt=""><figcaption></figcaption></figure>

After the customer has made a transfer, you can either Sign Off the deal or raise a Dispute if you haven't received the payment.


---

# Agent Instructions: 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://docs.fina.cash/fina-p2p/features/create-a-post.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.
