Skip to content
On this page

Governance

Farcaster embraces rough consensus and running code as its governance model. Changes happen when someone makes a proposal, gets buy-in and ships running code. Depending on the change, there are different groups that need to be convinced:

  1. Protocol devs, who choose to merge changes into hubs and contracts.
  2. App devs, who choose to deploy those changes to their hubs.
  3. Users, who choose the apps they want to use.

Consensus emerges from people accepting new code or rejecting it. Farcaster will not have a binding voting process, official roles or veto power for anyone. Having too much structure ossifies systems, encourage politicking and slows the rate of progress. Rough consensus biases to action, encourages diversity of viewpoints and maximizes decentralization which is essential for a long-lived protocol.

FIPs

An FIP, or Farcaster Improvement Proposal, is a process for building consensus around protocol changes. FIP's are inspired by Ethereum's EIPs and Python's PEPs. Anyone can write an FIP to propose a change to:

  1. A process, like the protocol's release schedule
  2. A standard, like URIs for onchain assets
  3. A implementation, like adding a new protocol feature

Read more about FIP's in FIP-0: A proposal for making proposals.