From 23da6e4addb28dbb5d3ae77f50610eb14fc3df49 Mon Sep 17 00:00:00 2001
From: Kevin Nielsen <35613613+kevinknielsen@users.noreply.github.com>
Date: Thu, 13 May 2021 13:52:41 -0400
Subject: [PATCH 1/3] Update overview.md
---
protocols/banklessvault.eth/overview.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/protocols/banklessvault.eth/overview.md b/protocols/banklessvault.eth/overview.md
index e69de29..379caae 100644
--- a/protocols/banklessvault.eth/overview.md
+++ b/protocols/banklessvault.eth/overview.md
@@ -0,0 +1,25 @@
+Bankless DAO is a decentralized community to coordinate and propagate bankless media, culture, and education. Itās goal is to drive adoption and awareness of truely bankless money systems like Ethereum, DeFi, and Bitcoin.
+It achieves this goal through the collective participation of its community.
+
+![](https://miro.medium.com/max/1456/0*gOhIjbCHxQiMSgsT.png)
+
+The Bankless DAO will act as a coordination mechanism for a collection of participating media nodes. Participants can range from individuals acting on their own behalf, or larger entities with employees and resources. Bankless DAO will coordinate them all in order to achieve its mission.
+A new governance token called BANK will facilitate this coordination.
+
+## Governance Process
+
+1. Use #š§ brainstorm on Discord to share some high level ideas & signal support/against (use emojis reacts!)
+2. If there's enough signal in #š§ brainstorm, it's time to squad up! You can always do it alone but it's always better to have some help from those who are onboard with the idea. Get together some fellow DAO members & start collab'ing on the idea!
+3. Once the idea is in place, draft a proposal using this template: https://docs.google.com/document/d/18IWZ2MwZkmh1XqGmwimiHs3bysm3LIq1ld8X2aYQpt4/edit?usp=sharing
+4. DM one of the admins & we'll spin up a separate channel with the proposal. This will act as the "thread" for proposal specific discussions.
+5. If all goes well, we'll move to a formal Snapshot vote which be open for 3 days.
+
+## Additional Resources
+Website:
+Twitter:
+Blog:
+Snapshot:
+Forum:
+CoinGecko:
+Announcement Post:
+Genesis Proposal: https://snapshot.org/#/banklessvault.eth/proposal/QmdoixPMMT76vSt6ewkE87JZJywS1piYsGC3nJJpcrPXKS
From 92b3002e0930cbaa2ee8067d7b189b0109091cba Mon Sep 17 00:00:00 2001
From: Kevin Nielsen <35613613+kevinknielsen@users.noreply.github.com>
Date: Thu, 13 May 2021 13:55:55 -0400
Subject: [PATCH 2/3] update claim object
---
protocols/banklessvault.eth/index.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/protocols/banklessvault.eth/index.json b/protocols/banklessvault.eth/index.json
index a773761..79ce819 100644
--- a/protocols/banklessvault.eth/index.json
+++ b/protocols/banklessvault.eth/index.json
@@ -12,9 +12,9 @@
"isEnabled": false,
"hasOnchain": false,
"claim": {
- "isClaimed": false,
- "claimer": "",
- "signature": ""
+ "isClaimed": true,
+ "claimer": "0x35ea12472d6fb21a9db24b397aa2775d332c14b7",
+ "signature": "0xa48bce149c7a2a3c8ff38c78dd2aa9b622138be3b221496425a3d8f92dbc75281a585b2251604cac26f7aed494e7c12ae2085263caa31aa10284192a4114177f00"
},
"isHybrid": false,
"hasDelegation": false,
@@ -28,5 +28,5 @@
"url": "",
"categoryId": ""
},
- "safeAddress": null
+ "safeAddress": "0xf26d1Bb347a59F6C283C53156519cC1B1ABacA51"
}
From 990ae592c70f32a1ff806075d0427d3658a8f7d8 Mon Sep 17 00:00:00 2001
From: Kevin Nielsen <35613613+kevinknielsen@users.noreply.github.com>
Date: Thu, 13 May 2021 13:57:48 -0400
Subject: [PATCH 3/3] isEnabled
---
protocols/banklessvault.eth/index.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/protocols/banklessvault.eth/index.json b/protocols/banklessvault.eth/index.json
index 79ce819..512b6c9 100644
--- a/protocols/banklessvault.eth/index.json
+++ b/protocols/banklessvault.eth/index.json
@@ -9,7 +9,7 @@
"suffix": "BANK",
"coinGeckoPriceString": "bankless-dao",
"tokenContractAddress": "0x2d94aa3e47d9d5024503ca8491fce9a2fb4da198",
- "isEnabled": false,
+ "isEnabled": true,
"hasOnchain": false,
"claim": {
"isClaimed": true,