{{ symbol }}
Select a coin above. Last updated {{ activeCoinData.last_updated | formatTime }} ago
Preferred Fiat
{{ activeCoinData.name }}
Price: {{ fx.symbol }}{{ (activeCoinData.price * fx.rate).commarize() }} ({{ activeCoinData.percent_change_24h | formatPercent }} in 24 hours)
Market Cap: {{ fx.symbol }}{{ (activeCoinData.market_cap * fx.rate).commarize() }}
CoinMarketCap Rank: #{{ activeCoinData.cmc_rank}}
Circulating supply: {{ activeCoinData.circulating_supply.commarize() }}
Buy {{ activeCoinData.symbol }} on: {{ exchange.name }}
CoinGecko Liquidity Score: {{ coinGeckoData.liquidity_score.commarize() }}
CoinGecko Rank: #{{ coinGeckoData.coingecko_rank }}
C.G. Score: {{ coinGeckoData.coingecko_score.commarize() }}
C.G. Sentiment: {{ coinGeckoData.sentiment_votes_up_percentage | formatPercent }} Positive
CAPONE Ratio {{ (activeCoinData.market_cap / (coinGeckoData.community_data.reddit_subscribers * coinGeckoData.community_data.reddit_subscribers)).commarize() }} vs {{ (globalMarketCap / (ccSubs * ccSubs)).commarize() }}
C.G. Community Score: {{ coinGeckoData.community_score.commarize() }}
C.G. Developer Score: {{ coinGeckoData.developer_score.commarize()}}
{{ activeCoinData.name }}'s Market Cap in Perspective
Choose a comparison
{{ symbol }} ({{ fx.symbol }}{{ (market_cap * fx.rate).commarize() }})
Or set the market cap using the slider
Input an amount of {{ activeCoinData.symbol }} to see total potential value
Total worth: {{ fx.symbol }}{{ (this.activeCoinData.x_mkt_opp * currencyAmount * fx.rate).commarize() }}
What If {{activeCoinData.name}} had the Market Cap of... (excl. stable coins)
#{{ index + 1 }} {{ coin.name }} ({{ coin.symbol}})
Current Price: {{ fx.symbol }}{{ (coin.price * fx.rate).commarize() }}
Diluted Price: {{ fx.symbol }}{{ ((coin.market_cap / coin.total_supply)*fx.rate).commarize() }}
Market Cap: {{ fx.symbol }}{{ (coin.market_cap * fx.rate).commarize() }}
{{ activeCoinData.name }} ({{ activeCoinData.symbol}})
Current Price: {{ fx.symbol }}{{ (activeCoinData.price * fx.rate).commarize() }}
Potential Price: {{ fx.symbol }}{{ ((coin.market_cap / customSupply ) * fx.rate).commarize() }}
Upside: {{ Math.round((coin.market_cap / customSupply - (activeCoinData.market_cap / customSupply )) / activeCoinData.price * 100) | formatPercent }}
Potential Worth ({{ currencyAmount | formatThousands }} {{ activeCoinData.symbol }}): {{ fx.symbol }}{{ (((coin.market_cap / customSupply ) * currencyAmount) * fx.rate).commarize() }}