derive.
PDA & ATA Calculator for Solana
No seeds — deriving without seeds
Enter a program ID to derive a PDA
How it works
- SHA-256(seeds + nonce + programId + "ProgramDerivedAddress")
- Nonce starts at 255, decrements until off-curve
- Result is guaranteed off Ed25519 curve
- 100% client-side — no RPC, no network calls