Aare
← All services

Scheduled yield drops

Airfarming

Airfarming is Min's core yield product. Users move funds from cash wallet into a dedicated airfarming balance. The platform schedules drops with AI-assisted allocation bands. Eligibility is snapshotted 24 hours before each drop window. Paid, missed, and upcoming drops are fully queryable for your custom UI.

How it works

  1. 1

    Activate balance

    Transfer USD from cash wallet into the airfarming wallet. Users can also enable auto-fund from cash.

  2. 2

    Eligibility snapshot

    24 hours before each drop, the platform records whether the user meets minimum balance and trust requirements.

  3. 3

    Drop window

    During the scheduled window, the drop settles. Yield is credited to airfarming balance based on band percent and balance tier.

  4. 4

    Return or compound

    Users can return airfarming balance to cash wallet or keep funds active for the next drop cycle.

  5. 5

    Partner visibility

    GET /v1/partner/users/:id/airfarming/status returns nextDrop, history, trust score, and balances — same payload as the Min app.

API access

Partner scope airfarming for server-side status. User JWT enables /airfarming/status, /airfarming/activate, /airfarming/return-to-cash, and auto-fund toggles.

Typical flow

text
Fund cash wallet via deposits
POST /airfarming/activate { amount }
Poll GET /airfarming/status or partner airfarming/status
POST /airfarming/return-to-cash when withdrawing yield

Partners earn 5% commission on income from this program.