Our wallet is built on an HD (or hierarchical deterministic) framework, which is the industry standard for bitcoin address generation and management.
Every public address your wallet generates stems from your wallet's xPub (or Extended Public Key).
When your public address receives an incoming payment, a new address will automatically be generated and displayed when you click on receive.
If you use the same address each time you receive funds, it becomes easy for anyone to track your entire payment history. This method of address generation improves privacy by automatically presenting you with a new address when you’re expecting payment.
Advanced Users: Our wallet implements BIP44 to generate accounts and addresses, and the recovery mnemonic/seed (present in legacy wallets created in 2016 and prior) implements BIP39. The seed is compatible with other BIP44/BIP39 bitcoin wallets.