# ALP

ALP (Arcadeum's LP Token) is a single-asset liquidity pool that entitles liquidity providers to a cut of the house proportional to their deposit.

USDT is the pool's base asset, but zap deposits routed through Uniswap are supported via Arcadeum's web interface, with no additional fees.

As the pool increases and decreases in underlying USDT, depositors assume linear risk/reward. For example, if a user deposits $100K, bringing the pool to $1M:

* If the pool climbs to $1.1M, the user's position will be worth $110K, for a PnL of $10k. (assuming no other deposits/withdrawals)
* If the pool dips to $900K, the user's position will be worth $90K, for a PnL of -$10k. (assuming no other deposits/withdrawals)

### ALP FAQ

**Q:** Why USDT and not USDC?\
**A:** USDT was chosen out of consideration for Circle's USDC terms of service, which prohibits the use of USDC for gambling.

**Q:** Are there fees?\
**A:** ALP has no carry or performance fee. However, ALP has a deposit and withdrawal fee that is capped at 1.00%. VIP users enjoy lower deposit and withdrawal fees. Accrued fees are rewarded to staked ARC derivatives.

**Q:** Is there a cooldown?\
**A:** No.

**Q:** How are depositors protected from large jackpots?\
**A:** There is a [max bet mechanism](/arcadeum/betting.md#max-bet-limits) specifically designed to minimize significant ALP drawdown resulting from big wins.

**Q:** Is there a way for anyone else to deposit or withdraw on my behalf?\
**A:** No. Only you can control your ALP and its underlying USDT.

**Q:** Is ALP solvent?\
**A:** Always. ALP uses no leverage and its underlying USDT has no exposure to third-parties, such as external decentralized finance protocols.


---

# 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://arcadeum.gitbook.io/arcadeum/alp.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.
