Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BEP-87: Token Symbol Minimum Length Change #87

Merged
merged 3 commits into from Jan 19, 2021
Merged

Conversation

fletcher142
Copy link
Contributor

@fletcher142 fletcher142 commented Jan 7, 2021

BEP-87: Token Symbol Minimum Length Change

1. Summary

This BEP proposes to reduce the minimum length limit for token symbol on Binance Chain

2. Abstract

Currently, the token symbol minimum length is limited to 3. After implementing this BEP, the users are allowed to issue a token with a symbol of 2 characters.

3. Status

draft

4. Motivation

As many users have the requirements to issue a two-character token on Binance Chain, the minimum token symbol length will be changed to 2 in this BEP.

5. Specification

Length Changes

When the issuer sends an issue transaction for issuing BEP2/BEP8 token, the token symbol length must be between 2-8. Here is the comparison of the length check below:

Token Type Length Check(Before) Length Check(After)
BEP2 3-8 2-8
BEP8 3-8 2-8

After the implementation of this BEP, the token symbol length of Binance Chain would be between 2 and 8.

6. License

The content is licensed under CC0.

@fletcher142 fletcher142 changed the title BEP-X: Token Symbol Minimum Length Change BEP-87: Token Symbol Minimum Length Change Jan 7, 2021
@chainwhisper chainwhisper merged commit 3036913 into master Jan 19, 2021
@unclezoro unclezoro deleted the token_length branch November 28, 2023 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants