Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lidofinance/core
- Owner: lidofinance
- License: gpl-3.0
- Created: 2023-09-06T08:42:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-12T15:57:18.000Z (9 months ago)
- Last Synced: 2024-04-14T05:09:33.821Z (9 months ago)
- Topics: aragon, ethereum, ethersjs, hardhat, lido, smart-contracts, solidity, staking, typescript
- Language: Solidity
- Homepage: https://lido.fi
- Size: 83.9 MB
- Stars: 4
- Watchers: 16
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-dao - Lido Ethereum Liquid Staking Protocol
- best-of-crypto - GitHub - 15% open · ⏱️ 23.02.2024): (Web 3.0)
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 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 .