githubEdit

πŸ“ƒContracts Overview

POTLOCK is a series of smart contracts and decentralized front ends to making funding coordination streamlined (potlock.org/core to see all contract source code)

All Contracts

To ensure that all projects are coming from the official POTLOCK team they are deployed as subaccountsarrow-up-right under the POTLOCK.near namespace. Testnet and Mainnet follow the same naming conventions to avoid any confusion. There are 7 main contracts, (technically Pot has many contracts as many Pots are deployed under the PotFactory)

Contract Addresses

Source Code: https://github.com/PotLock/core/tree/main/contracts/donationarrow-up-right

Mainnet: donate.potlock.neararrow-up-right

Testnet: donate.potlock.testnetarrow-up-right

Lists Contract

Source code: https://github.com/PotLock/core/tree/main/contracts/listsarrow-up-right

Mainnet: lists.potlock.neararrow-up-right

Staging: lists.staging.potlock.neararrow-up-right

Testnet: lists.potlock.testnetarrow-up-right

Registry [depricated](for accounts to add themselves and for owner + admins controlled by the owner to change the status of projects on the registry. Used to display projects and also enforced on Pots for application requirements)

Source code: https://github.com/PotLock/core/tree/main/contracts/registryarrow-up-right

Mainnet: registry.potlock.neararrow-up-right

Testnet: registry.potlock.testnetarrow-up-right

Sybil aka nadabot (for people to submit sybil verification stamps from different contracts, users to verify stamps to increase the score to meet the human threshold, and owner + owner controlled admins, to approve & flag stamps, set weights, and set human thresholds, used as a sybil contract aggregator and managed contract enforced human checker)

Source Code https://github.com/PotLock/core/tree/main/contracts/sybilarrow-up-right

Mainnet: v1.nadabot.neararrow-up-right

Staging: v1.staging.nadabot.neararrow-up-right

Testnet: v1.nadabot.testnetarrow-up-right

Pot Factory (deploys quadratic funding rounds (pots), and sets fees)

Source code: https://github.com/PotLock/core/tree/main/contracts/pot_factoryarrow-up-right

Staging:

Testnet: potfactory.potlock.testnetarrow-up-right

Pot (quadratic funding round deployed by factory contract as a subaccount by anyone that specifies application dates, matching requirements, fees, a chef that can be changed by the owner, where QF payouts are calculated off-chain, initiated on the chain with a cooldown veto period, application & donation requirement according to registry and Sybil contract interfaces and allows anyone to sponsor for matching rounds, and donations to be passed through for optional fees and to keep track of matching payouts)

Source Code https://github.com/PotLock/core/tree/main/contracts/potarrow-up-right

Mainnet (whatever you deploy form pot contracts above)

Campaigns

Source Code: https://github.com/PotLock/core/tree/feat/revised-campaign/contractsarrow-up-right

Testnet: campaignstest2.potlock.testnetarrow-up-right

Testnet: v1.campaigns.potlock.testnetarrow-up-right

Mainnet: v1.campaigns.potlock.neararrow-up-right

Staging: v1.campaigns.staging.potlock.neararrow-up-right

Voting

Source Code: https://github.com/PotLock/core/tree/voting-contract-mvparrow-up-right

Testnet:

Mainnet: mpdao.vote.potlock.neararrow-up-right

Staging: mpdao.vote.staging.potlock.neararrow-up-right

Grantpicks

Source Code: https://github.com/PotLock/grantpicks/arrow-up-right

Testnet: v2.grantpicks.potlock.neararrow-up-right

🏭PotFactory [live]chevron-right🍲Pot [live]chevron-rightπŸ™Donation [live]chevron-rightπŸ—ƒοΈAttestations [WIP]chevron-rightπŸ€–Sybil Contract - NADABOTchevron-rightπŸ“œLists [live]chevron-rightπŸ—ΊοΈRegistry [deprecated]chevron-right
circle-info

Do you have any suggestions for our contracts? Make an issue requestarrow-up-right on Github today

Campaigns

Mainnet Staging v1.campaigns.staging.potlock.neararrow-up-right πŸ”—

Campaigns Contract https://github.com/PotLock/core/tree/feat/revised-campaign/contracts/campaignsarrow-up-right πŸ’»

Last updated

Was this helpful?