Back to Glossary
Solana Programmingpubkey

Public Key (Pubkey)

Also known asPubkeyAddress
A 32-byte Ed25519 public key that serves as the unique address for accounts on Solana. Pubkeys are displayed as Base58-encoded strings (e.g., '11111111111111111111111111111111' for the System Program). Every account, program, and PDA is identified by its pubkey.

Related terms

2