ZERA Tools
Clean, wallet-aware flows

Utility Surfaces

Focused workflow pages for higher-signal ZERA actions.

This section is where ZERAScan exposes purpose-built utilities instead of generic explorer views. Each tool is designed to guide a user through one job cleanly, with wallet awareness, protocol context, and fewer dead ends.

Reporting Tool

Wallet Activity Report

Live

Generate branded PDF reports for one wallet or a list of wallets, with configurable balances, transactions, estimated tax inputs, interactions, and related-wallet graph summaries.

Accepts multiple wallet addresses and produces an overall summary plus per-wallet breakdowns.

Supports all-time, year-to-date, recent, and custom date filtering against fetched wallet history.

Runs paged requests sequentially with retry/backoff and visible progress to reduce throttling risk.

Marks truncated data and tax/PNL limitations clearly when exact cost basis or full history is unavailable.

Optionally includes Bubble Map relationship data using a best-effort related-wallet graph scan.

Open tool

Participation Tool

ZERA LP Bootstrap

Live

Add liquidity in an eligible pair, receive the LP token, then use this flow to lock it, update a payout wallet by bump ID, or process bootstrapping rewards.

Reads wallet balances and checks both eligible LP token contracts automatically.

Participation starts after you add liquidity in an eligible pair and receive the corresponding LP token.

Lets the user commit one LP token at a time with amount controls and a Max shortcut.

Supports `update_wallet` by connected payout wallet plus bump ID, and `process_rewards` as an open caller action.

Uses the zera.js bootstrapping definitions and smart-contract execute flow instead of custom contract encoding.

Open tool