> For the complete documentation index, see [llms.txt](https://pool-party-xyz.gitbook.io/pool-party-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pool-party-xyz.gitbook.io/pool-party-docs/pool-party/faqs.md).

# ❓FAQs

## **General Questions**

### **What is Pool Party?**

Pool Party is a decentralized protocol that enables collaborative investing in Automated Market Maker (AMM) liquidity pools. It connects investors with experienced pool managers to optimize DeFi liquidity provisioning in a secure and accessible way.

### **Who can use Pool Party?**

Anyone can use Pool Party! Whether you’re a beginner looking for an easy entry into DeFi or an experienced pool manager aiming to scale your strategies, Pool Party offers tools to suit all experience levels.

### **How does Pool Party differ from other liquidity protocols?**

Pool Party focuses on the **social aspect of investing**, connecting investors with trusted pool managers while maintaining transparency, security, and ease of use. It’s designed to make liquidity provisioning collaborative and accessible.

### **Which networks will Pool Party be available on?**&#x20;

Currently, Pool Party is planning a **multichain expansion** in **Q1 2025** to networks such as:

* **Arbitrum (live)**
* **Solana**
* **Base**
* **Polygon**
* **Ethereum**

### **Which DEXes are supported?**&#x20;

Pool Party will integrate support for AMMs such as:

* **Uniswap V3/V4**
* **Raydium**
* **PancakeSwap**
* **Orca**
* **Curve**
* **Balancer**

### **What is the DynamicShield Hook?**&#x20;

The [**`DynamicShield Hook`**](/pool-party-docs/pool-party/dynamicshield-hook.md) is expected to launch on **Uniswap V4** in **Q1 2025**. It introduces innovations that enhance **efficiency** and **protection** when providing liquidity, offering greater security and advantages for users.

***

## **Using Pool Party**

### **How do I join a pool?**

Joining a pool is simple and requires just a few clicks. Once you’ve connected your wallet, browse available pools, select the one that suits your needs, and deposit funds directly through the interface.

### **Can I withdraw my funds at any time?**

Yes! Pool Party is built with user flexibility in mind. You can withdraw your funds at any time without lock-ups, ensuring full control over your assets.

### **Do I need to trust a pool manager with my funds?**

No. Pool Party operates on audited smart contracts, ensuring that pool managers never have direct access to your funds. All transactions are transparent and executed on-chain.

***

## **Referral Program**

### **What is the Referral Program?**

The Referral Program rewards pool managers and investors for bringing new participants to Pool Party. It’s a way to incentivize community growth and shared success.

### **How does it work?**

Details about the Referral Program’s structure and rewards will be announced soon. Stay tuned for updates on how you can participate and earn incentives.

***

## **Security**

### **Is Pool Party safe to use?**

Yes. Security is a top priority at Pool Party. All smart contracts are secured by **Cube3**, a leading blockchain security firm. Additional audits by tier 1 firms are in progress to further reinforce the protocol’s safety.

### **What preventive measures are in place to ensure security?**

Pool Party employs multiple layers of security, including:

* **Real-Time Monitoring:** Continuous surveillance tools are used to detect anomalies and protect against potential threats.
* **Bug Bounty Program:** Incentivizing ethical hackers to uncover vulnerabilities, ensuring issues are identified and addressed proactively.

**What happens if an issue is detected?**\
In the event a vulnerability is identified, Pool Party will take swift action to mitigate risks, leveraging real-time monitoring systems and deploying contract updates if necessary.

***

## **Tokens and Airdrop**

### How does the Airdrop Program work? 🎁

The airdrop program was created to reward early users and those who bring **real value** to the protocol. Details such as **eligibility criteria** and **token distribution** will be announced soon on our **Discord**.

***

Can’t find the answer to your question? Visit our community on [**Discord**](https://discord.com/invite/8fmV9wDC) or contact support for more help. Let’s keep the party going!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pool-party-xyz.gitbook.io/pool-party-docs/pool-party/faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
