Pollen
Wallet

Set up a wallet to receive POLLEN tokens. Choose between a managed wallet (email-based, no keys) or bringing your own Ethereum address.

Wallet Setup

You need a wallet to receive POLLEN tokens and claim revenue. Pollen supports two approaches:

Managed WalletBring Your Own
SetupEmail addressExisting 0x address
Key managementNone — handled by ParaYou manage your keys
ClaimingOne command, no private keyRequires POLLEN_PRIVATE_KEY
PortabilityAny machine via emailWherever you have the key

Quick setup

npx @pollen/cli wallet

This interactive command walks you through both options. Or use flags for non-interactive setup:

# Managed wallet
npx @pollen/cli wallet --email you@example.com

# Bring your own
npx @pollen/cli wallet --address 0x1234...abcd

Your wallet config is stored at ~/.pollen/config.json.

Next steps