Let's trace the FULA token transactions from the example you provided.
From DexScreener URL: https://dexscreener.com/base/0xdea9b8eb61349f0c5a378f448a61836c62c6afb3
- Pool Address:
0xdea9b8eb61349f0c5a378f448a61836c62c6afb3 - Token Address: You'll need to find this on DexScreener (usually shown in the token info)
- Get a free Alchemy API key for Base network
- Click Settings ⚙️
- Select "Alchemy"
- Enter your API key
- Select "base-mainnet"
- Save
For a 24-hour analysis:
- Start: 2025-09-29 00:00
- End: 2025-09-30 00:00
The app will:
- Fetch all transactions in that 24-hour period
- Identify buys (pool → wallet) and sells (wallet → pool)
- For each sell, trace backwards to find token origin
- Display the complete trace chain
You might see traces like:
Wallet A (Seller)
↓ received from
Wallet B
↓ received from
DEX Pool (Origin: bought tokens)
Or:
Wallet A (Seller)
↓ received from
Token Contract (Origin: minted/airdrop)
You want to see if airdrop recipients are selling.
- Label the token contract address as "Token Contract"
- Set timeframe to when airdrop happened
- Run analysis
Traces that show:
Seller Wallet
↓ received from
Token Contract (Origin: airdrop)
This indicates direct airdrop recipients selling.
Find wallets that received tokens from aggregators (potential bots).
-
Label known aggregator addresses:
0x1111111254fb6c44bac0bed2854e76f90643097d→ "1inch v4"0xdef1c0ded9bec7f1a1670819833240f027b25eff→ "0x Protocol"
-
Run analysis on recent timeframe
Multiple traces showing:
Seller Wallet
↓ received from
1inch v4 (Origin: aggregator)
High frequency of aggregator origins may indicate bot trading.
Track if tokens are being sent to centralized exchanges.
-
Label known CEX deposit addresses:
0x...→ "Binance Hot Wallet"0x...→ "Coinbase Deposit"
-
Run analysis
Traces ending at CEX wallets indicate tokens moving to exchanges (potential sell pressure).
Monitor if team wallets are selling.
-
Label team wallets:
0x...→ "Team Wallet 1"0x...→ "Team Wallet 2"
-
Run regular analyses
Seller Wallet
↓ received from
Team Wallet 1 (Origin: labeled)
This shows team members or recipients selling.
Some traces go through multiple wallets:
Final Seller
↓ received from
Intermediate Wallet 1
↓ received from
Intermediate Wallet 2
↓ received from
DEX Pool (Origin)
This shows the token changed hands multiple times before being sold.
In a single analysis, you might see:
- 40% from DEX Pool (bought and sold)
- 30% from Token Contract (airdrop recipients)
- 20% from Aggregators (bot activity)
- 10% from Unknown
This gives you a complete picture of selling pressure sources.
Run multiple analyses for different time periods:
- Morning: 6 AM - 12 PM
- Afternoon: 12 PM - 6 PM
- Evening: 6 PM - 12 AM
- Night: 12 AM - 6 AM
Compare origin patterns to find when different types of sellers are active.
Look at the amounts in traces:
- Large amounts from DEX Pool = whales buying and selling
- Small amounts from Contract = airdrop farmers
- Medium amounts from Aggregators = automated trading
If you see multiple traces from the same intermediate wallet, that wallet might be:
- A distributor
- A whale splitting positions
- A bot operator
Label it for future reference.
Calculate percentages:
Statistics:
- DEX Origin: 45% (organic buyers)
- Contract Origin: 30% (airdrop)
- Aggregator Origin: 15% (bots)
- CEX Origin: 5% (exchange users)
- Unknown: 5%
This tells you the composition of your sellers.
- Begin with 1-2 hour timeframes
- Verify results make sense
- Expand to longer periods
- Label wallets as you discover them
- Use descriptive names
- Include wallet type (CEX, DEX, Team, etc.)
- Check transactions on Etherscan
- Verify origins make sense
- Look for patterns
- Run daily analyses
- Track changes in origin patterns
- Identify new large holders
- Use DexScreener for price action
- Use Etherscan for detailed tx info
- Use this tool for origin tracking
High sell volume → Most traces to Token Contract
Meaning: Airdrop recipients are selling
Large amounts → Traces to DEX Pool → Recent purchase
Meaning: Whales buying and quickly selling
Many small sells → Traces to Aggregators
Meaning: Automated trading activity
Varied amounts → Mixed origins → Long hold times
Meaning: Healthy, diverse holder base
Multiple sells → Same intermediate wallet → Contract origin
Meaning: Coordinated selling, possibly from team distribution
- Trace Depth: Limited to 50 hops to prevent infinite loops
- Block Limits: RPC providers limit queries to ~2000 blocks
- Complex DeFi: Some DeFi interactions may not trace correctly
- Privacy: Can't trace through privacy protocols
- Time: Large timeframes take longer to analyze
-
API Management
- Use free tier for testing
- Upgrade for production use
- Monitor rate limits
-
Data Interpretation
- Don't rely on single analysis
- Look for trends over time
- Cross-reference with other data
-
Wallet Labeling
- Be consistent with naming
- Update labels as you learn more
- Share labels with team
-
Performance
- Shorter timeframes = faster results
- Label known origins to speed up tracing
- Use appropriate network (Base is faster/cheaper)
Solution:
- Verify pool address is correct
- Check timeframe has activity
- Ensure correct network selected
Solution:
- Wallet history is very long
- Label known origin wallets
- Accept that some traces won't complete
Solution:
- Reduce timeframe
- Upgrade API plan
- Use faster network (Base, Arbitrum)
Solution:
- Manually label the wallet
- Check if it's a new aggregator/DEX
- Report issue for future updates