What is a passkey?
A passkey is a modern way to prove your identity without a password. Instead of typing something you remember, you verify using something you already have: your device. When you create a passkey, your device (phone, laptop, tablet) generates a unique cryptographic key pair - a private key stored securely on your device, and a public key registered with Byzantine. When you need to authorise an action, your device asks you to confirm with your fingerprint, face scan, or screen PIN. If confirmed, the device uses the private key to produce a cryptographic signature that proves the action is genuinely authorised by you. The private key never leaves your device. Byzantine never sees it.Why does Byzantine use passkeys for transactions?
Every deposit and withdrawal on Byzantine Prime is a blockchain transaction that must be cryptographically signed. This is how the blockchain knows the instruction came from you - not from Byzantine, not from a third party, not from anyone who might have access to your account. Passkeys handle this signing automatically and invisibly. When you click “Withdraw” and confirm with your fingerprint, your device is producing a cryptographic signature that authorises that specific transaction. This is what it means for Byzantine to be non-custodial: your funds can only move when you sign.How do I use them day to day?
In practice, passkeys feel almost invisible. When you need to authorise an action:- Click the button (e.g. “Deposit” or “Withdraw”)
- Your browser or device shows a prompt asking you to confirm with Face ID, Touch ID, or your device PIN
- Confirm - the action is authorised and proceeds immediately
Passkeys vs passwords
| Passkeys | Passwords | |
|---|---|---|
| Can be phished | ❌ No - bound to the specific website | ✅ Yes - can be tricked onto fake sites |
| Can be stolen in a data breach | ❌ No - never stored on a server | ✅ Yes - if the site stores them insecurely |
| Can be guessed or brute-forced | ❌ No - cryptographically random | ✅ Yes - especially weak passwords |
| Requires remembering anything | ❌ No | ✅ Yes |
| Works with biometrics | ✅ Yes | ❌ No |

