Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lidofinance/core

Lido core protocol contracts
https://github.com/lidofinance/core

aragon ethereum ethersjs hardhat lido smart-contracts solidity staking typescript

Last synced: 2 months ago
JSON representation

Lido core protocol contracts

Awesome Lists containing this project

README

        

## Disclaimer!

This is the core repository of the Lido on Ethereum protocol. The entire codebase, excluding contracts, has undergone significant refactoring and tooling modernization. For historical context or legacy information, refer to the [last legacy commit](https://github.com/lidofinance/lido-dao/tree/de9e895879126b482effedd8fa1f2af3f7dc2dd4).

---


Lido
GitHub license
Solidity
Aragon OS
Node.js
TypeScript
Hardhat
Ethers


GitHub tests
GitHub linters
GitHub code analysis


Lido on Ethereum Logo

**Lido on Ethereum** is a liquid-staking protocol allowing anyone to earn staking rewards without locking ether or maintaining infrastructure.

Users can deposit ether to the Lido smart contract and receive stETH tokens in return. The smart contract then stakes tokens with the DAO-picked node operators. Users' deposited funds are pooled by the DAO, and node operators never have direct access to the users' assets. Unlike staked ether, the stETH token is free from the limitations associated with a lack of liquidity, and can be transferred at any time. The stETH token balance corresponds to the amount of ether that the holder could request to withdraw.

**NB:** It's advised to read [Documentation](https://docs.lido.fi/) before getting started with this repo.

---

### Key features

- No minimum deposit amount,
- Instant rewards within 24 hours of deposit,
- stETH, an LST with the deepest liquidity in DeFi,
- In-protocol automated withdrawals,
- Governed by Lido DAO.

---

### Learn more

- [Lido DAO governance](https://docs.lido.fi/lido-dao)
- [Technical documentation](https://docs.lido.fi/contracts/lido)
- [Lido addresses](https://docs.lido.fi/deployed-contracts/)
- [Protocol levers](https://docs.lido.fi/guides/protocol-levers/)
- [Audits](https://github.com/lidofinance/audits)

## Bug Bounty

Please refer to the [Lido Bug Bounry](/bugbounty.md).

## Contributing

Please refer to the [Lido Contribution Guide](/CONTRIBUTING.md).

## Code of Conduct

Please refer to the [Lido Contributor Code of Conduct](/CODE_OF_CONDUCT.md).

## License

2024 Lido

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the [GNU General Public License](LICENSE)
along with this program. If not, see .