Auto pack from a wallet
Paste a Solana wallet. Mirror reads its live token holdings, weights them by USD value and turns the result into a pack — either to publish, or to buy the same weighted mix into your own wallet.
the address is decoded here, in your browser, before anything is sent anywhere
What the scan would do
- 01Read every SPL and Token-2022 account the wallet owns.
- 02Price each holding, and drop the ones with no market.
- 03Weight what remains by USD value, normalised to 100.
- 04Hand back a pack you can publish or buy into.
NOT BUILTstep 1 needs an RPC. Step 2 has a feed now — the same Jupiter prices the rest of the site reads — but only for mints this project has verified, and a wallet holds whatever it holds.
The step everyone skips is step 2
“Weight them by USD value” means every holding needs a price. Wallets are full of tokens nothing prices, and there are only two honest things to do with one:
- ALeave it out, and say the pack mirrors part of the wallet, naming which part.
- BRefuse the mirror and name the holding.
The third option — normalise whatever priced to 100 and present it as the wallet — is the same fault this project was built after finding, arriving at a page where nobody looks for it. Baskr will do A, on the card, in words.