Payout infrastructure · test environment

Let a token
pay its holders.

Configure an isolated Project Router for one token, or enroll it in a tokenless shared RWA rewards Hub. Test the full flow before anything touches mainnet.

05.00%target Hub infrastructure fee
0live contracts deployed
Checkingcontrol plane
HOLDER SNAPSHOTSMERKLE CLAIMSFIXED FEE POLICYISOLATED ROUTERSNO CUSTODY KEYS
01 / The model

Three Bankr paths.
One clear ledger.

Bankr/Doppler is the launch and fee source. Every asset, fee, snapshot, and claim round should be inspectable.

A

Launch a
member token

Create a Project Router first, then use it as the Bankr fee recipient when launching a new token.

  1. Router address is created
  2. Bankr launches the paired token
  3. Pool details bind to the router
B

Connect an
existing token

An existing Bankr token changes its fee recipient to a dedicated Project Router.

  1. Confirm token and Doppler pool
  2. Set fee recipient to the router
  3. Verify member-token status
C

Shared RWA
index

Member tokens funnel approved assets into a tokenless shared rewards connector.

  1. Partner fees arrive as approved assets
  2. Hub reserves multi-RWA rounds
  3. All member-token holders claim
02 / What gets deployed

Small contracts.
Hard boundaries.

01

ProjectRouterFactory

Creates a low-cost isolated Project Router for every Bankr token that enrolls. Each router handles its own dual-asset fee stream.

V2 deploy first
02

UniversalRewardsHub

Tokenless connector bound to the official factory, verified Bankr pools, delayed membership, transparent infrastructure funding, and multi-asset Merkle claim rounds.

V2 deploy second
03

ProjectRouter

Receives Bankr/Doppler fees, forwards approved RWA assets to the Hub, and applies its immutable meme-token policy.

Factory clone
04

Venue swap adapter

Optional advanced treatment for creator-token fees: a fixed, audited route with TWAP/slippage limits. It never exposes arbitrary router calls.

After fork test
03 / Test lab

Map a Bankr flow.
Without launching one.

Configure a Bankr/Doppler test program locally. This preview never asks for token approvals, moves money, or sends a transaction.

ConfigurationTest mode
1. Bankr funding path
2. Bankr token details
3. Bankr pair and fee treatment
Bankr paired / fee assetReturned by BankrLoaded after a Bankr launch simulation or an existing-pool lookup.

This is intentionally not a hardcoded list. Bankr determines the valid pair options for the selected network and returns the actual quote asset, token address, and Doppler pool ID.

4. Revenue destination

Production v2 routes approved paired/RWA fees to the shared Hub. Independent and hybrid local-vault splits are not offered until separate contracts implement them.

5. Holder allocation
6. Routing summary
Shared community rewards95.00%Infrastructure treasury05.00%

No wallet action occurs from this form.

Example / after deployment

Project dashboard

Demo data
TEST / $NVDA program
0.0000 $NVDA

Reserved for holders in the next payout round.

Minimum round: 1.00 $NVDANext check: not scheduled
Last round

No public holder manifest has been signed by the snapshot operator.

Claims paid
0

Funds remain untouched until an audited deployment.

Shared RWA index / verified onchain

Member tokens

Checking
UniversalRewardsHubNot deployed

Checking the control plane for the Hub configuration.

Verified member tokens0

Only tokens whose live Bankr fee recipient resolves to an enrolled Project Router appear here.

NO VERIFIED MEMBER TOKENS YET

After the Hub and Project Router Factory are deployed, this list will show every Bankr token with a verifiably enrolled router—never a self-reported or unverified token.

Before mainnet

Test every
assumption.

  1. 01

    Deploy the factory to a test chain or fork with a multisig treasury and a disabled keeper.

  2. 02

    Fork-test Bankr/Doppler fee collection against a real known pool—without real funds.

  3. 03

    Run public holder-snapshot manifests, fuzz/invariant tests, and an independent audit.

  4. 04

    Only then enable a limited, monitored keeper for live rounds.