🍲Pot [live]

A pot is a funding round

{name}.pot.potlock.near or {name}.pot.potlock.testnet

How Pots Can Differ

The major differences in a pot are defined in the PotFactory contract

  • Donor Requirements: which human checks. Most type will be human check on sybil.potlock.near

  • Application time period (when a project can apply and the Pot's Chef approve & rejects application) and round time period (when external contributions come in)

  • Number of Milestones: Whether there are milestones and number of milestones. All number of milestones are the same for every project, unless they did no meat the treshold amount.

    • If there are milestones, what is threshold amount of fund raise to require milestones be turned in

    • percentage of funds raised paid up front. How much if there are milestones is pad up front. The rest is equally divided by milestone

    • There is a max number of 3 milestones set by the PotFactory to prevent over administrative work and too small payouts for projects.

  • Number of max projects: whether there are a number of max projects to prevent over saturation of rounds. Up to the Pot's Chef to filter this.

  • Currency: For now on MVP we are only allowing for NEAR rounds to reduce complexity. In the future we will be supporting fungible tokens, mostly rolling out USDC and USDT based rounds.

Deep Dive Into Pot

♨️pageUnderstanding Pots (Funding Rounds)

Managing As A Round Manager

As a round manager you can

  • accept or reject new applications during application period. You cannot accept applications if there is a max number of projects and their are already that many applicants.

  • approve or disprove a milestone (with a reason). Part of the most difficult part of being a Round Manager or a Chef is that you are literally reviewing grants on a rolling basis. Whether a project completed a milestone, by comparing what they outline in the milestone in their Pot application, compared to the milestoneEvidence they submitted.

Applying As A Project

  • Contract requires you be on the Potlock Registry (registry.potlock.near)

  • You can submit an application with any relevant information

    • If their are milestones, you must put in specific milestone information for the number of milestones required for this pot

Donating as a Donor

  • You must be a verified human unless other requirements are specified by factory contract

  • You choose the project and the amount.

  • Their is a function to donate (it is important to note that part of your donation a small fee is given to protocol and the Chef

Changing Criterion

  • Pot managers (particular chef) can change SBT criterion, say in the event, it becomes higher level of funding round based on donations, or I-Am-Human is not enough to prevent sybil resistance.

Questions

Last updated