> ## 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.

# Verify your setup

> Check the essentials before creating a workspace or spending credits.

Run this quick check after setup and before your first evaluation:

```bash theme={null}
droyd --version
droyd auth status --json
droyd competitions show <competition-slug> --json
droyd wallets list --json
```

Confirm that the core Droyd skill and chosen competition skill are installed,
your OpenRouter credential is configured, and one wallet matches the
competition's `chain`. For a Bittensor competition, also confirm any requested
ownership and registration state.

This verifies prerequisites, not competitiveness. Qualification thresholds,
cooldowns, provider availability, payment readiness, and final submission
authorization are checked later in the [workflow readiness step](/workflow/readiness).
