-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added new page * fixed links * faq - banner polimec * Update docs/general/funding.md Co-authored-by: bader y <ibnbassem@gmail.com> * Update docs/general/funding.md Co-authored-by: bader y <ibnbassem@gmail.com> * add numbered list * Update docs/general/funding.md Co-authored-by: Piet <75956460+PieWol@users.noreply.github.com> * Update docs/general/funding.md Co-authored-by: Piet <75956460+PieWol@users.noreply.github.com> * Update docs/general/funding.md Co-authored-by: Piet <75956460+PieWol@users.noreply.github.com> --------- Co-authored-by: bader y <ibnbassem@gmail.com> Co-authored-by: Piet <75956460+PieWol@users.noreply.github.com>
- Loading branch information
1 parent
9fae6d4
commit 74e93ef
Showing
2 changed files
with
98 additions
and
4 deletions.
There are no files selected for viewing
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,83 @@ | ||
--- | ||
id: funding | ||
title: Funding Opportunities | ||
sidebar_label: Funding | ||
description: An Overview of Funding Opportunities within the Polkadot Ecosystem. | ||
keywords: [funding, grants, decentralized futures, treasury, bounties] | ||
slug: ../funding | ||
--- | ||
|
||
import DocCardList from '@theme/DocCardList'; import MessageBox from "../../components/MessageBox"; | ||
import "../../components/MessageBox.css"; | ||
|
||
<MessageBox message="For fundraising in a decentralized, transparent, and regulatory compliant manner within the ecosystem, check out the [Polimec parachain](https://www.polimec.org/)." /> | ||
|
||
:::tip | ||
|
||
Check out the [programs](programs-index) for numerous ecosystem support opportunities. | ||
|
||
::: | ||
|
||
<DocCardList /> | ||
|
||
If you are certain you want to apply for a W3F grant, head straight to the | ||
[application process documentation](https://grants.web3.foundation/docs/Process/how-to-apply). | ||
Alternatively, the flowchart below outlines where we think the grants program fits in relation to | ||
other popular funding opportunities. | ||
|
||
## Funding Opportunities Overview | ||
|
||
```mermaid | ||
flowchart LR | ||
A(Project Focus) | ||
A -->|Development| B[Stage of Development] | ||
A -->|Research| C[Grants Program] | ||
A -->|Other| D[Business model exists] | ||
B -->|Existing POC| E[Treasury] | ||
B -->|No POC| F[Grants Program] | ||
D -->|No|H[Treasury] | ||
D -->|Yes|J[Venture Capital] | ||
style C stroke:#e83e8c,stroke-width:2px,stroke-dasharray: 5 5 | ||
style E stroke:#e83e8c,stroke-width:2px,stroke-dasharray: 5 5 | ||
style F stroke:#e83e8c,stroke-width:2px,stroke-dasharray: 5 5 | ||
style H stroke:#e83e8c,stroke-width:2px,stroke-dasharray: 5 5 | ||
style J stroke:#e83e8c,stroke-width:2px,stroke-dasharray: 5 5 | ||
click C "https://grants.web3.foundation/docs/Process/how-to-apply" "Apply now" | ||
click F "https://grants.web3.foundation/docs/Process/how-to-apply" "Apply now" | ||
click H "https://wiki.polkadot.network/docs/en/learn-polkadot-opengov-treasury" "https://wiki.polkadot.network/docs/en/learn-polkadot-opengov-treasury" _blank | ||
For a longer list and a description of the programs listed below, check out | ||
[our page on alternative funding opportunities](./grants.md#alternative-funding-sources). | ||
## Funding FAQ | ||
1. _Will the grant be awarded to those delivering a complete product that everyone in the ecosystem | ||
can use?_ | ||
The grant does not necessarily require a finished product. It can be awarded at various stages of a | ||
project’s development. The goal is to support ongoing progress, so even partial advancements are | ||
eligible. | ||
2. _After receiving a grant, can a team request funds from the treasury to continue development, or | ||
will they be advised to opt for other existing funding options, like | ||
[Polimec](https://www.polimec.org/)? Is that possible?_ | ||
Teams can indeed request additional funds from the treasury after the initial grant. The grant is a | ||
great way to demonstrate capability and commitment to the community. Continued support would depend | ||
on community approval, but proving the project’s value through initial funding can help. | ||
3. _Since the grant will be awarded in stablecoin, why isn’t the bounty requested in stablecoin?_ | ||
Grants are not awarded in stablecoin. Grant applications are denominated in USD but will be | ||
converted to DOT at the time of payment. Currently, it’s not feasible to fund bounties directly with | ||
stablecoins. However, as this is programmable, we might explore potentially managing multiple assets | ||
through an AH address controlled by curators in the future, similar to the classic setup on the | ||
relay chain. | ||
4. _Will there be publicity for the bounty? That is, will social media be created where potential | ||
candidates can learn about the requirements, steps to participate, and so on?_ | ||
All grant-related information will be available on GitHub for easy access. However, we do not plan a | ||
dedicated social media presence. Instead, we’ll advertise the bounty individually and rely on word | ||
of mouth. |
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