{"id":13566316,"url":"https://github.com/neutron-org/neutron-dao","last_synced_at":"2026-01-29T09:59:06.684Z","repository":{"id":86403263,"uuid":"530567426","full_name":"neutron-org/neutron-dao","owner":"neutron-org","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-04T21:57:32.000Z","size":13518,"stargazers_count":33,"open_issues_count":5,"forks_count":17,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-08-05T00:04:15.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neutron-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-30T08:35:06.000Z","updated_at":"2025-08-04T21:57:35.000Z","dependencies_parsed_at":"2023-10-16T10:53:11.146Z","dependency_job_id":"8e1a3e1b-9b3e-424f-b6a8-ffddb4f1dc66","html_url":"https://github.com/neutron-org/neutron-dao","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/neutron-org/neutron-dao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-dao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-dao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-dao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-dao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neutron-org","download_url":"https://codeload.github.com/neutron-org/neutron-dao/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neutron-org%2Fneutron-dao/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-01T13:02:06.940Z","updated_at":"2026-01-29T09:59:06.665Z","avatar_url":"https://github.com/neutron-org.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Neutron DAO\n\n[![BSL 1.1 License][license-shield]][license-url]\n\u003c!--[![Website][neutron-shield]][neutron-url]--\u003e\n\u003c!-- \n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n--\u003e\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/neutron-org\"\u003e\n    \u003cimg src=\"https://avatars.githubusercontent.com/u/108675945?s=200\u0026v=4\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n\n\u003ch2 align=\"center\"\u003eNeutron - DAO\u003c/h2\u003e\n\n## Overview\n\nThe Neutron governance is based on [DAO DAO](https://github.com/DA0-DA0/dao-contracts) contracts, with some modifications. In addition, we implemented 3 contracts that manage Neutron’s funds.\n\n- **The Neutron DAO.**\n- **Multiple subDAOs** Subdao is basically an entity to delegate a control of minor network properties. They're pretty similar to main DAO, but every SubDAO proposal is timelocked for a certain period, during which the main DAO can cancel the proposal via an overrule proposal. \n- **The Treasury** holds the vested NTRNs and sends them to the Reserve and Distribution contracts.\n- **The Reserve** contract keeps funds vested from treasury for one-off payments\n- **The Distribution** contract is responsible of the second step of token distribution where tokens sent to this contract are distributed between `share holders`, where `share holders` are a configurable set of addresses with number of shares. This contract allows shareholders to withdraw collected tokens.\n\n## Testing \n\n1. from `neutron` run: `make init`.\n2. run `./test_proposal.sh` or  `./test_subdao_proposal.sh`.\n3. see that proposal has passed.\n\nThere are a number of [integration tests](https://github.com/neutron-org/neutron-integration-tests/tree/main/src/testcases) to cover main functionality.\n\n\n## License\n\nDistributed under the BSL 1.1 License. See [`LICENSE`](https://github.com/neutron-org/neutron-dao/blob/main/LICENSE) for more information.\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what makes the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project.\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the Branch (`git push origin feature/AmazingFeature`).\n5. Open a Pull Request.\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nNeutron - [@Neutron_org](https://twitter.com/Neutron_org) - info (a) neutron.org\n\nProject Link: [https://github.com/neutron-org/neutron-dao](https://github.com/neutron-org/neutron-dao)\n\n\n[license-shield]: https://img.shields.io/badge/license-BSL%201.1-green?style=for-the-badge\n[license-url]: https://github.com/neutron-org/neutron-tests/blob/main/LICENSE.txt\n[neutron-shield]: https://static.tildacdn.com/tild3833-3631-4236-b131-663933343237/3b1510ab-746d-4947-8.svg\n[neutron-url]: https://neutron.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneutron-org%2Fneutron-dao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneutron-org%2Fneutron-dao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneutron-org%2Fneutron-dao/lists"}