PollarPollar
Operator Guide

Dashboard Overview

The Pollar Dashboard at dashboard.pollar.xyz is the control panel for your app's configuration. Sign in with Google — no Stellar wallet required.

Each app you create is isolated with its own API keys, wallets, and configuration. You can switch between apps from the top navigation bar.


The per-app sidebar is organized into seven groups. A few sections are still gated behind a "coming soon" state — marked upcoming below.

Overview

SectionWhat you do here
HomePer-app landing with key status at a glance
Get startedOnboarding checklist (hidden once you're set up)

Build

SectionWhat you do here
SettingsApp name, network, and auth token lifetimes
API KeysGenerate and manage publishable and secret keys
DomainsConfigure allowed origins (CORS) so the SDK can make requests from your app
Webhooks upcomingConfigure inbound webhook URLs and view event logs
BrandingCustomize the Pollar modals — theme, accent color, logo
MembersView team members; the owner manages access

Users

SectionWhat you do here
AccountsBrowse users, view login history, and manage accounts
WalletsBrowse user wallets — view status, balances, and fund them manually

Treasury

SectionWhat you do here
Tokens & TrustlinesConfigure which assets are automatically enabled on new user wallets. Funding Mode (Immediate / Deferred) is set here and on Account Funding.
Account FundingView and fund your funding (reserve) wallet; choose the funding mode
SponsorshipRules for which transaction types are sponsored and per-user limits
Transaction PolicyRestrict which destinations user transactions may target
Auth PolicyPolicies governing authentication (allowed methods / rules)
SwapConfigure the swap venues exposed to end-users
EarnConfigure the yield providers (DeFindex / Blend) exposed to end-users
Token DistributionConfigure claimable distribution rules — assets, amounts, rate limits

Integrations

SectionWhat you do here
Authentication upcomingConfigure supported OAuth providers and email OTP
KYC upcomingConfigure identity-verification providers
RampsConfigure fiat on/off-ramp providers (Bridge, Etherfuse, …)
Pollar PayPollar Pay integration

A server-side Wallets integration (custodian / wallet-adapter) existed here previously and is currently hidden from the dashboard. For client-side wallet login (Stellar Wallets Kit, Privy), see Wallet Adapters.

Monitor

SectionWhat you do here
TransactionsView on-chain transactions across your app
LogsAPI request logs, errors, and delivery history
Alerts upcomingSet up low-balance alerts via email or webhook

Danger Zone

SectionWhat you do here
Archive app (owner only)Archive the app — disables its API keys and SDK access entirely (reversible by unarchiving)

Get started checklist

When you create a new app, the Dashboard shows a checklist of required steps before you can go live:

  1. Configure API keys — generate a publishable key to connect your SDK
  2. Configure domains — add allowed origins so the SDK can make requests
  3. App wallet created and funded — your funding wallet must be active on Stellar with enough XLM to cover wallet creation
  4. Enable trustlines — configure at least one asset so user wallets can hold it
  5. Install the SDK and create your first wallet — confirms the integration is working end-to-end

Testnet vs Mainnet

Each app targets a single network. Apps start on Testnet; moving to Mainnet is a gated request/approval flow (via the network control in the top bar), not a free toggle. API keys, wallets, and configuration are scoped to the app's network.

Start on Testnet — it's free and resets periodically. Request Mainnet when you're ready for production. See Mainnet Checklist before switching.

On this page

Was this helpful?