---
title: "Concepts behind the wallet API"
description: "The model behind the endpoints — workspaces, tokens, accounts, scopes, and RPC resolution."
---

> Documentation Index
> Fetch the complete documentation index at: https://tee.hypetrade.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Concepts behind the wallet API

The API surface is small once the model is clear. Four pages cover everything
the endpoints assume you already know.

- **Workspaces and tokens** — Why a token *is* the unlock, how sessions expire, and what refresh does.
[Read](/concepts/workspaces-and-tokens/)
- **Accounts, wallets, addresses** — HD versus PK accounts, how wallets are derived, and where addresses come from.
[Read](/concepts/accounts-wallets-addresses/)
- **Scopes and permissions** — The four scopes, what each unlocks, and why `export` is gated differently.
[Read](/concepts/scopes/)
- **Networks and RPC** — Bring-your-own endpoints, three-tier resolution, and reading `x-rpc-source`.
[Read](/concepts/networks-and-rpc/)

Source: https://tee.hypetrade.xyz/concepts/index.mdx
