# Getting Started

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

1. Visit <https://app.fina.cash/p2p>
2. Click on Connect Wallet

### Set up Viewing Key

When you connect wallet for the first time, you will need to set up viewing key for FINA token and the P2P Smart Contract. Click on Set Viewing Key on the lower right corner.

You will get a prompt on your Keplr wallet to set up viewing key. Click approve. Once your viewing key is set up, you will be prompted to enter your P2P payment details

### Set Up Payment Details

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

You should see a Register Payment Info pop up. If not, click the Payment Info button on the lower right corner.

Enter your contact method, payment method and payment information. Your contact method and payment method will be visible to all Fina P2P users when you open a post, but your Payment Information will only be visible to the counterparty you are trading with.

### Open Trades

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

Once you have set up your Payment Info, you should be able to see the Open Trades posted by other P2P users. You can choose to enter a deal by clicking the Sell or Buy button of the post, or click Create Post to open a new trade yourself.


---

# 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/getting-started.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.
