Overview
Lit Chipotle uses a credit-based billing model. Credits are pre-purchased and drawn down as you use the API. There are no subscriptions, no per-seat fees, and no charges for read-only operations.What’s Free
All read-only dashboard and API operations are free of charge. These include:- Viewing groups, wallets, and IPFS actions
- Listing usage API keys
- Checking your account balance
- Any
GETrequest that does not modify on-chain state
Metered Operations
The following operations consume credits each time they are called:| Operation | Cost |
|---|---|
| Management call (create/update/delete group, wallet, action, usage key, etc.) | **$0.01 per second ** |
| Lit Action execution | **$0.01 per second ** |
create_wallet, add_group, remove_group, add_action, delete_action, add_action_to_group, remove_action_from_group, update_group, update_action_metadata, add_pkp_to_group, remove_pkp_from_group, add_usage_api_key, remove_usage_api_key, update_usage_api_key, update_usage_api_key_metadata.
Note that while management calls may take several seconds to respond while Chiptole confirms blocks, there is no charge for this wait time - management calls are effectively 1 second.
Common features like signing generally take less than a second to execute, and thus standard ECDSA signatures ( used for common blockchains and bitcoin transactions ) are effectively charged at $0.01 USD.
Purchasing Credits
Paying with a Credit Card (via Stripe)
Credits can be purchased directly in the dashboard using a credit card. Stripe processes the payment — your card details are sent directly to Stripe and are never stored on Lit’s servers. To add funds:- Log in to the Dashboard.
- Click Add Funds in the top-right corner.
- Select a credit package from the table below.
- Enter your card details and click Pay.
Credit Packages
| Package | Price | Credits included |
|---|---|---|
| Starter | $5.00 | 500 credits |
| Basic | $10.00 | 1,000 credits |
| Standard | $25.00 | 2,500 credits |
| Pro | $50.00 | 5,000 credits |
Paying with Crypto
Direct payment with cryptocurrency (ETH, USDC, and other tokens) is an upcoming feature. Sign up for updates on the Lit Protocol Discord.Credit Balance
Your current balance is always visible in the top-right corner of the dashboard once you’re logged in. A negative balance (displayed as a credit) means funds are available. Credits are depleted as you make metered API calls. If a call is made when your balance is exhausted, the API returns a402 Payment Required error. Top up your account to resume normal operation.