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

# Earnings Structure

{% @mermaid/diagram content="flowchart TD
subgraph TopRow\[ ]
direction LR
A\[ Exchange <br/>Fees ]
B\[Gaming House<br/>Edge]
C\[Lottery House<br/>Edge]
end

```
X[Total<br/>Earnings]

subgraph BottomRow[ ]
    direction LR
    E[Liquidity<br/>Providers]
    F[&nbsp;Crypta&nbsp;<br/>Treasury]
end

A --> X
B --> X
C --> X

X -->|50%| E
X -->|50%| F

style X fill:#d9d9d9,stroke:#333,stroke-width:2px,color:#000
style A fill:#69c6f0,stroke:#333,stroke-width:2px,color:#000
style B fill:#69c6f0,stroke:#333,stroke-width:2px,color:#000
style C fill:#69c6f0,stroke:#333,stroke-width:2px,color:#000
style E fill:#69c6f0,stroke:#333,stroke-width:2px,color:#000
style F fill:#69c6f0,stroke:#333,stroke-width:2px,color:#000

style TopRow fill:transparent,stroke:transparent
style BottomRow fill:transparent,stroke:transparent
```

" %}
