# Receive Crypto Workflow

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

{% hint style="warning" %}

**Fund Monitoring Service**

1. The primary responsibility is to monitor the incoming fund flow to the specified wallet and notify the gateway about the deposit to the relevant wallet.
2. This service can be provided by the project team, Polyflow, or any third party.

**Aggregation Trigger**

1. The wallet aggregation method is an on-chain function that helps aggregate all funds pending aggregation in the wallet and notifies the minting of pfToken.
2. This method can be triggered by any on-chain address.
3. There will be an incentive for aggregating a portion of the funds.
   {% endhint %}

## **Wallet distribution**

2-1. The customer arrives at the integrated merchant of A Gateway to select products and prepare for checkout.

2-2. The merchant requests A Gateway to allocate a dedicated payment wallet for the order.

2-3. The merchant allocates Wallet X from the pre-created wallets to the merchant.

2-4. The customer makes a transfer payment to Wallet X.

## **Fund Monitoring**&#x20;

3-1. A third party or A project's own fund monitoring backend monitors the incoming transactions to Wallet X.&#x20;

3-2. Notify A Gateway.

## **pfToken Minting**

4-1. Any address can call the aggregation method of the wallet address, which by default aggregates all available amounts.

4-2. Wallet X will transfer USDT in the wallet to the core contract.

4-3. The PLP contract will mint pfUSDT based on the aggregated amount and give it to the wallet owner (A Gateway).


---

# 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.polyflow.tech/payment-liquidity-pool-plp/plp-mechanism/receive-crypto-workflow.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.
