> For the complete documentation index, see [llms.txt](https://docs.roguechain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roguechain.io/rogue-protocol/rogue-trader/fees-on-winnings/liquidity-providers.md).

# Liquidity Providers

The Rogue Protocol is a peer-to-peer system of smart contracts that connect counterparties to bets, guaranteeing payment to the winner according to provably-fair game results. Players are not betting against the Rogue Protocol, they are betting against the liquidity providers who deposit capital into our house bankroll smart contracts.

Players can bet with ROGUE, USDT or ARB tokens. Each betting currency has its own house bankroll, meaning that we have a ROGUE Bankroll, USDT Bankroll and ARB Bankroll that liquidity providers can deposit tokens into.

In return for adding liquidity and taking on all bets from players 24/7, liquidity providers in the USDT and ARB Bankrolls earn 33% of all fees on winnings (0.1% of 0.3%).&#x20;

There are no fees on winning ROGUE bets so liquidity providers in the ROGUE Bankroll don't earn any fees. For this reason, you can stake your LP-ROGUE tokens into a staking smart contract to earn 0.04% of winning USDT & ARB bets, thereby encouraging liquidity providers to deposit their ROGUE tokens into the ROGUE house bankroll.

Our house bankrolls are non-custodial and trustless, meaning that liquidity providers retain full control of their deposited liquidity and can withdraw some or all of their available funds at any time without notice.


---

# 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://docs.roguechain.io/rogue-protocol/rogue-trader/fees-on-winnings/liquidity-providers.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.
