-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathfunding.json
More file actions
122 lines (117 loc) · 4.82 KB
/
funding.json
File metadata and controls
122 lines (117 loc) · 4.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Stichting Precious Plastic Foundation",
"email": "hello@preciousplastic.com",
"phone": "",
"description": "Precious Plastic exists to reduce plastic waste. We are building an alternative global recycling system.\n\nWe design and develop machines to recycle plastic. Once ready, we tell the world how to replicate them.\n\nOur approaches count on people to bring about the necessary change. We run a network of plastic recyclers around the world, which actively engages in transfer of know-how and techniques. We also run a community marketplace for machines, moulds, materials and products.",
"webpageUrl": {
"url": "https://www.preciousplastic.com/",
"wellKnown": "https://www.preciousplastic.com/.well-known/funding-manifest-urls"
}
},
"projects": [{
"guid": "precious-plastics-v5",
"name": "Precious Plastics v5",
"description": "We have designed, tested and deployed four versions of recycling machines over the last decade. Version 5 is our holistic plan to take things to the next level. This plan involves improving the entire range of what we have done and built before, and more.\n\nThe overall funding required for this is 2 million euros, split over three phases: Sustaining recycling(400K), Increasing recycling(700K) and Going beyond plastic(900K).\n\nWe will spend this money on people, machines, practices, generating impact data, and building a sustainable ecosystem that goes beyond recycling.\n\nSupport us to help unlock the full potential of v5!",
"webpageUrl": {
"url": "https://www.preciousplastic.com/v5",
"wellKnown": "https://www.preciousplastic.com/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/ONEARMY/precious-plastic-kit",
"wellKnown": ""
},
"licenses": ["spdx:CC-BY-SA-4.0"],
"tags": ["plastic-recycling", "sustainability", "circular-economy"]
}],
"funding": {
"channels": [{
"guid": "bank",
"type": "bank",
"address": "IBAN NL05 BUNQ 2112 3035 97",
"description": "Setup as a Non-Profit (ANBI) in Netherlands. Please contact us on hello@preciousplastic.com."
}, {
"guid": "donorbox",
"type": "payment-provider",
"address": "https://donorbox.org/pp-v5",
"description": "Fund us through our funding campaign on Donorbox"
}, {
"guid": "patreon",
"type": "payment-provider",
"address": "https://www.patreon.com/one_army",
"description": "Become a Precious Plastic Supporter on our Patreon page. Join the One Army to tackle global problems!"
}
],
"plans": [
{
"guid": "plan-individual",
"status": "active",
"name": "Help unlock V5",
"description": "Support the campaign to unlock version 5",
"amount": 10,
"currency": "EUR",
"frequency": "one-time",
"channels": ["donorbox", "patreon"]
},
{
"guid": "plan-individual-monthly",
"status": "active",
"name": "Help unlock V5",
"description": "Support the campaign to unlock version 5",
"amount": 10,
"currency": "EUR",
"frequency": "monthly",
"channels": ["donorbox", "patreon"]
},
{
"guid": "plan-boost",
"status": "active",
"name": "Boost",
"description": "Help us reach our target of two million Euro faster",
"amount": 100000,
"currency": "EUR",
"frequency": "one-time",
"channels": ["bank"]
},
{
"guid": "plan-megaboost",
"status": "active",
"name": "Mega Boost",
"description": "Fund our entire campaign. Speed up everything. We will make you a plastic statue.",
"amount": 2000000,
"currency": "EUR",
"frequency": "one-time",
"channels": ["bank"]
}
],
"history": [
{
"year": 2024,
"income": 214037,
"expenses": 112129,
"taxes": 0,
"currency": "EUR",
"description": "Financials for 2024"
},
{
"year": 2023,
"income": 240024,
"expenses": 225986,
"taxes": 0,
"currency": "EUR",
"description": "Financials for 2023"
},
{
"year": 2022,
"income": 216500,
"expenses": 251312,
"taxes": 0,
"currency": "EUR",
"description": "Financials for 2022"
}
]
}
}