-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: renames images, adds alt, links, data
- Loading branch information
Showing
20 changed files
with
132 additions
and
12 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"plugins": [ | ||
"open-graph" | ||
], | ||
"pluginsConfig": { | ||
"open-graph": { | ||
"baseURL": "https://docs.metadao.fi", | ||
"defaultDescription": "Explore MetaDAO's documentation to learn about futarchy, a revolutionary decision-making system. Discover how MetaDAO implements market-based governance to solve traditional voting problems.", | ||
"defaultImage": ".gitbook/assets/metadao-og-image.jpg" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Creating Proposals | ||
|
||
TODO | ||
[Introduction To MetaDAO](https://blog.metadao.fi/a-futards-guide-to-the-meta-dao-7a6b8d66443a) | ||
|
||
[Explainer Blog Post](https://blog.metadao.fi/so-you-want-to-raise-a-proposal-2d83304c0b9d) | ||
|
||
Business projects are how MetaDAO converts financial capital into revenue-generating products. Business direct actions operate over those products, tweaking parameters in the pursuit of customer satisfaction and profitability. Operations projects and direct actions support the business, ensuring that MetaDAO has the right people and resources to create new products and manage existing ones. | ||
|
||
Each of these four proposal types has its own template. These are listed here: | ||
|
||
- [Business project](proposal-templates/business-project.md) | ||
- [Business direct action](proposal-templates/business-direct-action.md) | ||
- [Operations project](proposal-templates/operations-project.md) | ||
- [Operations direct action](proposal-templates/operations-direct-action.md) | ||
|
||
Project proposals should generally be raised by entrepreneurs who are accountable to the DAO for their execution. Direct action proposals can be raised by anyone. | ||
|
||
You can use any document app you want to create proposals. | ||
|
||
[All Templates](proposal-templates/) |
13 changes: 13 additions & 0 deletions
13
docs/using-the-platform/proposal-templates/business-direct-action.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Business Direct Action Template | ||
|
||
This is the template you can use for creating business direct action proposals. Just delete this part at the top. | ||
|
||
# Proposal x - INSERT NAME HERE | ||
|
||
## Overview | ||
|
||
A brief description of this proposal. Cover why it's good for the Meta-DAO. | ||
|
||
## Financial projections | ||
|
||
If you can, cover how this is projected to affect the cash flows and enterprise value of the Meta-DAO. |
25 changes: 25 additions & 0 deletions
25
docs/using-the-platform/proposal-templates/business-project.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Business Project Template | ||
|
||
This is the template you can use for creating business project proposals. Just delete this part at the top. | ||
|
||
# Proposal x - INSERT NAME HERE | ||
|
||
**Entrepreneur(s):** insert name(s) here | ||
|
||
## Overview | ||
|
||
Insert a brief description of the product being built. Be sure to touch on the following: | ||
- Who the target customer is | ||
- What problem the product would solve for them | ||
- How the product would monetize | ||
- What the key metrics would be (e.g., DAUs, MRR, TVL, volume, etc.) | ||
|
||
Also insert a very brief (1-2 sentence) description of how this project relates to the Meta-DAO's business: | ||
- How much value this could create for the Meta-DAO | ||
- An estimated budget | ||
|
||
## Problem | ||
|
||
Talk about what problem the target customer is currently facing. You can prove that this is a problem for the customer in a few different ways: | ||
- Citing customers complaining (e.g., publicly on Twitter / in DMs) | ||
- Showing that customers are using other products to solve this problem (in hopefully a worse way t |
17 changes: 17 additions & 0 deletions
17
docs/using-the-platform/proposal-templates/operations-direct-action.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Operations Direct Action Template | ||
|
||
This is the template you can use for creating operations direct action proposals. Just delete this part at the top. | ||
|
||
# Proposal x - INSERT NAME HERE | ||
|
||
#### Type | ||
|
||
Operations Direct Action | ||
|
||
#### Author(s) | ||
|
||
{name #1}, {name #2} | ||
|
||
## Overview | ||
|
||
A brief description of this proposal. Cover why it's good for the Meta-DAO. If the Meta-DAO has previously committed to taking this action, link that committment (e.g., a transaction signature of a passed proposal). |
33 changes: 33 additions & 0 deletions
33
docs/using-the-platform/proposal-templates/operations-project.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Operations Project Template | ||
|
||
This is the template you can use for creating operations project proposals. Just delete this part at the top. | ||
|
||
# Proposal x - INSERT NAME HERE | ||
|
||
#### Type | ||
|
||
Operations project | ||
|
||
#### Entrepreneur(s) | ||
|
||
insert name(s) here | ||
|
||
## Overview | ||
|
||
Insert a brief description of the project. Be sure to touch on the following: | ||
- What problem the Meta-DAO is currently facing or what metric this project is supposed to improve | ||
- What this project would do to address the issue or improve the metrics | ||
- What metrics others can use to measure success | ||
|
||
Also insert a very brief (1-2 sentence) description of how this project relates to the Meta-DAO's business: | ||
- How much value this could create for the Meta-DAO, if applicable | ||
- An estimated budget | ||
|
||
## Focus area | ||
|
||
Talk about what problem this project is intended to address or what metrics this project should improve. | ||
|
||
## Project | ||
|
||
Describe in 1-3 paragraphs what the project would consist of and why it would improve the relevant metrics. | ||
|