---
title: Stable Coin
description:
  Create a stable coin style token flow and understand mint, authority, and
  supply management decisions.
---

## Project goal

Understand how token creation, mint authority, and transfer rules shape product
behavior.

## Checkpoints

- Write down who controls minting and who can rotate that authority.
- Confirm how balances, supply, and metadata should be validated.
- Test both normal mint flows and authority edge cases.
