Skip to main content

Deployments

This page lists official addresses at which Lido on Solana is deployed, in the form of a solido config file.

Aside from the config keys, we list a few additional addresses that do not need to be part of the config file, and that can be obtained through solido show-solido and solido anker show, but which are useful to know anyway.

Mainnet-beta

Configuration for v2:

Solido version: v2.0.0(coming soon).

{
"cluster": "https://api.mainnet-beta.solana.com",

"multisig_program_id": "AAHT26ecV3FEeFmL2gDZW6FfEqjPkghHbAkNZGqwT8Ww",
"multisig_address": "3cXyJbjoAUNLpQsFrFJTTTp8GD3uPeabYbsCVobkQpD1",

"solido_program_id": "CrX7kMhLC3cSsXJdT7JDgqrRVWGnUpX3gfEfxxU2NVLi",
"solido_address": "49Yi1TKkNyYjPAFdR9LBvoHcUjuPX4Df5T5yv39w2XTn",
"st_sol_mint": "7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARj",

"validator_list_address": "GL9kqRNUTUosW3RsDoXHCuXUZn73SgQQmBvtp1ng2co4",
"maintainer_list_address": "5dvtr16i34hwXuCtTNHXXJ5ojeidVPXbceN9pXxrE8bn",
"developer_fee_address": "5Y5LVTXbtMYsibjp9uQMmCyZbtSru8zktuxGPV9eHu3m",
}

Configuration for v1:

Solido version: v1.0.1. Anker version: v1.3.0.

{
"cluster": "https://api.mainnet-beta.solana.com",

"multisig_program_id": "AAHT26ecV3FEeFmL2gDZW6FfEqjPkghHbAkNZGqwT8Ww",
"multisig_address": "3cXyJbjoAUNLpQsFrFJTTTp8GD3uPeabYbsCVobkQpD1",

"solido_program_id": "CrX7kMhLC3cSsXJdT7JDgqrRVWGnUpX3gfEfxxU2NVLi",
"solido_address": "49Yi1TKkNyYjPAFdR9LBvoHcUjuPX4Df5T5yv39w2XTn",

"anker_program_id": "BNVB8pd4coHpY7MVcrtiHLCLst7fyDGzMtPmfJqFAhwj",
"anker_address": "2kDSwqbzm2zJ2GzeS1uRXpRZFR8H9A9XhNFVcnG9sEUY"
}
AccountAddressDescription
Multisig PDAGQ3QPrB1RHPRr4Reen772WrMZkHcFM4DL5q44x1BBTFmAddress that the multisig can sign on behalf of, used as the manager of the Solido instance, and upgrade authority of the Solido and Anker programs.
stSOL Mint7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARjSPL token mint for stSOL, managed by Solido.
bSOL MintEbMg3VYAE9Krhndw7FuogpHNcEPkXVhtXr7mGisdeaurSPL token mint for bSOL, managed by Anker.
Stake AuthorityW1ZQRwUfSkDKy2oefRBUWph82Vr2zg9txWMA8RQazN5Stake and withdraw authority of stake accounts managed by Solido.
Withdraw AuthorityGgrQiJ8s2pfHsfMbEFtNcejnzLegzZ16c9XtJ2X2FpuFWithdraw authority of vote accounts of Lido validators.
Solido Reserve3Kwv3pEAuoe4WevPB4rgMBTZndGDb53XT7qwQKnvHPfXSolido’s reserve that holds deposited SOL until it is staked near the epoch boundary.
Anker stSOL Reserve6emGaZGVvehtMNTr1mxhw9RNPptX6BVZVypTgbuq55GNHolds stSOL deposited into Anker.
Anker UST ReserveBBuh4WDeS6GJTGdZvi2SYzZnmVJ1kZXRcudEcyuAXfUEHolds Anker's proceeds until they are sent to Terra.

Multisig owners (including past owners):

{
"Cv6GM219kzMrdUUdgDGVJUPW6fGosvrhsFrvmEhz3Mc6": "P2P",
"ENH1xvwjinUWkwEgw1hKduyAg7CrJMiKvr9nAS7wLHrp": "Staking Facilities",
"6CawqfAJDviZGfUpHFJgeauq6H9vhKuivMMZULZeGnPw": "Figment",
"AnoVUukL1fMAwEp4y2rrZV45BNHLes8ZwWsCRgEwhGH4": "ChainLayer",
"6S21QCmpAadEhHj3pY2RMbPMGwgYNvS4Pd7zUXoRDMdK": "Chorus One",
"DHLXnJdACTY83yKwnUkeoDjqi4QBbsYGa1v8tJL76ViX": "Mercurial",
"8Lep9addZWUWqBNj3igx4QoHe43GBfvLhGJy18jJgWQa": "Solana Foundation"
}

Maintainers:

{
"p2pokvNcNc1SFCMoUrp1UBQ6SBET7H5EdLqahz4g55k": "P2P",
"2rqLzNZCBWykEs8bFMbmgqCz4eosaEfU3aRL4RJWdZgQ": "Figment",
"DqCZaFR6cTMvFMuz43HS77Zcz1quR93n11kT1yY6aVf4": "Staking Facilities",
"AR7FaVeVvUQwnLtojZNUc42H987KiHqfc4AN1qEwPUJw": "Chorus One"
}

Testnet

There is no official testnet or devnet deployment of a recent version of the Solido program. For testing, you can create your own instance instead.