CLR.fund
+Ethereum Staking CLR
Contributor guide
++ An overview of how things work as a contributor so you can learn what to + expect throughout the duration of a funding round. +
Get funds on {{ chain.label }}
You'll need some {{ chain.currency }} on {{ chain.label }} in order to
@@ -97,6 +101,7 @@ import { ChainInfo } from '@/plugins/Web3/constants/chains'
@Component({ components: { Links } })
export default class AboutContributors extends Vue {
+ // TODO: update to new getter
get nativeTokenSymbol(): string {
const { nativeTokenSymbol } = this.$store.state.currentRound
return nativeTokenSymbol
diff --git a/vue-app/src/views/AboutHowItWorks.vue b/vue-app/src/views/AboutHowItWorks.vue
index d8a514564..e44470204 100644
--- a/vue-app/src/views/AboutHowItWorks.vue
+++ b/vue-app/src/views/AboutHowItWorks.vue
@@ -149,6 +149,7 @@ import Links from '@/components/Links.vue'
@Component({ components: { Links } })
export default class AboutHowItWorks extends Vue {
+ // TODO: should we hardcode defaults instead of TBD for our round?
get contributionPhaseDays(): number | string {
if (this.$store.state.currentRound) {
const { signUpDeadline, startTime } = this.$store.state.currentRound
@@ -161,6 +162,7 @@ export default class AboutHowItWorks extends Vue {
return MAX_CONTRIBUTION_AMOUNT
}
+ // TODO: should we hardcode defaults instead of TBD for our round?
get maxRecipients(): number | string {
return this.$store.state?.currentRound?.maxRecipients || 'TBD'
}
@@ -169,6 +171,7 @@ export default class AboutHowItWorks extends Vue {
return this.$store.state?.currentRound?.nativeTokenSymbol
}
+ // TODO: should we hardcode defaults instead of TBD for our round?
get reallocationPhaseDays(): number | string {
if (this.$store.state.currentRound) {
const { signUpDeadline, votingDeadline } = this.$store.state.currentRound
diff --git a/vue-app/src/views/AboutRecipients.vue b/vue-app/src/views/AboutRecipients.vue
index 617907126..c1187dec9 100644
--- a/vue-app/src/views/AboutRecipients.vue
+++ b/vue-app/src/views/AboutRecipients.vue
@@ -1,6 +1,10 @@
+ An overview of how things work as a recipient so you can learn what to
+ expect throughout the duration of a funding round.
+
@@ -32,6 +36,17 @@
+ In order to participate in a funding round as a project, you'll need to
+ submit an application to join the recipient registry (via an on-chain
+ transaction) then complete KYC requirements to verify your project is
+ legitimate.
+
+ Note: all application data (except contact email address) will be publicly
+ stored on-chain.
+
+ You'll submit a contact email address as part of your project's
+ application. The email address will not be stored on-chain (with the rest
+ of the application data) but it will be sent to the registry admin (the
+ clr.fund team) and the Ethereum Foundation for the purposes of completing
+ your KYC. The Ethereum Foundation will use this email address to contact
+ you and verify information about your project. The registry admin may
+ reject projects that don't meet the round criteria or pass KYC/AML
+ requirements.
+
+ In any case, your
+ {{ depositToken }} will be returned once your application has been either
+ accepted or denied. Note that metadata pointing to all your project
+ information (but not contact information) will be stored publicly
+ on-chain.
+ For individuals For organizations
Recipient guide
+ Get funds on {{ chain.label }}
Register your project
+ Submit your application
+
-
- Projects are accepted by default, but the registry admin may remove
- projects that don't meet the criteria. Either way, your
- {{ depositToken }} will be returned once your application has been
- either accepted or denied. Note that metadata pointing to all your
- project information (but not contact information) will be stored
- publicly on-chain.
+ Complete KYC
+ Required documents
+
+
+
+
Claim your funds
diff --git a/vue-app/src/views/Join.vue b/vue-app/src/views/Join.vue
index d8233c25f..487f620e6 100644
--- a/vue-app/src/views/Join.vue
+++ b/vue-app/src/views/Join.vue
@@ -13,7 +13,7 @@
:saveFormData="saveFormData"
/>
Join the round
+ Join the staking round