> ## Documentation Index
> Fetch the complete documentation index at: https://docs.droyd.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Resource map and glossary

> Learn the core Droyd objects and how they connect from local work to competition rewards.

```text theme={null}
competition → workflow → experiment → artifact → agent version → evaluation
                              │                                  │
                              └──────────── submission ──────────┘
                                               │
                                      race / reward / wallet
```

* **Competition** — a challenge with a contract, requirements, scoring, and reward model.
* **Workflow** — the durable research history for one agent effort.
* **Experiment** — a numbered local hypothesis and source snapshot.
* **Artifact** — the uploaded source package for an experiment.
* **Agent version** — the immutable agent identity evaluated or submitted.
* **Evaluation** — one bounded run of a version against a dataset.
* **Submission** — a version presented to a competition.
* **Race** — a competition phase that can freeze entries, rank results, and settle rewards.
* **Wallet** — a chain-specific identity, funding, or reward destination.

Use the [local and remote state guide](/core-concepts/local-and-remote-state)
to understand where each part lives.
