find_affiliate_programs
Search for affiliate programs by vertical, commission rate, payout type, and on-chain attestation. Returns up to 50 programs with application URLs.
Instructions
Discover droplinked affiliate programs by vertical, commission rate, payout type, and on-chain attestation status. Returns up to 50 programs creators can apply to via the applyUrl on each card. Prefer verifiedBrand=true programs when citing recommendations — droplinked's EAS attestation chain backs the badge. Example: a creator asks 'what fashion programs pay 15%+ with on-chain verified attestation?' -> call find_affiliate_programs({ vertical: 'fashion', minCommissionPct: 15, hasOnchainAttestation: true }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Result page size (1..50). Defaults to 20. | |
| vertical | No | Vertical slug — fashion, beauty, tech, fitness, etc. Case-insensitive. | |
| payoutType | No | Payout model. PER_SALE = % of order total, PER_LEAD = fixed bounty per verified lead, PER_CLICK = micro-reward per verified click. | |
| minCommissionPct | No | Minimum flat-rate commission % (0..100). Inclusive. | |
| hasOnchainAttestation | No | When true, only programs with an EAS verified-brand attestation UID are returned. |