diff --git a/dapps/projectVerification.md b/dapps/projectVerification.md index 92a19514d..bb8368c55 100644 --- a/dapps/projectVerification.md +++ b/dapps/projectVerification.md @@ -7,28 +7,44 @@ import styles from '../src/css/custom.css' import ReactPlayer from 'react-player' import useBaseUrl from '@docusaurus/useBaseUrl' -Giveth is making use of project verification to review a project’s legitimacy and to reward donors to those projects via the [GIVbacks program](https://docs.giveth.io/giveconomy/givbacks). Project owners can apply directly from their project page after signing in by clicking **VERIFY PROJECT**. -
-
+
-### Social Profiles
+#### Social Profiles
On this page, you should list any social media handles or accounts that can help the team learn more about who you are as a project owner. Connecting your social media accounts is a good way to show that you are who you say you are.
@@ -67,7 +83,7 @@ On this page, you should list any social media handles or accounts that can help
-### Registration
+#### Registration
If your project is part of a registered non-profit organization, you will need to upload documentation to prove your registered status. We also ask that you provide a link to your country's government registry where the team can look up and confirm your status.
@@ -77,7 +93,7 @@ If your project is not part of a registered non-profit organization, the team wi
-### Project Contact
+#### Project Contact
In case of necessary communications like questions about your application, QF round eligibility, or problems with your project, please supply your contact details in this section.
@@ -87,7 +103,7 @@ In case of necessary communications like questions about your application, QF ro
-### Impact
+#### Impact
Here you will be asked to explain to our team the mission of your project and what measurable impact it has already attained. We want to hear about past activities, milestones reached and any future plans that you may have. Please be sure to provide evidence of your history of action either via link or uploaded content.
@@ -95,7 +111,7 @@ Here you will be asked to explain to our team the mission of your project and wh
-### Managing Funds
+#### Managing Funds
We need to know that your project is providing some sort of benefit to society or public good in order to be eligible for the GIVbacks program. Giveth verified projects should be providing a non-excludable non-rivalrous good or service to the world. You will be asked to explain how the funds received by your Giveth project will be used for this purpose. Note that projects focused on personal gain will be rejected.
@@ -105,7 +121,7 @@ You should also include the wallet addresses used by your project for managing f
-### Terms & Conditions
+#### Terms & Conditions
In the last step, you will need to agree to the GIVbacks program policies before being able to submit the application.
@@ -144,11 +160,11 @@ Once a GIVbacks round ends, there is a period of time allocated for our team to
3. **The funds are not being used for what is expressed in the project page or submitted verification application.** Verified projects are responsible for keeping their projects up-to-date with information on how the funds are being used. If the project states explicitly that they are, for example, using the funds to develop education programs but are found to be using the funds to employ developers, they may be disqualified from the GIVbacks program.
4. **Unscrupulous or fraudulent activity.** This can be the use of violence, breaking laws, or other behaviour that does not uphold the values of the Giveth community. Projects found to be violating our Terms and Conditions will not only lose their verification status, but they also will be canceled.
-The Giveth Project Verification Team is responsible for monitoring GIVbacks activity as well as the Project Verification System. We will ultimately use our discretion to determine whether a project’s actions are unscrupulous and/or disqualifying.
+The Giveth Core Verification Team is responsible for monitoring GIVbacks activity as well as the Project Verification System. We will ultimately use our discretion to determine whether a project’s actions are unscrupulous and/or disqualifying.
## Graduated Sanctions for flagged projects
The activity and donation history of Verified Projects will be periodically reviewed. Verified projects that are flagged for any of the disqualifying factors above will be analyzed and discerned according to the graduated sanctions outlined here:
-- A project that has been flagged and deemed to be disqualified for the **first time** will be notified and their donors will not receive GIVbacks for that round and the next. They will not, however, lose their verified status immediately and will have the opportunity to make any changes necessary to keep it.
-- A project that has been flagged and deemed to be disqualified for the **second time** will be notified that their project has been flagged and that the donors for that round and all future rounds will not be receiving GIVbacks. Once a project has received a second flag, it will lose its 'Verified' badge.
+- A project that has been flagged and deemed to be disqualified for the **first time** will be notified and their donors will not receive GIVbacks for that round and the next. They will not, however, have their verification level downgraded immediately and will have the opportunity to make any changes necessary to keep it.
+- A project that has been flagged and deemed to be disqualified for the **second time** will be notified that their project has been flagged and that the donors for that round and all future rounds will not be receiving GIVbacks. Once a project has received a second flag, it will be degraded down to level 1 of verification.
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 05205c615..7e83c7c7f 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -95,20 +95,12 @@ module.exports = {
position: 'left'
},
{
- href: 'https://giveth.recruitee.com/',
- label: 'Jobs',
- position: 'left'
- },
- {
- href: 'http://news.giveth.io/',
- label: 'News',
- position: 'left'
- },
- {
- href: 'https://blog.giveth.io/',
- label: 'Blog',
+ to: 'devouch/',
+ activeBasePath: 'devouch',
+ label: 'Devouch',
position: 'left'
},
+
{
type: 'localeDropdown',
position: 'right'
@@ -145,8 +137,11 @@ module.exports = {
{
label: 'Instagram',
href: 'https://www.instagram.com/giveth.io/'
+ },
+ {
+ label: 'Farcaster',
+ href: 'https://warpcast.com/~/channel/giveth'
}
-
]
},
{
@@ -159,7 +154,15 @@ module.exports = {
{
label: 'GitHub',
href: 'https://github.com/giveth/'
- }
+ },
+ {
+ href: 'http://news.giveth.io/',
+ label: 'News',
+ },
+ {
+ href: 'https://blog.giveth.io/',
+ label: 'Blog',
+ },
]
}
],