# LT Token Contract Workspace

This folder contains the draft ERC-20 contract scaffold for LT.

The contract is intentionally simple for first deployment review:

- fixed initial supply,
- treasury owner,
- no public mint function,
- pause/unpause control,
- EIP-2612 permit support through OpenZeppelin `ERC20Permit`.

Do not deploy with a personal wallet as the treasury. Use a reviewed treasury multisig or equivalent approved custody address.

## Safety boundary

LT token language is still legal-review sensitive. Until counsel clears the structure, treat the token as an internal service/evidence/access-credit concept rather than a public investment product.
