Credits available
{{ number_format($balance) }}
Held for running jobs
{{ number_format($account->reserved) }}
Spent all time
{{ number_format($account->lifetime_spent) }}
Pay once in Bitcoin, Ethereum or Tether and the credits land as soon as the payment confirms on-chain.
Crypto payments do not renew. Nothing is stored against your account and no future charge is authorised, so top up again whenever you need to.
| Date | Credits | Paid with | Status |
|---|---|---|---|
| {{ $charge->created_at->format('j M Y') }} | {{ number_format($charge->credits) }} | {{ $charge->assetLabel() }} | {{ str($charge->status)->headline() }} |
| Date | Activity | Status | Credits |
|---|---|---|---|
| {{ $transaction->created_at->format('j M Y') }} | {{ $transaction->description ?? str($transaction->action ?? $transaction->type)->headline() }} | {{ str($transaction->status)->headline() }} | {{ $transaction->amount > 0 ? '+' : '' }}{{ $transaction->amount }} |