Key Features

  • Airdrop Discovery on Solana

    • Regularly scans social channels, aggregator sites, Discord servers, and Solana-specific resources for newly launched or upcoming airdrops.

    • Filters out unverified or high-risk projects using a combination of community feedback and ML-based analysis.

  • Eligibility Tracking & Task Management

    • Identifies tasks required to qualify for Solana-based airdrops (e.g., swapping SOL for a project token, staking, bridging within Solana, or minting an NFT).

    • Provides a dashboard that shows your progress toward each task.

  • Automated Transaction Execution (Solana)

    • Dynamically calculates transaction fees on the Solana network (which are usually low).

    • Leverages Solana SDKs, such as @solana/web3.js, to build, sign, and send transactions.

    • Integrates with well-known Solana DeFi protocols like Serum, Raydium, and Orca.

  • Secure Key Management

    • Integrates with wallets such as Phantom or Solflare via a secure interface, or can store private keys in a vault/HSM solution.

    • Minimizes the risk of unauthorized program calls by verifying program addresses, reading deployed code where possible, and establishing a curated allowlist of known safe protocols.

  • Multi-Address Support

    • Manages multiple Solana addresses if the user wishes to diversify risk or hold separate project allocations.

    • Randomizes transaction patterns to reduce suspicion—though this cannot guarantee passing advanced anti-Sybil checks.

  • Claim Automation

    • Monitors announcements and on-chain data to detect when new tokens are distributed.

    • Automatically executes token claim instructions on Solana or prompts the user if an off-chain signature is required.

  • Future Expansion to EVM

    • Although Purse is currently specialized for Solana, a future update aims to integrate Ethereum and various L2 rollups. This will allow cross-ecosystem discovery and tasks, giving users broader coverage for potential airdrops beyond Solana

Last updated