Your entire wallet can be retrieved from the password seed and the keys to unlock it.
1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2 suppose this is a bitcoin receive address.
here is a typical seed
constant forest adore false green weave stop guy fur freeze giggle clock
There is more info the bitcoin address than the seed.
You send your 12 word seed to an electrum server and they send back to you at minimum an address of your wallet but then you also need the private key to the wallet. I realize from wallet an algorithm is used to generate all your receive addresses.
Your 12 word seeds generates addresses locally. No sensitive information (e.g. private keys and seeds) are transferred to the server.
to summarize, it seems from your 12 word seed you generate a private key on your computer. Then you then send public keys to electrum servers and they send you back all the info for that wallet? Sort of the way you can go to blockchain.info and enter an address and it can send back to all the info about that address.
Just trying to figure out how it works as it is NOT in the faq.
You can interpret as that.
Being an SPV wallet, Electrum fetches addresses from a single server but it does download the block headers from several other servers. The block headers is used to verify that if a transaction is included in a specific block.