# Minting tFIAT Tokens

Minting tFIAT tokens is a way of transferring your FIAT money onto your favorite chain. The process consists of you paying with your debit card the amount you wish to transfer (plus the Ramp's minting fee) to the payment processor of your Ramp and receiving in exchange the same amount in the equivalent tFIAT token to the FIAT currency you sent.

Here is a step-by-step guide.

* Click on the **Product tags** tab in the page's Header and select the currency you wish to transfer to only list ramps that process your currency

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

* Select the **Automatic** tab to only list automatic ramps

<figure><img src="/files/5OHGFwDRb7trUpJxZA9G" alt=""><figcaption></figcaption></figure>

* Find the Ramp you want to use for the operation in the list of available ramps and go to its control panel by clicking on its **Control Panel** button available in its details panel

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

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

* Find and click on the **Mint** button present in your ramp's control panel

<figure><img src="/files/4KCjatgUr2a8RZ5LAmg5" alt=""><figcaption></figcaption></figure>

* Inside the form that shows, enter the amount to mint and validate the form. Make sure to read all other information available on the form as well as the description of each parameter available when you hover over the help icon next to each parameter

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

This will take you to the payment processor's page so you can enter your payment information.

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

Once the payment is made, you will be taken back to PaySwap's page with a final pop-up window so you can complete the minting process.

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

You might have to wait a few seconds for the **CONFIRM MINT** button to become active. In case you are not seeing a **CONFIRM MINT** button or the pop-up at all, please reload the page.

Click on the **CONFIRM MINT** button and validate the transaction. You should see the amount of token you just minted transferred to your wallet and reflected on your wallet's balance minus the ramp's minting fee as well as PaySwap's minting fee.

## Minting External Tokens

Minting an external token is done exactly the same way as a tFIAT with the exception that the payment is made in USD and not in the external token.

If you wanted to mint 1 TSLA token, for instance, you would have to pay the equivalent of 1 TSLA token in USD. The ramp will use an [API added by the creator of the extra token](/products/dramps/deploying-and-adding-an-extra-token.md) to fetch its price and charge you for the mint.

Once you have been charged for the mint, you will be sent to the page below to complete the transaction

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

At the end of the transaction, your TSLA token will be minted and sent to your wallet minus the share of the ramp used to mint it.


---

# 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.payswap.org/products/dramps/automatic-ramps/minting-tfiat-tokens.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.
