# Peer-2-Peer

### Eligibility

All Fiat24 verified user are eligible for P2P transfer, and

* Not in blocked or closed status
* Monthly transaction limit not reached.

### Fee

No fee, it's free.&#x20;

***

### FAQ

#### **Why can’t I send money?** <a href="#why-cant-i-send-money" id="why-cant-i-send-money"></a>

If your Fiat24 account is blocked, you can’t send money until the issue has been resolved. To check your status, go to the mobile app and click Profile. You can see your account status by clicking on your avatar and then "Your Terms".&#x20;

Advanced users can also observe the avatar of the Fiat24 NFT directly in the Arbitrum (Ethereum) wallet, which indicates the status of their account. However, be careful as some wallets do not refresh the NFT status frequently, which means a status may be outdated.

#### **How do I check the status of a transaction?** <a href="#how-do-i-check-the-status-of-a-transaction" id="how-do-i-check-the-status-of-a-transaction"></a>

All Fiat24 transactions are executed on the Arbitrum (Ethereum) blockchain. Advanced clients can check the status in any blockchain explorer such as [Arbiscan](https://www.arbiscan.io/).

#### **Am I sending money to a person or a company?** <a href="#am-i-sending-money-to-a-person-or-a-company" id="am-i-sending-money-to-a-person-or-a-company"></a>

If the receiving account number starts with one to seven, such as 5892329 or 38991, the recipient is a person. If the account number starts with an eight, such as 89002, the recipient is a merchant or a corporation.

#### **Why can’t I receive money?** <a href="#why-cant-i-receive-money" id="why-cant-i-receive-money"></a>

Fiat24 Accounts have 30-day volume quotas. After using up your quota, you will need to wait the required days until your quota is reset again. Another case is when the money is wired to an Ethereum address without a Fiat24 NFT. Such an address can still receive money, but only until the limit for each currency: 250 USD, 250 CHF and 250 EUR.

#### **Why can’t I receive money, even after I have been verified?** <a href="#why-cant-i-receive-money-even-after-i-have-been-verified" id="why-cant-i-receive-money-even-after-i-have-been-verified"></a>

Please check your account status. If the status is hard blocked, the account cannot receive any incoming 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.fiat24.com/user/transactions/peer-2-peer.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.
