Skip to main content
Credits are the unit of account for all paid tool calls in DeepCurrent. Every intelligence query, growth run, automation, and contact unlock costs a specific number of credits, calculated before execution so you never face a surprise charge.

How you get credits

PlanCredits
Developer50 free credits per day (daily faucet claim)
Pro ($199/mo)2,000 credits per billing cycle
Pro credits are permanent — they do not expire at the end of the billing cycle as long as your subscription is active.

Credit costs

Intelligence packages

Intelligence queries follow a base + per-record formula. The base covers the query overhead; the per-record charge scales with the limit slot you provide.
Formula tierBasePer recordPackages
Broad Discovery505Builder Discovery, Company People Discovery, User Prospect, Hackathon Builder
Targeted Discovery10010VC Shortlist, KOL Discovery
Network Analysis15015Target Fund Intro Paths
Example: A VC Shortlist query for 10 results costs 100 + (10 × 10) = 200 credits. Tier 2 contact unlocks are priced per entity based on the contact depth you request:
Contact tierCredits per entity
Social (X, LinkedIn, GitHub)50
Email (+social)100
Telegram (+email +social)300
Phone (+telegram +email +social)600
You are never charged twice for the same contact unlock — if you have already unlocked a contact at a given tier, DeepCurrent deducts only the delta to a higher tier.

Growth runs

Growth runs are quoted before execution based on target audience size, channels, and enrichment depth. The exact credit cost varies per run. You always see the total before confirming.

Automations

ToolCost
Website crawler10 credits per page (maxCrawlPages × 10)
Static automation run5 credits
Set maxCrawlPages deliberately. A 50-page crawl costs 500 credits — get a quote first using the automations quote endpoint.

Quote-then-execute

Every paid tool call follows a two-step flow:
  1. Quote — request a cost estimate. You receive a quote_token tied to the exact parameters you submitted.
  2. Execute — submit the quote_token to run. Credits are deducted only at this step.
Quote tokens are single-use and expire after a short window. If you do not execute within that window, no credits are deducted and you can request a fresh quote.
The chat interface handles the quote-then-execute flow automatically. You see the credit cost as a confirmation card before the AI proceeds.

Credit types and deduction order

DeepCurrent maintains two credit pools:
TypeSourceExpiry
PermanentSubscriptions, add-on packsNever expire while subscription is active
TemporaryQuest completions, referral rewardsExpire after 24 hours
When a tool call deducts credits, temporary credits are consumed first (FIFO order), then permanent credits. This preserves your long-lived balance as long as possible.

Checking your balance

Use the credits usage endpoint to see your current balance and spending history:
GET /api/v1/credits/usage
Authorization: Bearer <your-api-key>
The response includes your permanent balance, active temporary grants, total used, and a breakdown by tool and day. You can also view your balance at any time in Settings → Billing in the dashboard.