You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THIS IS TOTALLY UNFINISHED, but wanted to submit it just for the sake of 'why the hell not?'.
2
+
3
+
Basically there's a relay script that checks an external API for changes, loads a file with those changes, and then mints them as NFTs using an RTM. This relay is TBD (to be decentralized).
4
+
5
+
That RTM is calling into [scrypto/inatty-oracle/src/mint.rs](scrypto/inatty-oracle/src/mint.rs) in the `create_nft` method.
6
+
7
+
This is not an NFT for finance use cases, but an NFT for "Regenerative Finance" use cases.
8
+
9
+
------------------
10
+
11
+
## <This is all conceptual until Babylon. Please join now and help build this project with me!>
12
+
13
+
See [shardeez.xyz/refi](https://shardeez.xyz/refi) for resources on Regenerative Finance (ReFi). Let's learn about ReFi and build together!
14
+
15
+
## Idea for NattyDAO
16
+
17
+
### Mission
18
+
19
+
To support members of the Radix community to `touch grass` & `touch trash`.
20
+
21
+
DAO funds small-scale environmental benefits such as: wildland trash pickups, beach cleanups, de-paving (removing concrete and replacing w/ native plants), gardening projects, pollinator homes, and more.
22
+
23
+
### Mechanism
24
+
25
+
- Members propose a project, request funding from treasury.
26
+
27
+
- Holders of INATTY token vote to pass or reject proposal.
28
+
29
+
- Quadratic funding mechanism w/ a matching pool.
30
+
31
+
- Treasury funded by sale of NFTs, donations.
32
+
33
+
### iNATTY Token
34
+
35
+
The first token backed by relationships to nature. It's used to buy NFTs from the NattyDAO. It's also used to vote on proposals to fund environmental projects.
36
+
37
+
### iNATTY NFTs (THIS PART USED FOR SUBMISSION TO SCRYPTO CHALLENGE)
38
+
39
+
NFTs minted by the NattyDAO that represent a member outside experiencing nature. These NFTs are minted using data from the **iNatty Oracle**. Whenever a registered member experiences nature, an NFT is minted. This nature experience is provable because of integration with the iNaturalist API.
40
+
41
+
They are then offered for sale in an NFT marketplace. They can only be purchased with INATTY, and 50% of the funds go to the NattyDAO treasury, and 50% go to the member.
42
+
43
+
### iNATTY Oracle
44
+
45
+
Relays information about the member's associated iNaturalist accounts to the NattyDAO components. One part watches for new registrations of [iNaturalist.org](https://inaturalist.org) accounts and keeps track of the member's activity in a Scrypto Component. Another part watches for new observations on iNaturalist and mints NFTs for the member (metadata includes the natural experience, including image, species identified, location, and date).
46
+
47
+
### NattyDAO Treasury
48
+
49
+
This is used to incentivize members to participate in the NattyDAO. It is funded by the sale of iNATTY NFTs. Proposals can be made to the NattyDAO to spend funds from the treasury.
50
+
51
+
### Optimistic Funding (provable cleanups idea)
52
+
53
+
- Once funded the project is given 1 week to complete and prove to the community their efforts.
54
+
55
+
- If no dispute about their efforts, XRD automatically sent to their address
56
+
57
+
- Someone disputing must bond some XRD.
58
+
59
+
- Their dispute is voted on, if found out true then they get their bonded XRD back + some reward.
60
+
61
+
- If their dispute isn't corroborated by community, they lose their bond.
62
+
63
+
### References
64
+
65
+
-[Open Forest Protocol Whiteboard Series (YouTube)](https://www.youtube.com/watch?v=ZjFT2KoUgks&list=PLWJdg32OtDLUbxcE_Qr0GTHQ0L07mikej)
0 commit comments