# Recipes

Each recipe answers one question — *how do I do X* — in three to five steps, with
code you can paste. They build on the primitives the reference sections document;
where a recipe skips detail, it links to the page that owns it.

Everything below assumes you have a bearer token and are sending
`X-Tenant-Slug` on every call. If you don't yet, start with the first one.

## Getting started

[Mint a token and make your first call](https://docs.troncharts.xyz/docs/recipes/mint-a-token/)
  [Create a paper account to test against](https://docs.troncharts.xyz/docs/recipes/create-a-paper-account/)
  [Read balance, positions and open orders](https://docs.troncharts.xyz/docs/recipes/read-account-state/)
## Trading

[Place your first order](https://docs.troncharts.xyz/docs/recipes/place-your-first-order/)
  [Attach a take-profit and stop-loss](https://docs.troncharts.xyz/docs/recipes/attach-a-bracket/)
  [Split a take-profit across several targets](https://docs.troncharts.xyz/docs/recipes/place-a-scale-out-ladder/)
  [Cancel an order or close a position](https://docs.troncharts.xyz/docs/recipes/cancel-and-flatten/)
## Real-time

[Stream account and position updates](https://docs.troncharts.xyz/docs/recipes/stream-account-updates/)
  [Stream depth and the trade tape](https://docs.troncharts.xyz/docs/recipes/stream-market-data/)
  [Follow an order from placement to fill](https://docs.troncharts.xyz/docs/recipes/track-an-order/)
## Run a prop firm

[Create a prop firm challenge template](https://docs.troncharts.xyz/docs/recipes/create-a-challenge-template/)
  [Create a risk profile and bind it](https://docs.troncharts.xyz/docs/recipes/create-a-risk-profile/)
  [Create a trading group and add an account](https://docs.troncharts.xyz/docs/recipes/create-a-trading-group/)
  [Sell a paper prop account from a template](https://docs.troncharts.xyz/docs/recipes/sell-a-paper-challenge/)
## Agents and tooling

[Connect the MCP server to your dev tool](https://docs.troncharts.xyz/docs/recipes/connect-the-mcp-server/)
## White-label

[Brand a tenant](https://docs.troncharts.xyz/docs/recipes/brand-a-tenant/)