Text Proposal

What is a Text Proposal?

A Text Proposal is a governance tool that allows stakeholders to propose ideas or initiate discussions on the future direction of Self Chain. Unlike parameter changes or funding requests, a text proposal does not directly alter the chain’s functionality but serves as a communication mechanism for the community.

Use Cases

  • Gauge community interest for upcoming projects.

  • Announce key updates and milestones.

  • Seek feedback on policy changes.

  • Propose new features or initiatives.

Text Proposal Structure

Title: The title should be concise and descriptive (e.g., “Proposal to Increase Community Engagement Initiatives”).

Summary: Provide a brief overview of the proposal in 2-3 sentences. Clearly outline the objective and desired outcome.

Preprate the JSON file:

{
  "title": "Proposal to Enhance Governance Engagement",
  "summary": "This proposal seeks to establish bi-weekly governance calls to increase transparency and engagement with the community.",
  "deposit": "10000000uslf",
  "metadata": "ipfs://CID",
}

Last updated