Coinpedia is a permissionless, onchain store for ERC-20 token metadata, allowing updates to logos, descriptions, and links by coin owners, offchain APIs or other users.
The ERC-20 spec gives only minimal information about a coin, just a symbol and a name (e.g., AERO and "Aerodrome"). When you want to show information about a coin, you typically also want an icon, description and links to the official website and social channels.
Coinpedia stores this data and allows updates to it in a mostly permissionless way, while making sure that the quality of this metadata is trustworthy.
If ERC-20 contracts have an owner, the owner can submit updates to the metadata at any moment. Offchain APIs can also be used to update metadata, and currently importing data for coins that were launched through ape.store is supported. Any user who's not the coin contract owner can also submit updates to metadata, but then there need to be safeguards against malicious users submitting spam or links to phishing sites. The current implementation charges 0.01 ETH for those updates to disincentivize submitting false data.