PollarPollar
Operator GuideConfiguration

App Wallets

Dashboard → Configuration → App Wallets

App Wallets are the Stellar accounts that Pollar uses to cover costs on behalf of your users. Each wallet has a distinct role.


The three wallets

WalletRoleCharged when
Funding walletCovers the XLM reserve required to activate new user walletsOnce per wallet activation
Gas walletPays transaction fees for all on-chain operationsEvery transaction
Distribution walletSends assets to users via fund()Every fund() call

By default a single wallet is created when you create your app and covers all three roles. You can configure separate wallets for each role as your app scales.


Funding a wallet

Option 1 — Send directly to the G-address

Copy the wallet's Stellar G-address and send XLM or assets from any Stellar wallet or exchange.

Option 2 — Fund from the Dashboard

Click Fund wallet in the Dashboard, connect your Stellar wallet, and send funds with a single click.


WalletRecommended minimum
Funding wallet50 XLM (~25 wallet activations with 2 assets each)
Gas wallet10 XLM
Distribution walletDepends on configured assets and expected fund() volume

Configure low-balance alerts in Alerts so you are notified before running out of funds.


XLM reserve cost per wallet activation

The cost to activate a user wallet depends on how many assets are configured in Tokens / Trustlines:

1 XLM + (number of configured assets × 0.5 XLM)

Assets configuredReserve required
01 XLM
1 (e.g. USDC)1.5 XLM
2 (e.g. USDC + EURC)2 XLM
32.5 XLM

Pollar does not charge extra — the full amount is consumed from your funding wallet.

References: Minimum Balance · Trustlines

On this page

Was this helpful?