What is ticker?
The short symbol an asset trades under, such as BTC or ETH, chosen by convention and not unique.
Not yet verifiedHow we verify
3 min read
In this entry
The short symbol an asset trades under, such as BTC or ETH, chosen by convention and not unique.
Different projects reuse the same symbol, and a scam token can copy a real one exactly. Verify the contract address or the exchange's own listing page rather than trusting the symbol; see trading pair.
Stock tickers are assigned by an exchange and are unique within it. Crypto symbols are chosen by whoever issues the token, and nothing prevents two projects from picking the same three letters.
How it works
A symbol is a field. On a token contract it is a string the deployer sets, and setting it to the same value as a well-known asset costs nothing and requires no permission. On a centralized exchange the symbol is a label the venue attaches to a market it chose to list, so it means something there and only there.
That produces three distinct problems.
Collisions between real projects. Two legitimate assets can share a symbol, and exchanges resolve it by listing one under a modified label. The same symbol on two venues can therefore be two different assets.
Deliberate impersonation. A token deployed with the name and symbol of a real asset will display correctly in most wallets and on most decentralized interfaces, because they read the field the deployer set. See honeypot token.
Ambiguity in a pair. A market labeled with a symbol against a stablecoin tells you what the venue thinks it is listing, and confirming which asset that is means checking the venue's own listing page.
The reliable identifier on a chain is the contract address, and on a directory it is a stable identifier rather than the symbol. RampAtlas keys assets by slug and cross-references the exchange's own listing, so the same asset resolves consistently across venues.
Example
Illustrative. You search a decentralized exchange for a symbol and find three tokens with the same name and symbol. Two are impersonations deployed by anyone who wanted to, and one is the asset you meant. The interface shows all three identically because it is displaying the field each contract declares. The only thing separating them is the contract address, which you can confirm against the project's own documentation or against a listing on a venue you already trust. Buying the wrong one is not reversible.
Why it matters when you buy
On a centralized exchange the venue has done the identification for you, which is one of the things you are paying for. On a decentralized venue you are doing it yourself. The coin pages show what RampAtlas tracks under each asset, the buy pages show which venues sell it where you live, and the guide on verifying a token contract covers checking an address.
Related terms
- trading pair — where the symbol appears in practice
- address — the identifier that is actually unique
- honeypot token — an impersonation designed to trap buyers
- token — what carries the symbol field
- delisting — how venues resolve some collisions
- block explorer — where to confirm a contract
Questions
Are crypto tickers unique?
No. There is no registry and no allocating authority. Symbols collide between legitimate projects and are copied deliberately by fraudulent ones.
How do I confirm I am buying the right asset?
On a chain, by contract address checked against the project's own documentation. On an exchange, by the venue's listing page, which names the asset it believes it has listed.
Why do the same coins have different symbols on different sites?
Because venues resolve collisions independently, usually by modifying one of the labels. The underlying asset is identified by its chain and contract, not by the label.