hashgraph / hashgraph/hedera-docs
Add information about payable amount requirement for token creation via system contracts
- Dominant language
- MDX
- Stars
- 10
- Forks
- 49
- Avg merge
- 19h 49m
- Merged PRs (30d)
- 17
Description
**Problem**:
Token creation costs $1 or $2 (with custom fees). When creating a token via system contracts, the full cost may not always be covered by the gas limit range, so it has to be passed as a payable amount.
**Solution**
In:
https://docs.hedera.com/hedera/core-concepts/smart-contracts/tokens-managed-by-smart-contracts/hedera-token-service-system-contract
we need to add a note that reflects the following:
> ℹ️ _When creating tokens through system contracts, a payable amount must be sent if the gas limit does not fully cover the [token creation fee](https://docs.hedera.com/hedera/networks/mainnet/fees#token-service-operations)._
Contributor guide
Assessment
This issue has not been assessed yet.