> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.clossir.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.clossir.com/_mcp/server.

# Asset Issuance — API

03 / ASSET ISSUANCE · API

Asset Issuance exposes a REST API — `POST → 202` for commands (processed asynchronously) and
`GET → 200` for reads. These deep-link into the generated [API Reference](/api/overview).

## Operations

| Operation family             | Verb         | Purpose                |
| ---------------------------- | ------------ | ---------------------- |
| `/assets`                    | `POST → 202` | Deploy a token         |
| `/assets/{id}`               | `GET → 200`  | Read asset state       |
| `/nav`                       | `POST → 202` | Submit a NAV update    |
| `/assets/{id}/distributions` | `POST → 202` | Trigger a distribution |

Representative operations are shown here; live operation and parameter detail render from the OpenAPI specification once it's wired.