> For the complete documentation index, see [llms.txt](https://aaronc.gitbook.io/regen-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aaronc.gitbook.io/regen-docs/draft/coin.md).

# Coin

```
tx CreateCoinAsset(minter Address, metadata data.HashURI) AssetID
tx UpdateMinter(asset AssetID, newMinter Address)
tx UpdateMetadata(asset AssetID, metadata data.HashURI)
tx MintCoins(asset AssetID, units Decimal, to Address)
```
