Skip to Content
Core ConceptsCredits & Payments

Credits & Payments

The platform utilizes a credit-based metering system to track usage and facilitate permissionless access.

Credit System

Usage is metered in Credits. The standard conversion rate is 1 Credit ≈ $0.001.

Operation Costs

OperationCost (Credits)Description
Create5Ingesting and vectorizing a new memory.
Search2Semantic search query against the index.
Update2Modifying existing memory content or metadata.
Get1Retrieving a memory by its specific ID.
Delete1Removing a memory from the index.

Pay-Per-Use Model

Unlike traditional cloud services that require provisioning servers based on predicted usage, zkStash operates on a true pay-per-use model.

No Idle Costs

You’re only charged for the resources you actively use. There’s no need to over-provision for peak loads or pay for idle capacity during quiet periods. This aligns pricing directly with actual utilization.

Flexibility

Our system scales seamlessly based on your demand:

  • Traffic Spikes: Resources scale up automatically to meet demand.
  • Quiet Periods: Resources scale down to minimize costs.

Focus on Innovation

Developers can concentrate on building features rather than optimizing infrastructure. The platform handles scaling automatically, allowing you to focus on creating value for your users.

Rate Limits

To ensure fair usage and system stability, we enforce rate limits based on your plan.

PlanRequests / MinuteRequests / HourRequests / Day
Permissionless (x402)103005000
Starter100300050000
Pro50015000250000

x402 Protocol

x402 is an open standard for payment-required HTTP requests. It allows agents to pay for resources directly within the request flow.

Mechanism

  1. Challenge: If a request requires payment, the server responds with a 402 Payment Required status and details about the required payment (amount, token, recipient).
  2. Payment: The agent signs a transaction or message authorizing the payment.
  3. Retry: The agent retries the request with the payment proof (signature) in the x-payment-sig header.

We currently support x402 payments on Solana and Base networks. This enables fully autonomous agents to manage their own operational costs without human intervention.

Last updated on