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

A Proposal to Enhance User Experience and Combat Spam: Introducing Logos for Assets in Asset Hub #10424

Open
4 of 10 tasks
Nick-1979 opened this issue Apr 3, 2024 · 7 comments

Comments

@Nick-1979
Copy link
Contributor

  • I'm submitting a ...
  • Bug report
  • Feature request
  • Support request
  • Other
  • What is the current behavior and expected behavior?

I believe that incorporating logos for assets in the asset hub, particularly for non-spam tokens, would assist users in not only enhancing the user interface but also in easily discerning valid tokens from spam. We have implemented this feature in our for of apps at apps.polkagate.xyz, located at the following address. If you believe this idea has merit, I can submit a pull request.

  • What is the motivation for changing the behavior?
  • Please tell us about your environment:
  • Version:

  • Environment:

    • Node.js
    • Browser
    • Other (limited support for other environments)
  • Language:

    • JavaScript
    • TypeScript (include tsc --version)
    • Other
Screenshot 2024-04-03 at 11 33 12
@TarikGul
Copy link
Member

cc: @joepetrowski

I think this has merit, one question that comes to mind is how does one verify whether an asset is a valid token or spam?

@Nick-1979
Copy link
Contributor Author

As developers supporting Polkadot JS Apps, we can display logos for non-spam tokens by incorporating them into polkadot.apps-config. Community pull requests can be submitted and reviewed for legitimacy.

Logos help users easily identify legitimate tokens, reducing the risk of interacting with spam. This enhances user experience and platform credibility.

Shall I proceed with submitting a pull request for this feature?

@TarikGul
Copy link
Member

Shall I proceed with submitting a pull request for this feature?

Let's build a little discussion around this before we proceed. I would like to hear Joe's thoughts on the above before you put in the work to get a PR open.

Community pull requests can be submitted and reviewed for legitimacy.

Sure, but I see a few issues with this. One is it depends on the reviewer to declare whether an asset is legitimate, which seems like a major point of failure, and extra work with each PR. A logo shouldn't be the "only" way an asset can be distinguished between spam or not, there should also be some programatic logic that can help give the user more information on an asset, such as sufficiency.

All in all Logos are not a bad idea for assets, i just don't personally think they should be the only thing that differentiates it from an asset that is considered "spam". As said above, lets build a little discussion around this before any work is put towards the addition.

@joepetrowski
Copy link
Contributor

joepetrowski commented Apr 11, 2024

I agree with Tarik that this is tricky. I'm not entirely against it, but I do question if Apps UI is the right place for it.

UIs should definitely make opinionated decisions to help their users, and e.g. reverse-map user queries like "USDT" to the "correct" asset that is called "USDT".

Apps UI is mostly a dev console though, users who need such guiding should probably be nudged into wallets like Nova and Talisman. Which is not to say that we shouldn't improve Apps UI (some opinionated display decisions, like listing para ID X to My Project, certainly help). But identifying an asset is one small step in actually using it, and I don't know if a logo actually solves the usability problem of an asset.

As an example, I have no idea what the real contract address of USDT on Ethereum is, I trust UIs/wallets that tell me I'm using USDT. Having Apps UI put a logo on the asset still only helps AFAICT in seeing that it's ID "1984".

I have a similar leaning as Tarik, not a bad idea, probably doesn't hurt, but I'm not sure it solves a real problem in this context.

@muharem
Copy link

muharem commented Apr 11, 2024

We can display if asset is sufficient or not. May be for a tool as polkadot js it enough. With some info what it means when you hover

@joepetrowski
Copy link
Contributor

We should do that, yes, but I don't want sufficiency to be a substitute for "legit". I'd expect most assets are not sufficient, and we should try to make using them a good experience so that getting sufficiency isn't seen as a barrier to asset creators.

@muharem
Copy link

muharem commented Apr 11, 2024

I agree, then we should come up with a good message / the sort description for that label.

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

No branches or pull requests

4 participants