The Problem
How old is a Solana wallet? When was the first transaction? These are simple questions that require digging through block explorers and doing manual date math to answer.
What It Is
Solage is a Solana wallet age checker. Enter any Solana wallet address and find out when it was first active — its on-chain birthday, essentially.
Why Wallet Age Matters
Wallet age is a useful signal in several contexts:
- Airdrop farming detection: Old wallets are less likely to be farming accounts
- Community credibility: OG wallets carry social proof
- Research: Understanding when addresses became active gives context to historical on-chain activity
- Allowlist criteria: Some projects gate access to wallets older than a certain age
How It Works
Solage queries the Solana blockchain to find the earliest transaction associated with a wallet address and calculates the wallet's age from that first on-chain activity.
Why I Built It
"How old is this wallet?" comes up constantly in Solana communities. Whether you're vetting someone's credibility, researching an address, or setting allowlist criteria, wallet age is a meaningful data point. Solage makes it instantly accessible.
