You add credits to your Akash Console account, and Console keeps your deployments funded from that balance. There is no deposit to choose and no per-deployment balance to watch.
This page covers the managed Console at console.akash.network, including the Console API. If you deploy with your own wallet through Console Air or the CLI, you fund each deployment yourself. See Choosing Your Console.
Adding credits
Credits are denominated in US dollars. You get them three ways:
- Free trial credits when you first sign up, with no card required
- A card payment from Settings, under Payment Methods
- A coupon code, redeemed on the same page
Credits are spent as your deployments run. Console converts them to the network’s ACT token behind the scenes, so nothing you do involves buying or holding crypto.
Available and escrow
Your billing page splits the account balance in two.
Escrow is what your running deployments hold to stay online. Each deployment has its own escrow account on-chain, and Console keeps roughly two days of that deployment’s cost in it. A deployment costing \(1/day holds about\)2. Escrowed credits are held, not spent, and whatever a deployment does not use returns to available when it closes.
Available is everything else: what you can spend on a new deployment right now.
The billing page also shows how long your whole balance will last at your current spend rate, and which deployments the escrow is split across.
You do not manage any of this yourself. You never choose a deposit or top a deployment up, because Console does both. If you deploy with your own wallet instead, you fund each escrow account directly. See Deployments and Escrow for the chain-level mechanics.
Automatic funding
Console funds every deployment for you. A new deployment is funded the moment it is created, so it can take a lease immediately rather than waiting for a background job. From then on, Console tops it up to keep it ahead of its own burn rate for as long as your account has credits. You do not enable this, and there is no per-deployment setting to get wrong.
Automatic funding also leaves some of your available balance untouched, so topping up a running deployment’s escrow can never eat the headroom you need to start a new one.
Note: The exact figures (the runway Console targets, the headroom it leaves, and the amount a deployment starts with) are platform constants. API callers can read the current values from GET /v1/deployment-funding-config.
Auto Top-Up
Automatic funding moves credits from your available balance into your deployments’ escrow. Auto Top-Up is the layer above it: charging your card so that balance never hits zero. It is off until you turn it on from the billing page, and it needs a default payment method.
There are two modes:
- Fixed threshold charges a set amount as soon as your available balance drops to a limit you pick. This is the recommended mode.
- Predicted spend charges whatever it takes to cover the next week of your current deployments, checked once a day.
Runtime limits
By default a deployment runs until you close it or your credits run out. You can instead give it a runtime limit when you create it, and Console will close it once it reaches that limit and return the unused credits to your balance.
You can extend a limit, or remove it and go back to always-on funding, from the deployment’s settings. Console emails you before a runtime-limited deployment reaches its limit.
When credits run low
Console emails you before your credits run out, so you have time to add more. If you have Auto Top-Up on, your card is charged instead and you get no warning email, because there is nothing to act on.
If the balance does reach zero, automatic funding has nothing left to top up with. Your running deployments spend down the escrow they already hold and then close. Adding credits before that point keeps them alive with no further action from you: funding picks them up on its next pass.
Closing a deployment
Closing a deployment stops its services and returns whatever is left in its escrow to your available balance. Settlement happens on-chain, so the credited amount can take a short while to appear.
Related Resources
- Console Onboarding Guide - Deploy your first app
- Quick Start - Deploy with free trial credits
- Managed Wallet API - The same funding model, from the API
- Choosing Your Console - Managed Console vs. self-custody Console Air
- Deployments and Escrow - How funding works at the blockchain level