User account creation
End users interacting with dapps on Chromia will need an account on the Token Chain to bridge assets or hold newly minted tokens. Below is the streamlined flow:
1. Funding your account
Transfer CHR from the Economy Chain to your desired Token Chain address. If you don't have an Economy Chain account:
- Transfer CHR from another Token Chain account.
- Use a cross‑chain transfer (small fee applies).
2. Creating your account
Use the Vault UI or the Chromia CLI:
chr tx --blockchain-rid ${ECONOMY_CHAIN_RID} transfer ${YOUR_TOKEN_CHAIN_ACCOUNT_ID} ${AMOUNT}
note
This flow is for end users; if you're proposing or managing pools as a project, follow the developer flow in the Developer Token Proposal guide.