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

# Welcome Page

<h2 align="center">🎮 PoolPays</h2>

<p align="center"><strong>Global Liquidity Infrastructure for Decentralized Gaming</strong></p>

<p align="center"><a href="https://arbiscan.io"><img src="https://img.shields.io/badge/Network-Arbitrum_One-28A0F0?style=for-the-badge&#x26;logo=ethereum&#x26;logoColor=white" alt="Arbitrum"></a> <a href="https://www.circle.com/en/usdc"><img src="https://img.shields.io/badge/Asset-USDC-2775CA?style=for-the-badge&#x26;logo=circle&#x26;logoColor=white" alt="USDC"></a> <a href="https://uniswap.org"><img src="https://img.shields.io/badge/Integration-Uniswap_V3-FF007A?style=for-the-badge&#x26;logo=uniswap&#x26;logoColor=white" alt="Uniswap"></a><a href="https://github.com/poolpays/poolpays-contracts"><img src="https://img.shields.io/badge/Admin_Keys-RENOUNCED-FF6B35?style=for-the-badge&#x26;logo=shield&#x26;logoColor=white" alt="Security"></a></p>

***

<h4 align="center">🌐 <a href="https://poolpays.app"><strong>Website</strong></a> • 💬 <a href="https://t.me/poolpaysofficial"><strong>Telegram</strong></a> • 🐦 <a href="https://twitter.com/poolpaysglobal"><strong>Twitter</strong></a></h4>

***

### 🎯 What is PoolPays?

> **The first truly decentralized liquidity protocol built exclusively for blockchain gaming**

PoolPays is **infrastructure**, not a gaming operator. Think **Uniswap for gaming liquidity** — we provide the layer that enables gaming applications to access instant, permissionless capital while distributing revenue to the community instead of corporate shareholders.

***

### 💡 The Vision

**Transforming gaming from extraction to community ownership**

Traditional gaming platforms capture 100% of revenue for shareholders.\
**PoolPays distributes that value to liquidity providers.**

| Traditional Gaming         | PoolPays Protocol              |
| -------------------------- | ------------------------------ |
| 🏢 Centralized control     | ⛓️ Decentralized protocol      |
| 🔒 Custodial funds         | 🔓 Non-custodial (you control) |
| ❌ Opaque operations        | ✅ 100% transparent on-chain    |
| 💰 Value to shareholders   | 💸 Value to community          |
| 🌎 Geographic restrictions | 🌍 Globally permissionless     |

***

## 🌎 Revenue Sources

🎮 **Gaming Protocol Fees** (Primary)\
Gaming apps pay 3-4% of volume → Distributed to LPs

💱 **Uniswap Trading Fees** (Secondary)\
WETH/USDC pair generates \~3-5% APR baseline


---

# 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://poolpays.gitbook.io/poolpays-docs/welcome-page.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.
