# FAQs

The **Frequently Asked Questions (FAQ)** section provides clear answers to the most common questions users may have about **Warp Finance** — including token deployment, fees, referral rewards, security, and platform mechanics.

Whether you're a first-time user or a seasoned DeFi participant, this section is designed to help you understand how Warp works, resolve common issues, and make the most of the platform’s features.

Have a question? Start here.

**Q: Can I withdraw liquidity?**\
A: No. LP NFTs are locked in the factory contract to protect users and preserve liquidity.

**Q: How do I change the max bag limit?**\
A: You can set it at deployment. It is not changeable afterward for security reasons.

**Q: Is the referral reward automatic?**\
A: Yes. Once fees are claimed, referral payouts are calculated and distributed instantly.

**Q: Why are token addresses starting with 0x420?**\
A: This is done using custom logic to make your project stand out and be easily verifiable.


---

# 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://developers.warp.finance/get-started/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.
