> For the complete documentation index, see [llms.txt](https://methexis.gitbook.io/methexis-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://methexis.gitbook.io/methexis-docs/documentation/getting-started/publish-your-docs.md).

# The Round Lifecycle (high level)

`flowchart LR`\
`A[Contributors\n(Datasets & Compute)] --> B[Pre‑validation Filters\nlicense / anomaly / duplicates]`\
`B --> C[Stake‑weighted Data Committees\n(random VRF selection)]`\
`C -->|Accepted datasets| D[Training Validators\nrun jobs]`\
`D --> E[Propose Model Update\nhash + metrics]`\
`E --> F[On‑chain Checkpoint\nupdate accepted]`\
`F --> G[Rewards & Slashing\n$MTHX distribution]`\
`G --> H[DAO Governance\nparameters & treasury]`

* Submit — Contributors upload datasets or participate with compute.
* Screen — Automated filters + stake‑weighted committees assess datasets; only accepted data enters the pool.
* Train — Training validators run jobs and co‑sign an update.
* Finalize — The contract records the new model hash/version and emits an event.
* Distribute — Rewards are paid out deterministically on‑chain; slashing applies where rules are violated.
