# Automatic Ramps

Automatic Ramps enable you to add information from a tradFi payment processor (like Stripe, Paypal, etc) in order for users to be able mint/burn tFIAT tokens permissionlessly.

PaySwap currently only supports direct integration with Stripe but we plan on adding other payment processors in the future.

In the meantime, you can still process payments from users who want to pay through other means than their cards by adding multiple payment methods to your Stripe account. You can add PayPal as a payment method on your Stripe account as well as Google Pay, Apple Pay, WeChat, etc.

This basically means that you can have an automatic ramp set-up that enables users to send funds over through any of those payment methods by integrating your Stripe account with PaySwap and then adding those payment methods to your Stripe account.

### How to Setup an Automatic Ramp?

* After deploying your ramp, find your ramp by clicking the **Mine Only** button in order to only list ramps that you've deployed. If you still can't find your ramp, reload the page and click **Mine Only** again

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

* Click the **Details** arrow to reveal the details panel of your ramp

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

* Click the **Control Panel** button in the details panel of your ramp to reveal its menu

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

* In the Control Panel's Menu, find and click on the **Update Ramp Info** button.

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

* Each parameter has a help icon with a detailed description of the parameter. Read the description and input the right value for the parameter. You secret keys are confidentially and will be stored in an encrypted format. That information is used to call your payment processor's API in order to execute mint/burn operations run by users.
* Validate the form and confirm the transaction

Congratulations! Your Ramp is now automatic and capable of permissionlessly mint/burn tFIAT tokens for users of the platform.

With automatic ramps, your ramp will be making money for you without you needing to do anything but set it up and take your revenue once it's been made

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

As can be seen from the parameters' section in the image above, our ramp has generated a total revenue of 3 EUR and we can claim our revenue by clicking on the Control Panel button and then on the Claim Revenue button, input your bounty ID, and validate the operation.

<div><figure><img src="/files/MosIEc6NReemXCOXcyxz" alt=""><figcaption></figcaption></figure> <figure><img src="/files/H0Op29nVXwJOQFIJ8j2p" alt=""><figcaption></figcaption></figure></div>


---

# 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.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.
