{% extends "admin/base_site.html" %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Custodial payments
{{ configured.network|upper }} network · Treasury
{{ configured.treasury_address }}
Runbook
All actions run asynchronously through Celery. A broadcast is not treated as settled until its confirmed receipt is recorded.
TRX fee readiness
{{ insufficient_trx_event_count }} recorded fee checks found token wallets below
the configured {{ configured.trc20_fee_limit_sun }} SUN TRX requirement.
No treasury sweep record is created for these token transfers.
| Time | Wallet | Asset | TRX balance (SUN) | Required (SUN) |
|---|---|---|---|---|
| {{ event.created_at|date:"Y-m-d H:i" }} | {{ event.wallet.address }} |
{{ event.metadata.asset_code }} | {{ event.metadata.trx_balance_sun }} | {{ event.metadata.required_trx_sun }} |
| No token sweep has been skipped for insufficient TRX. | ||||
Deposits
| Asset | Transfers | Total (atomic) |
|---|---|---|
| {{ asset.asset_code }} | {{ asset.count }} | {{ asset.total }} |
| No confirmed transfers have been recorded on this network. | ||
Treasury
Ledger
| Received | Asset | Amount (atomic) | Wallet | Transaction |
|---|---|---|---|---|
| {{ payment.confirmed_at|date:"Y-m-d H:i" }} | {{ payment.asset_code }} | {{ payment.amount_atomic }} | {{ payment.wallet.address }} |
{{ payment.transaction_id|slice:":16" }} |
| No confirmed payments have been recorded on this network. | ||||