# Reference — `@sodax/dapp-kit` v2

Lookup tables. Read while writing code; not a tutorial.

| File | What's in it |
|---|---|
| [`hooks-index.md`](hooks-index.md) | Comprehensive hook table (95 hooks, organized by feature, with hook type and purpose). |
| [`querykey-conventions.md`](querykey-conventions.md) | Mandatory queryKey/mutationKey shape rules + per-feature key tables. |
| [`public-api.md`](public-api.md) | What `@sodax/dapp-kit` exports + import rules. |
| [`glossary.md`](glossary.md) | Type aliases (`ReadHookParams`, `MutationHookParams`, `SafeUseMutationResult`, `MutationHookOptions`, etc.). |

For full SDK reference (chain keys, error codes, `Sodax` class surface, wallet provider interfaces), see [`../../../../sdk/ai-exported/integration/reference/`](../../../../sdk/ai-exported/integration/reference/) — `@sodax/dapp-kit` re-exports the SDK's public surface, so those types are reachable from `@sodax/dapp-kit` directly.
