Finding the 100x Altcoin (2024)

Finding the 100x Altcoin (1)

Altcoins are cryptocurrencies other than Bitcoin, which share some similar characteristics as Bitcoin but may differ in their mechanism to produce blocks or validate transactions. It improves on aspects of Bitcoin, offers high potential rewards, but does not have Bitcoin’s market share, and is significantly riskier as many altcoins end up failing. There are over 16000 coins as of December 2021.

This article will take us through the top-down approach of finding the altcoin gems as outlined by Guy in this video, and automating the process wherever possible using Python.

Low market cap coins have a higher potential to jump in price. First, let’s filter out the cryptocurrency list with a market cap between 5Mn and 10Mn. This is not a hard cutoff, but 10Mn as the upper bound gives enough room for the coin to grow, and 5Mn as the lower bound weeds out many of the ‘sh*t’ coins. But feel free to play around with the bounds.

Install the required packages

from requests import Request, Session
from requests.exceptions import ConnectionError, Timeout, TooManyRedirects
import json
import pandas as pd

Sign up for a developer portal account on CoinMarketCap and you would be provided with an API key. Copy the API key and paste it into the code below. The below snippet is to make an API call to CoinMarketCap to download the top 5000 cryptocurrencies based on Market Cap and convert the list into a pandas data frame.

url = 'https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest'
parameters = {
'start':'1',
'limit':'5000',
'convert':'USD'
}
headers = {
'Accepts': 'application/json',
'X-CMC_PRO_API_KEY': 'PASTE_YOUR_API_KEY_HERE',
}
session = Session()
session.headers.update(headers)
try:
response = session.get(url, params=parameters)
data = json.loads(response.text)
print(data)
except (ConnectionError, Timeout, TooManyRedirects) as e:
print(e)
coindf = pd.json_normalize(data['data'])

Filtering the dataset based on Market Cap.

coindf2 = coindf[ (coindf['quote.USD.market_cap'] < 10000000) & (coindf['quote.USD.market_cap'] > 5000000)]

Filtering on Market Cap leaves us with only 221 Cryptocurrencies out of the 5000 we started with. The dataset (not all rows and columns shown) looks as below ->

The 24 hr volume gives us a sense of how active the trading is, i.e ‘Is the coin in use?. Let’s filter out the list by keeping only the coins with the Volume to Market Cap ratio between 10% and 50%. This means the coin would take approximately 2 to 10 days to cover its market cap.

coindf3 = coindf2[ (coindf2['quote.USD.volume_24h']/coindf2['quote.USD.market_cap']).between(0.1,0.5) ]

This leaves us with just 41 coins to look at. Now we need to investigate whether the volume of these coins contains any wash trading. Wash trading is when the investor simultaneously sells and buys the same security to artificially increase the trading volume, giving the impression the security is more in demand than it really is.

Many of the unregulated exchanges engage in wash trading to inflate their trading volume. Coingecko has developed a “Trust Score” for exchanges based on liquidity, the scale of operations, security, etc. A green signal tells us that the exchange is trustworthy. For example, shown below is the exchange listings for the cryptocurrency: “Lympo”

Finding the 100x Altcoin (3)

Instead of manually checking the exchange listings for each of the coins on the website, we can download this data using the Coingecko API. Also, let’s keep only the coins where the trading volume through the “green” exchanges is the majority.

from pycoingecko import CoinGeckoAPI
cg = CoinGeckoAPI()
crypto_list_shortlisted = []for index, row in coindf3.iterrows():
symbol1 = row.symbol.lower()
symbol2 = coindf3.loc[index]['name'].lower()

try:
print(symbol1)
coin_exchange = cg.get_coin_by_id(id = symbol1 )['tickers']
df = pd.DataFrame(coin_exchange)
df.trust_score.value_counts()
except:
print(symbol2)
try:
coin_exchange = cg.get_coin_by_id(id = symbol2 )['tickers']
except:
continue
df = pd.DataFrame(coin_exchange)
df.trust_score.value_counts()

if df.groupby('trust_score')['volume'].sum()['green']/df.groupby('trust_score')['volume'].sum().sum() >= 0.5:
crypto_list_shortlisted.append(symbol1)

Starting with 5000 coins, we are left with only 14 coins to research :

On-chain analytics is the data that can be extracted from a blockchain. A website to get on-chain metrics is https://www.intotheblock.com. The few metrics to look at are:

  1. % Active Addresses (Addresses with activity/Total number of Addresses with balance): A higher ratio is better as it signifies a more active network
Finding the 100x Altcoin (5)

2. Comparison of Active Addresses to New Addresses: If the ratio above remains constant over time, take a look at the count of active vs new addresses separately and if they are moving together.

Finding the 100x Altcoin (6)

3. Distribution of tokens on the network: Tokens concentrated in a few addresses is not desirable as they can easily control the market

Finding the 100x Altcoin (7)

Check the GitHub repository of the token, and check the “insights” section to observe the frequency of code commits. Also, check the activity on the issues section. Example for MATIC token shown below :

Finding the 100x Altcoin (8)
Finding the 100x Altcoin (9)

Some of the development may not be reflected in the Github repository, so be sure to also check out the official webpage of the token. As an example, the webpage of MATIC token -> https://blog.polygon.technology

Last but not the least, we need to check the qualitative aspects of the project :

  1. Do a background of the team’s credentials and experiences (LinkedIn, Twitter, and other Social Media).
  2. READ the white paper: Read about the tech (consensus protocol, interoperability, scalability), use cases, and roadmap of the project
  3. Community: Check the activity/discussions of the token’s owners and followers. The social media stats can be found here -> https://www.intotheblock.com
Finding the 100x Altcoin (10)

References :

  1. https://www.youtube.com/watch?v=GIfihSBT6Bc
  2. https://www.intotheblock.com

Connect on LinkedIn and find the notebook on Github.

Finding the 100x Altcoin (2024)

FAQs

How to calculate 100x crypto? ›

In this situation, you would pick USD. value of your cryptocurrency in US dollars. Adding 100 to this value will yield the 100x return. Therefore, if 1 BTC is worth $10,000, 100 times that amount would equal $1,000,000.

What Altcoins will make you a millionaire? ›

Ethereum is, to date, the most successful altcoin in the digital asset domain. Its native token ETH has soared immaculately since its inception. Currently, investors are waiting for the biggest upgrades in the history of the crypto market, powered by Ethereum Merge.

How do I find the next Altcoin? ›

The first step is to look up the project on a cryptocurrency aggregator. The two largest cryptocurrency aggregators are CoinMarketCap and Coingecko. CMC is the most well-known while CoinGecko is known to more smaller-cap projects.

Which alt coins have most potential? ›

Top Altcoins With the Most Potential – Full Analysis
  • Cosmos – Crypto Network Facilitating Blockchain Interconnectivity. ...
  • Solana – Fast-Growing Blockchain Platform Known for Speed and Efficiency. ...
  • Dogecoin – Top Meme Coin Widely Used for Online Payments.

How much is $100 with 10x leverage? ›

With a 10x leverage, your $100 will have the same buying power as $1,000. But keep in mind that the higher the leverage, the higher the risks of getting liquidated. Imagine you want to open a long position of $10,000 worth of BTC with 10x leverage. This means that you will use $1,000 as collateral.

How much is 100X in us dollars? ›

100X to USD Converter. Price conversion of 100 X cryptocurrency to US Dollar. As of Sep 15, 2023, 12:20 UTC, the exchange rate is 1 100X equals $2.0550.

What are the high potential altcoins for 2023? ›

Best Crypto 2023
CryptocurrencyMarket CapVolume
Ethereum ETHVery HighVery High
Binance Coin BNBHighHigh
Cardano ADAHighMedium
Polkadot DOTHighMedium
6 more rows
Aug 24, 2023

Which altcoins will explode in 2024? ›

Next Big Cryptocurrencies Set To Explode in 2023-2024 🔥
  • Ethereum (ETH)
  • BNB (BNB)
  • Tether (USDT)
  • Decentraland (MANA)
  • Algorand (ALGO)
  • RenderToken (RNDR)
Jun 25, 2023

What will be the top 5 cryptocurrencies by 2025? ›

5 Cryptos to Watch in September Predicted to Offer 100x Returns by 2025
  • Borroe Finance (ROE) – Most Popular 100x Web3 Platform. ...
  • InQubeta (QUBE) – One Of The Best AI Crypto Presales. ...
  • Domini (DOMI) – Top Fractional NFT Art Platform With Huge Growth Potential. ...
  • Rollbit (RLB) – Most Popular Beginner Cryptocurrency.
6 days ago

What is the next 1000x crypto? ›

InQubeta (QUBE), Fetch.AI (FET), and Shiba Inu (SHIB) offer more than just returns; they offer a glimpse into the future of crypto. While predicting a 1000x return for any asset is fraught with uncertainties, the trajectories of these three make them worthy contenders for the spotlight in the coming years.

Which crypto can do 100x? ›

Check out WSM, XRP20, $SHIBIE, $IOTA20, COWABUNGA, YPRED, LPX, CHMPZ, and $TOADS – cryptos that can potentially bring 100x gains! The ever-evolving crypto market is constantly introducing fresh cryptos poised to hit some new heights.

Which altcoin will explode in 2025? ›

Detailed summary. Algranium, API 3, and Avalanche are predicted to have high returns, while Bitcoin Satoshi Vision and Casper are not favored; BNB, ADA, Chainlink, and Cosmos have potential for significant growth in the 2025 bull market.

Which altcoins have 100x potential? ›

Top 7 Cryptos to Invest in Now with an incredible 100x potential
  • DigiToads: Setting the crypto market on fire with a hybrid DeFi model. ...
  • Sui: Where parallel processing meets horizontal scaling. ...
  • Polygon: Driving growth with zero-knowledge technology. ...
  • Ripple: Empowering businesses with blockchain technology.

What is the next big crypto in 2023? ›

XRP20 combines a low price tag, a deflationary environment, and a stake to earn model that could make it the next crypto to explode in 2023. It might also benefit from the fact that Ripple is a trending project in the news right now.

What crypto could reach $1000? ›

Reaching the $1,000 price point again may be possible for Bitcoin Cash, assuming it can overcome several major challenges. This payments-focused cryptocurrency has potential, but it's a high-risk, high-reward investment.

How do you calculate max crypto price? ›

To calculate the crypto price, divide the total market value by the number of coins in circulation.

How much is 1000X in crypto? ›

Price conversion of 1000x cryptocurrency to US Dollar. As of Sep 18, 2023, 23:23 UTC, the exchange rate is 1 1000X equals $0.000001866474.

What is 100x leverage crypto strategy? ›

What this means is, if you want to invest $1000 in a digital asset at a leverage of 1:100 (100x leverage), you will need to open a position with $100 only. A leveraged trade like this gives you a 10x potential profit and a 10x potential loss. Opening a position in trading can either be long or short.

What does 50x mean in crypto? ›

To clarify this, a 50x means $2.5 billion and a 100x means 5 billion. A Web3 business, with a value of over $5 billion, IS NOT sustainable, without a proper revenue structure. However, there are a few exceptions. We'll show our crypto strategy in this article.

Top Articles
Latest Posts
Article information

Author: Prof. An Powlowski

Last Updated:

Views: 6589

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Prof. An Powlowski

Birthday: 1992-09-29

Address: Apt. 994 8891 Orval Hill, Brittnyburgh, AZ 41023-0398

Phone: +26417467956738

Job: District Marketing Strategist

Hobby: Embroidery, Bodybuilding, Motor sports, Amateur radio, Wood carving, Whittling, Air sports

Introduction: My name is Prof. An Powlowski, I am a charming, helpful, attractive, good, graceful, thoughtful, vast person who loves writing and wants to share my knowledge and understanding with you.