# Base Suite

- [Freshies](https://docs.bbb.community/base-suite/freshies.md): Provides alerts for purchases, exceeding 0.06 ETH, of tokens with a market cap of 25M or lower made by freshly funded addresses with low transaction counts.
- [Big Freshies](https://docs.bbb.community/base-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/base-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/base-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/base-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.
- [Base ENS Buys](https://docs.bbb.community/base-suite/base-ens-buys.md): Provides alerts for purchases made by addresses with a designated ENS domain on ETH Mainnet.
- [Deploys](https://docs.bbb.community/base-suite/deploys.md): Provides alerts for tokens launched on Clanker or Zora launchpads.
- [Curated Deploys](https://docs.bbb.community/base-suite/curated-deploys.md): Provides alerts for tokens launched on Clanker or Zora launchpads, if a twitter account with 5000 or more followers or a Farcaster account is linked to the token and the deployer has a clean history.
- [Pre-Approvals](https://docs.bbb.community/base-suite/pre-approvals.md): Provides alerts for tokens that were approved by at least 5 different wallets before trading opens.


---

# 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/base-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.
