# FAQs

The most Frequently Asked Questions about **TrumpSwap**.

### What is TrumpSwap? <a href="#what-is-trump47" id="what-is-trump47"></a>

**TrumpSwap** is a decentralized exchange (**DEX**) built on the **Uniswap V2** framework, designed to allow users to swap tokens and provide liquidity without the need for intermediaries. The platform primarily supports the **Trump47** token and pairs like **Trump47/ETH** and **Trump47/USDC**.

***

## **What is liquidity providing (LP) on TrumpSwap?**

Liquidity providers (LPs) deposit an equal value of two tokens (such as Trump47 and ETH) into liquidity pools. In return, they receive **LP tokens** that represent their share of the pool. LPs earn a portion of the trading fees generated from swaps in the pool. [Learn more!](/features/add-liquidity.md)

***

### **Can anyone become a liquidity provider (LP)?**

Yes, anyone can become a liquidity provider on TrumpSwap. By depositing tokens into liquidity pools, you help support the platform and earn trading fees.

***

### **How does swapping work on TrumpSwap?**

Swapping on TrumpSwap is simple. Users select an input token and an output token, specify the amount they want to swap, and the platform calculates how much of the output token they will receive. The swap is executed with a single click, and the output token is instantly transferred to the user’s wallet. [Learn more](/features/swaps/how-to-swap.md)!

***

### **Is there a fee for trading on TrumpSwap?**

Yes, TrumpSwap applies a 0.30% fee on trades. This fee is distributed to liquidity providers as a reward for supplying liquidity to the pool.

***

### How do I withdraw my liquidity from TrumpSwap? <a href="#how-do-i-withdraw-my-liquidity-from-uniswap" id="how-do-i-withdraw-my-liquidity-from-uniswap"></a>

You can withdraw your liquidity at any time by visiting TrumpSwap’s website: <https://trumpswap.io/> and selecting the "**Remove Liquidity**" option. [Learn more!](/features/remove-liquidity/how-to-remove-liquidity-from-trumpswap.md)

***

### **How do I contact support?** <a href="#how-do-i-contact-support" id="how-do-i-contact-support"></a>

If you encounter any issues or have questions, feel free to reach out to our support team via [official website](/social-media.md).


---

# 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.trumpswap.io/faqs.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.
