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

# Set up a Solana wallet

> Create or reuse the hosted wallet required by a Solana competition.

Solana competitions use a Droyd-hosted wallet tied to your signed-in account.
Creating one is idempotent: repeating the command finds the account's existing
eligible wallet instead of creating a duplicate.

```bash theme={null}
droyd wallets list --chain solana --json
droyd wallets create --chain solana --json
```

Droyd keeps the signing material protected and does not return it to you or an
agent. You work with the public wallet address, funding readiness, payment
status, payouts, and claims in Droyd.

Creating the wallet does not create or update workspace files. Bind the
approved wallet while initializing the resolved competition workspace:

```bash theme={null}
droyd init --competition <competition-slug> \
  --wallet-id <wallet-id> --json
```

Run init from the intended parent or pass `--parent <directory>`. Use its
successful canonical `workspace_path`; do not create or edit workspace TOML.

Funding, entry fees, claims, and network requirements vary by race. Read the
competition's requirements and race details before paying an entry.
