{"id":28792616,"url":"https://github.com/ssvlabs/ssv","last_synced_at":"2026-01-16T19:19:21.257Z","repository":{"id":36954978,"uuid":"321061073","full_name":"ssvlabs/ssv","owner":"ssvlabs","description":"Secret-Shared-Validator(SSV) for ethereum staking","archived":false,"fork":false,"pushed_at":"2025-06-17T13:24:01.000Z","size":57512,"stargazers_count":204,"open_issues_count":201,"forks_count":124,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-06-17T14:30:00.849Z","etag":null,"topics":["blockchain","ethereum","mpc","staking","threshold-cryptography"],"latest_commit_sha":null,"homepage":"https://ssv.network","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssvlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audits/Hacken_SSV_Labs_L1_SSV_Labs_SSV_Node_Aug2024_P_2024_1212_2_20241016.pdf","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-13T12:35:20.000Z","updated_at":"2025-06-16T16:06:04.000Z","dependencies_parsed_at":"2023-10-20T15:36:32.051Z","dependency_job_id":"7f218435-24ca-4353-b516-c74efe991996","html_url":"https://github.com/ssvlabs/ssv","commit_stats":null,"previous_names":["ssvlabs/ssv","bloxapp/ssv"],"tags_count":128,"template":false,"template_full_name":null,"purl":"pkg:github/ssvlabs/ssv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssvlabs%2Fssv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssvlabs%2Fssv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssvlabs%2Fssv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssvlabs%2Fssv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssvlabs","download_url":"https://codeload.github.com/ssvlabs/ssv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssvlabs%2Fssv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260465873,"owners_count":23013443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","ethereum","mpc","staking","threshold-cryptography"],"created_at":"2025-06-18T01:02:06.754Z","updated_at":"2026-01-16T19:19:21.237Z","avatar_url":"https://github.com/ssvlabs.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"[\u003cimg src=\"https://i.ibb.co/cvn41hw/GIthub-banners.png\" \u003e](https://ssv.network/)\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n# SSV Node\n\n[![API Reference](https://img.shields.io/badge/API%20Reference-blue)](https://pkg.go.dev/github.com/ssvlabs/ssv)\n![Github Actions](https://github.com/ssvlabs/ssv/actions/workflows/unit-test.yml/badge.svg?branch=main)\n![Github Actions](https://github.com/ssvlabs/ssv/actions/workflows/lint.yml/badge.svg?branch=main)\n[![Coverage Status](https://codecov.io/gh/ssvlabs/ssv/branch/main/graph/badge.svg)](https://codecov.io/gh/ssvlabs/ssv/tree/main)\n[![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/5vT22pRBrf)\n\n[comment]: \u003c\u003e ([![Go Report Card]\u0026#40;https://goreportcard.com/badge/github.com/ssvlabs/ssv\u0026#41;]\u0026#40;https://goreportcard.com/report/github.com/ssvlabs/ssv\u0026#41;)\n\n[comment]: \u003c\u003e ([![Travis]\u0026#40;https://travis-ci.com/ssvlabs/ssv.svg?branch=main\u0026#41;]\u0026#40;https://travis-ci.com/ssvlabs/ssv\u0026#41;)\n\n## ✨Introduction\n\nSSV is a secure and scalable staking infrastructure powering the future of distributed ETH re/staking.\n\nSSV uses an MPC threshold scheme with a consensus layer on top ([Istanbul BFT](https://arxiv.org/pdf/2002.03613.pdf)),\nthat governs the network. \\\nIts core strength is in its robustness and fault tolerance which leads the way for an open network of staking operators\nto run validators in a decentralized and trustless way.\n\n## Information\n\n### 🔷 General SSV information (Semi technical read)\n\n- Article by [SSV](https://medium.com/bloxstaking/an-introduction-to-secret-shared-validators-ssv-for-ethereum-2-0-faf49efcabee)\n\n### 🔷 Technical iBFT and SSV read\n\n- [iBFT Paper](https://arxiv.org/pdf/2002.03613.pdf)\n- [iBFT annotated paper (By SSV)](./ibft/IBFT.md)\n- [EIP650](https://github.com/ethereum/EIPs/issues/650)\n- [Security proof for n-t honest parties](https://notes.ethereum.org/DYU-NrRBTxS3X0fu_MidnA)\n- [MEV Research - Block proposer/ builder separation in SSV](https://hackmd.io/DHt98PC_S_60NbnW4Wgssg)\n\n### 🔷 Audits\n\n- [Least Authority](/audits/Least%20Authority.pdf) (August 2023)\n\n## ✨ Getting Started\n\nThe following documents contain instructions and information on how to get started:\n\n- [Operator Node Installation](https://docs.ssv.network/run-a-node/operator-node/installation)\n- [Developers' Guide](./docs/DEV_GUIDE.md)\n- [SSV API Docs](https://ssvlabs.github.io/ssv/)\n\n## \u003cimg src=\"https://github.com/Anmol-Baranwal/Cool-GIFs-For-GitHub/assets/74038190/fa83eeb9-f4e2-4d85-93f0-688af11babf8\" width=\"35\"\u003e\u0026nbsp; Contribution\n\nThank you for considering a contribution to the source code.\n\nIn order to contribute to `ssv`, please fork, add your code, commit and send a pull request\nfor the maintainers to review and merge into the main code base.\\\nIf you wish to submit more complex changes though, please check up with the core devs first on [our discord](https://discord.gg/5vT22pRBrf)\nto ensure those changes are in line with the general philosophy of the project and/or get\nsome early feedback which can make both your efforts much lighter as well as our review\nand merge procedures quick and simple.\n\nPlease see the [Developers' Guide](./docs/DEV_GUIDE.md)\nfor more details on configuring your environment, managing project dependencies, and\ntesting procedures.\n\n## License\n\nThe `ssv` library (i.e. all code outside of the `cmd` directory) is licensed under the\n[GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html),\nalso included in our repository in the `LICENSE` file.\n\nThe `ssv` binaries (i.e. all code inside of the `cmd` directory) is licensed under the\n[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also\nincluded in our repository in the `LICENSE` file.\n\n## Roadmap\n\nFor detailed roadmap please check out [ROADMAP.md](./ROADMAP.md)\n\n\u003cBR\u003e\n\n### 📌 Join the growing SSV community\n\n \u003ca href=\"https://discord.gg/5vT22pRBrf\" target=\"_blank\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/74038190/221352968-ac6f7b24-ed9a-4d00-a045-710caa6fc834.gif\" width=\"100\"\u003e\n \u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssvlabs%2Fssv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssvlabs%2Fssv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssvlabs%2Fssv/lists"}