Dripz.

Developer Portal

Build inside the cavern.

TypeScript SDK, npm CLI, and a Telegram bot for issuers and subscribers. The full program IDL is published on GitHub. All snippets target Solana mainnet via the public RPC.

shell
# Install the global CLI
npm install -g dripz-cli

# Or the TypeScript SDK
npm install @dripz/sdk @solana/web3.js

Snippet is illustrative. SDK API stabilizes at v1.0. IDL diff in repo.

Program ID

AsxnSxBeFwtkzxchwVDxz1VBZRuePFXBcdodfcinTrQx

Public RPC

https://api.mainnet-beta.solana.com

Backend

https://api.dripz.fi

Telegram bot, two modes.

Issuers run the bot in operator mode to receive price, raise, and vesting alerts. Subscribers run it in trader mode to follow a single pool with millisecond notifications when curves cross weight or price thresholds. Both modes use the same bot account and switch via a single command.

  • Subscriber: per-pool price triggers, sell window warnings, vest claim reminders.
  • Issuer: raise thresholds, snipe-window summaries, PATCHA migration health.
  • Auth via deeplink from Phantom or Backpack -- no seed exposure.
  • Open-source bot service, runs against the same indexer as the website.
Developer Portal -- Dripz