> For the complete documentation index, see [llms.txt](https://docs.arenadao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arenadao.org/the-arena-architecture/competition-modules.md).

# Competition Modules

Arena DAO offers a diverse range of competition modules, each designed to cater to different types of contests and user preferences. Our modular approach allows for flexible, scalable, and customizable competition experiences within the decentralized ecosystem.

{% @mermaid/diagram content="flowchart TB
Start(\[Start]) --> HasDues{Competition<br>Has Dues?}
HasDues -->|Yes| PendingDues\[Pending:<br>Awaiting Dues]
HasDues -->|No| ActiveCompetition\[Active Competition]

```
PendingDues -->|All Dues Paid| ActiveCompetition

ActiveCompetition -->|Expiration Reached| ConsensusCheck{Consensus<br>Reached?}
ConsensusCheck -->|Yes| InactiveCompetition[Inactive Competition]
ConsensusCheck -->|No| JailedCompetition[Jailed Competition]

JailedCompetition -->|Arena DAO<br>Resolves| InactiveCompetition

InactiveCompetition --> End([End])

UnlockedEscrow[Escrow:<br>Unlocked] -->|Competition<br>Activated| LockedEscrow[Escrow:<br>Locked]
LockedEscrow -->|Competition<br>Resolved| UnlockedEscrow

PendingDues -.-> UnlockedEscrow
ActiveCompetition -.-> LockedEscrow
InactiveCompetition -.-> UnlockedEscrow

classDef default fill:#4EA5D9,stroke:#2E4057,stroke-width:2px,color:#2E4057;
classDef decision fill:#F99B45,stroke:#2E4057,stroke-width:2px,color:#2E4057;
classDef escrow fill:#73D2DE,stroke:#2E4057,stroke-width:2px,color:#2E4057;
classDef startend fill:#2ECC71,stroke:#2E4057,stroke-width:2px,color:#2E4057;

class HasDues,ConsensusCheck decision;
class UnlockedEscrow,LockedEscrow escrow;
class Start,End startend;
```

" %}

### Available Modules

{% content-ref url="/pages/NKTSFHDHCridgkxomlxM" %}
[Wagers](/the-arena-architecture/competition-modules/wagers.md)
{% endcontent-ref %}

{% content-ref url="/pages/UZH5kOEypeVt1MCKT3UI" %}
[Leagues](/the-arena-architecture/competition-modules/leagues.md)
{% endcontent-ref %}

{% content-ref url="/pages/mIgrcNWgFlNBFgZjzyxT" %}
[Tournaments](/the-arena-architecture/competition-modules/tournaments.md)
{% endcontent-ref %}
