Private key एक cryptographic key pair का secret half है जिससे wallet से transactions sign की जाती हैं। TON, Ed25519 use करता है। Public key और address, private key से ही derive होते हैं।
Private key को usually directly नहीं बल्कि seed phrase (BIP-39) के रूप में store किया जाता है — 12 या 24 words की एक list जिससे key deterministically derive होती है।