Funding
The amount and age of the transaction that funded the developer's wallet.
What it does
Before launching a new project, a dev often receives SOL into a fresh wallet from an exchange or a related address. This filter lets you either catch freshly-funded wallets (potential insiders) or ignore old / too-large funding.
Default: Off.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| Min Amount | Number (SOL) | 0 (disabled) | Minimum funding amount you expect to see on the dev's wallet. |
| Max Amount | Number (SOL) | 0 (disabled) | Maximum funding amount. Cuts off whales that operate with large capital. |
| Max Age | Hours | 0 (no limit) | Funding transaction must be no older than this value in hours. |
Examples
- Fresh insider - Min 0.5 SOL, Max 5 SOL, Age 24h. Catches devs who just received starting capital.
- Big funding - Min 10 SOL. Highlights wallets that received serious volume - serious intentions.
- Old established - Age 0 (any). Older wallets usually have history that shows up in other filters.