# Ethereum Suite

- [Freshies](https://docs.bbb.community/ethereum-suite/freshies.md): Provides alerts for purchases, exceeding 0.06 ETH, of tokens with a market cap of 500M or lower made by freshly funded addresses with low transaction counts.
- [Big Freshies](https://docs.bbb.community/ethereum-suite/freshies/big-freshies.md): Provides alerts for purchases, exceeding 0.5 ETH, of tokens with a market cap of 500M or lower made by freshly funded addresses with low transaction counts.
- [Low MC Freshies](https://docs.bbb.community/ethereum-suite/freshies/low-mc-freshies.md): Provides alerts for purchases, exceeding 0.02 ETH, of tokens with a market cap of 500K or lower, made by freshly funded addresses with low transaction counts.
- [Dormants](https://docs.bbb.community/ethereum-suite/dormants.md): Provides alerts for purchases exceeding 0.06 ETH made by addresses that remained inactive for at least 2 weeks.
- [Low MC Dormants](https://docs.bbb.community/ethereum-suite/dormants/low-mc-dormants.md): Provides alerts for purchases exceeding 0.02 ETH, of tokens with a market cap of 500K or lower, made by addresses that remained inactive for at least 2 weeks.
- [ENS Buys](https://docs.bbb.community/ethereum-suite/ens-buys.md): Provides alerts for purchases made by addresses with a designated ENS domain.
- [Bundles](https://docs.bbb.community/ethereum-suite/bundles.md): Provides alerts for successful block 0 or block 1 purchases made by freshly funded addresses with low transaction counts.
- [Snipers Sales](https://docs.bbb.community/ethereum-suite/bundles/snipers-sales.md): Provides alerts for sell transactions performed by addresses that acquired tokens in block 0 or block 1.
- [Normie Buys](https://docs.bbb.community/ethereum-suite/normie-buys.md): Provides alerts for purchases exceeding 0.2 ETH made via frontend of a DEX.
- [Difference Checker](https://docs.bbb.community/ethereum-suite/difference-checker.md): Provides alerts for newly verified contracts and lists the 10 most similar other contract addresses that exhibit a similar code structure.
- [Unique Contracts](https://docs.bbb.community/ethereum-suite/unique-contracts.md): Provides alerts for newly deployed contracts that have 3 or fewer contracts with an identical checksum analysis result.
- [Pre-Approvals](https://docs.bbb.community/ethereum-suite/pre-approvals.md): Provides alerts for tokens that were approved by at least 7 different wallets before trading opens.
- [Launches Tracker](https://docs.bbb.community/ethereum-suite/launches-tracker.md): Provides alerts for new token launches that fit selected criteria.
- [Mev Launch](https://docs.bbb.community/ethereum-suite/launches-tracker/mev-launch.md): Provides alerts for token launches that utilized a direct payment to MEV to deploy and call the open trading function.
- [Hidden Deploy](https://docs.bbb.community/ethereum-suite/launches-tracker/hidden-deploy.md): Provides alerts for token launches that were deliberately hidden from deploy trackers.
- [Old Deploy](https://docs.bbb.community/ethereum-suite/launches-tracker/old-deploy.md): Provides alerts for token launches if the contract was deployed more than 2 days before trading opened.
- [Low Max Buy](https://docs.bbb.community/ethereum-suite/launches-tracker/low-max-buy.md): Provides alerts for token launches if the buy limit does not exceed 0.5% of token's total supply.
- [High Liquidity](https://docs.bbb.community/ethereum-suite/launches-tracker/high-liquidity.md): Provides alerts for token launches if the initially added liquidity exceeds 20 ETH.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bbb.community/ethereum-suite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
