Delegating to the Pool
The public key to delegate to the MinaExplorer staking pool is B62qpge4uMq4Vv5Rvc8Gw9qSquUYd6xoW1pz7HQkMSHm6h1o7pvLPAN
If all of your funds are locked at mainnet, and you wish to delegate to us, you will need some funds to pay for the transaction fee. If you do not have any unlocked funds, please contact us and we will send you the fee required to send a delegation transaction.
Mina Daemon
You will need to first import the key to the daemon, then issue the following command with your unlocked key.
mina client delegate-stake \
-receiver B62qpge4uMq4Vv5Rvc8Gw9qSquUYd6xoW1pz7HQkMSHm6h1o7pvLPAN \
-sender <YOUR_PUBLIC_KEY> \
-fee 0.01
Ledger
You can generate the payment offline with the Ledger and then use a service to broadcast the signed delegation transaction. You need to have the latest version of mina_ledger_wallet
installed.
In the example below change 0 to the BIP44 account of the wallet (e.g. 42) and change SENDER_PUBLIC_KEY
to the address of the account. See the example for a delegation to the MinaExplorer pool.
mina_ledger_wallet delegate --offline --fee 0.01 --nonce 0 --network mainnet 0 SENDER_PUBLIC_KEY B62qpge4uMq4Vv5Rvc8Gw9qSquUYd6xoW1pz7HQkMSHm6h1o7pvLPAN
If all goes well, this will output a transaction similar to the below:
{
"signature": "0371c5dadef6326b475efad026aa3f6c299406519b9652413cde19ff013c7e0a321f23b566e060dcba719f7542457e4e1df0aa3f6c6dba47f11f2ef75a078bc9",
"payment": null,
"stake_delegation": {
"delegator": "B62qnzbXmRNo9q32n4SNu2mpB8e7FYYLH8NmaX6oFCBYjjQ8SbD7uzV",
"new_delegate": "B62qnzbXmRNo9q32n4SNu2mpB8e7FYYLH8NmaX6oFCBYjjQ8SbD7uzV",
"fee": "10000000",
"nonce": "0",
"memo": null,
"valid_until": "4294967295"
},
"create_token": null,
"create_token_account": null,
"mint_tokens": null
}
If you see an error, ensure that you have some unlocked tokens to pay for the transaction fee or request some. If you still have issues please contact us to resolve.
Take this output and paste it all into the text box on this page.

Broadcast a Ledger transaction
If all goes well you should see a "Success" message and get the payment ID of the transaction.

Broadcast a Ledger transaction
While the delegation should be immediately reflected on the explorer there will be a delay of 1-2 epochs before the delegation is included in the staking ledger. For the period in between your existing delegation will still be active.
Clor.io
If you have a Clorio web wallet or can import your private key e.g. from a Ledger then you can delegate to the pool via the web interface. Once your wallet is open, select Staking Hub from the left-hand menu and choose MinaExplorer as the Delegate and confirm.

Delegate to the pool with Clorio wallet
Auro
If you are using the Auro browser extension simply click on the staking tab, select MinaExplorer as the staking provider and send the delegation transaction.

Select MinaExplorer as the staking provider
Staking Power
If you are using the StakingPower wallet, choose Stake from the menu and Select a Staking Provider and choose MinaExplorer. Confirm the transaction on the summary page as shown below.

Select MinaExplorer as your staking provider

Confirm the delegation transaction