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