-
Notifications
You must be signed in to change notification settings - Fork 48
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
Refactor asset terminology to tokens #991
Comments
I also like calling them tokens over assets because the asset is a broad category whereas token has a specific meaning. But, I remember having a conversation during one of the discussions / PR review / on slack with @andreivladbrg. IIRC, the reason that the "assets" terminology was chosen was because the "token" was reserved to represent the NFT (as ERC721 "token"). Has that opinion be changed? |
Correct, that was the original rationale in ~2022. But then, with time, we realized that the 'token' terminology is ubiquitous for ERC-20s. So much so that the slight confusion that may occur due to the NFT also being referred to as a 'token' is negligible compared to the inaccuracy of referring to ERC-20s as assets.
Yes. I can't find it now, but we discussed it on Slack. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I still think there's a need to separate the ERC721 "token" from the ERC20 "token" it is entitled to.
I agree with this, but how do we quantify the "inaccuracy of referring to ERC-20s as assets" here? I vaguely remember our conversation during the Sablier Mainnet sprints re. MNA/MNT, but I still find using two separate terms clearer in contexts where both standards are working closely together. Meaning I'd still vote for sticking with |
Good point. My take is that we use Referring to EIPs, EIP20 does not use the word TL;DR we can use |
I am massively in favor of using the term
Also, nobody refers to NFTs as tokens, despite the eponymous reference in the acronym. Plus, what Shub said. |
Fair points from both! Let's go with |
To align the NatSpec with the terminology used in our PR and documentation site, we should refactor all references to 'assets' to say 'tokens' instead.
The text was updated successfully, but these errors were encountered: