# Operator wallets

Source: https://docs.settlemint.com/docs/operators/platform-setup/operator-wallets
Check configured operator wallet balances from the Admin area before low native token balances interrupt gas-funded platform operations.



Admin > Operator Wallets lists every configured operator wallet for the active deployment, with its latest native balance, low-balance status, and last observation time. Check these values before a low balance stalls gas-funded operations.

The page is read-only. It does not register wallets, move funds, refill balances, or change custody policy. Deployment configuration controls wallet registration.

## Who can use it [#who-can-use-it]

You can open the page if your account holds one of these roles:

| Role           | Use the page to                                                                              |
| -------------- | -------------------------------------------------------------------------------------------- |
| Admin          | Review platform operator wallets and coordinate refills when a balance is low.               |
| System manager | Confirm that deployment-level operator wallets are registered and have a recent observation. |
| Gas manager    | Monitor gas-funding wallets and identify balances that need attention.                       |

## What the table shows [#what-the-table-shows]

The table lists configured wallets whose account type is `operator-wallet`. It opens with the lowest observed native balances first.

The table also supports filters, export, and view options from the active deployment's indexed account data.

| Column         | What it means                                                           |
| -------------- | ----------------------------------------------------------------------- |
| Status         | Whether the latest observed balance is below the low-balance threshold. |
| Address        | The monitored wallet address.                                           |
| Purpose        | The configured wallet label or purpose when one is available.           |
| Network        | The EVM chain ID for the network the platform monitors this wallet on.  |
| Native balance | The latest indexed native-token balance with the network unit.          |
| Observed at    | When DALP last observed the wallet balance.                             |

<Callout type="info" title="This page is for monitoring">
  Deployment configuration registers operator wallets. The Console shows a wallet after DALP indexes its latest
  native-token balance. The page does not add wallets or edit their purpose.
</Callout>

## How low-balance status works [#how-low-balance-status-works]

DALP marks an observed operator wallet as **Low balance** when its native balance drops below `0.1` native token on the active chain. The threshold uses that chain's native unit, such as ETH or another network gas token.

A wallet with `0.1` native token or more displays as **Balance above threshold**.

When one or more observed wallets fall below the threshold, a low-balance banner appears above the table.

<Mermaid
  chart="`
graph TD
  A[Open Admin > Operator Wallets] --> B[Review Status]
  B --> C{Balance below 0.1 native?}
  C -->|Yes| D[Low balance]
  C -->|No| E[Balance above threshold]
`"
/>

## When the table is empty [#when-the-table-is-empty]

If no wallets appear, the page shows an empty state. Deployment configuration, not the Console, controls wallet registration.

Ask the platform engineer who manages deployment configuration to confirm the wallet address, chain ID, system address, and purpose label. The platform skips configured wallets on inactive chains.

If you just registered a wallet, wait for the first native-balance observation before it appears in Admin > Operator Wallets.

## Related setup pages [#related-setup-pages]

* For the API fields behind native balance monitoring, see [Account native balances](/docs/api-reference/wallets/account-native-balances).
* For bundler and paymaster infrastructure, see [advanced accounts control center](/docs/operators/platform-setup/advanced-accounts-control-center).
* For the platform setup boundary, see [Platform setup overview](/docs/operators/platform-setup/platform-overview).
