{"id":29177908,"url":"https://github.com/gitcoinco/governance-docs","last_synced_at":"2026-02-10T21:32:33.579Z","repository":{"id":50142444,"uuid":"358573751","full_name":"gitcoinco/governance-docs","owner":"gitcoinco","description":"🌱 Welcome to the Gitcoin Community Governance documentation. ","archived":false,"fork":false,"pushed_at":"2021-08-05T16:58:22.000Z","size":2918,"stargazers_count":24,"open_issues_count":1,"forks_count":9,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-05T10:46:44.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitcoinco.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}},"created_at":"2021-04-16T11:15:59.000Z","updated_at":"2024-05-31T10:43:56.000Z","dependencies_parsed_at":"2022-09-23T23:33:32.802Z","dependency_job_id":null,"html_url":"https://github.com/gitcoinco/governance-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gitcoinco/governance-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fgovernance-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fgovernance-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fgovernance-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fgovernance-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitcoinco","download_url":"https://codeload.github.com/gitcoinco/governance-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fgovernance-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29317956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2025-07-01T18:09:08.077Z","updated_at":"2026-02-10T21:32:33.557Z","avatar_url":"https://github.com/gitcoinco.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitcoin Governance Contracts   \n\nFor Gitcoin governance's initial milestone one release we establish the foundational components of a decentralized governance system based primarily on the standard set by [Compound Finance](https://github.com/compound-finance/compound-protocol/tree/v2.8.1). \n\nThe retroactive GTC token distribution is front lined by the [Quadratic Lands](https://gitcoin.co/quadraticlands) experience where users claim their GTC tokens based on past activities and contributions on Gitcoin.co. You can find more information on the [GTC Airdrop here](https://gitcoin.co/blog/introducing-gtc-gitcoins-governance-token/). \n\n## Contract Deployment \u0026 Admin Guides:\n\nYou can find the [Gitcoin Governance repository here](https://github.com/gitcoinco/governance). \n\nHere you can find a guide on [how to deploy the Gitcoin governance contracts with Brownie](DEPLOYMENT-GUIDE.md).\n\n# Primary Contracts \n\n1) [GTC.sol](https://github.com/gitcoinco/governance/blob/main/contracts/GTC.sol) - [Mainnet contract @ 0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F](https://etherscan.io/address/0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F) - ERC20 contract for the GTC Token forked from [Uni.sol](https://github.com/Uniswap/governance/blob/master/contracts/Uni.sol). \n2) [TokenDistributor.sol](https://github.com/gitcoinco/governance/blob/main/contracts/TokenDistributor.sol) - [Mainnet contract @ 0xDE3e5a990bCE7fC60a6f017e7c4a95fc4939299E ](https://etherscan.io/address/0xDE3e5a990bCE7fC60a6f017e7c4a95fc4939299E) - Retroactive distribution contract used to distribute initial batch of GTC tokens to the community.   \n3) [GovernorAlpha.sol](https://github.com/gitcoinco/governance/blob/main/contracts/GovernorAlpha.sol) - [Mainnet contract @ 0xDbD27635A534A3d3169Ef0498beB56Fb9c937489](https://etherscan.io/address/0xDbD27635A534A3d3169Ef0498beB56Fb9c937489)The governance module for the protocol. \n4) [TimeLock.sol](https://github.com/gitcoinco/governance/blob/main/contracts/Timelock.sol) - [Mainnet contract @ 0x57a8865cfB1eCEf7253c27da6B4BC3dAEE5Be518](https://etherscan.io/address/0x57a8865cfB1eCEf7253c27da6B4BC3dAEE5Be518) - The Timelock contract can modify system parameters, logic, and contracts in a 'time-delayed, opt-out' upgrade pattern. \n5) [TreasuryVester.sol](https://github.com/gitcoinco/governance/blob/main/contracts/TreasuryVester.sol) - [Mainnet contract @ 0x44Aa9c5a034C1499Ec27906E2D427b704b567ffe](https://etherscan.io/address/0x44Aa9c5a034C1499Ec27906E2D427b704b567ffe) - Contract used to establish vested treasury for tokens.  \n\n\n## 1 - [GTC Token](./GTC-TOKEN.md) \n\nThe [GTC.sol](https://github.com/gitcoinco/governance/blob/main/contracts/GTA.sol) contract is an ERC20 contract forked from Uniswap/Compound. Beyond the standard ERC20 functionally it also has a token delegation feature that allows token holders to allocate voting shares to other addresses or delegates. More detailed info on the contract can be found [here](./GTC-TOKEN.md). \n\n## 2 - [GTC Token Distributor](./TOKEN-DISTRIBUTOR.md) \nThe primary purpose of our [token distribution contract](https://github.com/gitcoinco/governance/blob/main/contracts/TokenDistributor.sol) is to facilitate retroactive distribution of GTC tokens to users of the Gitcoin protocol. \n\n## 3 - GovernorAlpha\n[Gitcoin GovernorAlpha](https://github.com/gitcoinco/governance/blob/main/contracts/GovernorAlpha.sol)  \n\n## 4 - TimeLock\n[Gitcoin TimeLock](https://github.com/gitcoinco/governance/blob/main/contracts/Timelock.sol) \n\n## 5 - TreasuryVester\n[Gitcoin TerasuryVester](https://github.com/gitcoinco/governance/blob/main/contracts/TreasuryVester.sol) \n\n---\n\nSee [the Governance Reference](05-governance-reference.md) for more info on how GTC style governance works\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitcoinco%2Fgovernance-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitcoinco%2Fgovernance-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitcoinco%2Fgovernance-docs/lists"}