@the-rfp-hub/standard 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/ARTIFACTS.md +85 -0
  2. package/CHANGELOG.md +264 -0
  3. package/LICENSE +121 -0
  4. package/NORMATIVE.md +77 -0
  5. package/PROCESS.md +239 -0
  6. package/README.md +83 -0
  7. package/conformance/README.md +52 -0
  8. package/conformance/v1.0.0/fail/deadline-fixed-date-null.json +22 -0
  9. package/conformance/v1.0.0/fail/deadline-fixed-without-date.json +21 -0
  10. package/conformance/v1.0.0/fail/eligibility-value-not-string.json +21 -0
  11. package/conformance/v1.0.0/fail/empty-sponsoring-organizations.json +11 -0
  12. package/conformance/v1.0.0/fail/missing-matching-type-block.json +14 -0
  13. package/conformance/v1.0.0/fail/missing-required-properties.json +5 -0
  14. package/conformance/v1.0.0/fail/missing-sponsoring-organizations.json +10 -0
  15. package/conformance/v1.0.0/fail/one-block-per-fundingtype.json +18 -0
  16. package/conformance/v1.0.0/fail/source-url-removed.json +17 -0
  17. package/conformance/v1.0.0/fail/status-not-in-enum.json +15 -0
  18. package/conformance/v1.0.0/fail/unknown-top-level-property.json +16 -0
  19. package/conformance/v1.0.0/fail/wrong-fundingtype-value.json +14 -0
  20. package/conformance/v1.0.0/fail/wrong-specversion.json +15 -0
  21. package/conformance/v1.0.0/pass/deadline-rolling-without-date.json +23 -0
  22. package/conformance/v1.0.0/pass/full-featured.json +137 -0
  23. package/conformance/v1.0.0/pass/grant-funding-mechanisms-array.json +27 -0
  24. package/conformance/v1.0.0/pass/grant.json +45 -0
  25. package/conformance/v1.0.0/pass/hackathon.json +67 -0
  26. package/conformance/v1.0.0/pass/minimal-required-only.json +15 -0
  27. package/conformance/v1.0.0/pass/self-identification.json +18 -0
  28. package/conformance/v1.0.0/pass/source-empty-object.json +30 -0
  29. package/dist/index.cjs +902 -0
  30. package/dist/index.cjs.map +1 -0
  31. package/dist/index.d.cts +661 -0
  32. package/dist/index.d.ts +661 -0
  33. package/dist/index.js +896 -0
  34. package/dist/index.js.map +1 -0
  35. package/meta/rfphub-schema.meta.json +131 -0
  36. package/package.json +56 -0
  37. package/registries/deadline-labels.json +38 -0
  38. package/registries/eligibility-keys.json +46 -0
  39. package/registries/entry.schema.json +48 -0
  40. package/registries/index.json +44 -0
  41. package/registries/program-models.json +26 -0
  42. package/schemas/index.json +12 -0
  43. package/schemas/v1.0.0/BENCHMARK.md +160 -0
  44. package/schemas/v1.0.0/CROSSWALK.md +200 -0
  45. package/schemas/v1.0.0/FIELDS.md +530 -0
  46. package/schemas/v1.0.0/STATUS.md +81 -0
  47. package/schemas/v1.0.0/context.jsonld +86 -0
  48. package/schemas/v1.0.0/examples/01-hackathon-fundingmap_1200.json +181 -0
  49. package/schemas/v1.0.0/examples/02-hackathon-fundingmap_1197.json +122 -0
  50. package/schemas/v1.0.0/examples/03-hackathon-fundingmap_1095.json +114 -0
  51. package/schemas/v1.0.0/examples/04-grant-fundingmap_1459.json +67 -0
  52. package/schemas/v1.0.0/examples/05-hackathon-fundingmap_1210.json +97 -0
  53. package/schemas/v1.0.0/examples/06-hackathon-fundingmap_1340.json +91 -0
  54. package/schemas/v1.0.0/examples/07-hackathon-fundingmap_1093.json +89 -0
  55. package/schemas/v1.0.0/examples/08-hackathon-fundingmap_1091.json +89 -0
  56. package/schemas/v1.0.0/examples/09-hackathon-fundingmap_1094.json +89 -0
  57. package/schemas/v1.0.0/examples/10-grant-fundingmap_600.json +65 -0
  58. package/schemas/v1.0.0/examples/11-hackathon-fundingmap_1389.json +83 -0
  59. package/schemas/v1.0.0/examples/12-hackathon-fundingmap_1356.json +83 -0
  60. package/schemas/v1.0.0/examples/13-grant-fundingmap_1458.json +59 -0
  61. package/schemas/v1.0.0/examples/14-grant-fundingmap_1059.json +57 -0
  62. package/schemas/v1.0.0/examples/15-hackathon-fundingmap_1430.json +82 -0
  63. package/schemas/v1.0.0/examples/16-hackathon-fundingmap_1092.json +79 -0
  64. package/schemas/v1.0.0/examples/17-hackathon-fundingmap_1277.json +75 -0
  65. package/schemas/v1.0.0/examples/18-hackathon-fundingmap_1302.json +72 -0
  66. package/schemas/v1.0.0/examples/19-hackathon-fundingmap_1231.json +76 -0
  67. package/schemas/v1.0.0/examples/20-hackathon-fundingmap_1235.json +74 -0
  68. package/schemas/v1.0.0/examples/21-hackathon-fundingmap_1219.json +73 -0
  69. package/schemas/v1.0.0/examples/22-hackathon-fundingmap_1254.json +72 -0
  70. package/schemas/v1.0.0/examples/23-grant-fundingmap_491.json +57 -0
  71. package/schemas/v1.0.0/examples/24-hackathon-fundingmap_1358.json +73 -0
  72. package/schemas/v1.0.0/examples/25-grant-fundingmap_1021.json +57 -0
  73. package/schemas/v1.0.0/examples/26-bounty-fundingmap_1453.json +57 -0
  74. package/schemas/v1.0.0/examples/27-accelerator-fundingmap_1291.json +56 -0
  75. package/schemas/v1.0.0/examples/28-rfp-fundingmap_1242.json +43 -0
  76. package/schemas/v1.0.0/opportunity.schema.json +758 -0
  77. package/spec.config.json +11 -0
@@ -0,0 +1,86 @@
1
+ {
2
+ "@context": {
3
+ "@version": 1.1,
4
+ "@vocab": "https://github.com/The-RFP-Hub/the-rfp-hub/ns/draft/rfp#",
5
+ "schema": "https://schema.org/",
6
+ "daoip5": "https://www.daostar.org/schemas#",
7
+
8
+ "specVersion": { "@id": "schema:schemaVersion", "@protected": true },
9
+ "id": { "@id": "schema:identifier", "@protected": true },
10
+ "fundingType": { "@id": "schema:additionalType", "@protected": true },
11
+ "title": { "@id": "schema:name", "@protected": true },
12
+ "name": { "@id": "schema:name", "@protected": true },
13
+ "description": { "@id": "schema:description", "@protected": true },
14
+ "summary": { "@id": "schema:disambiguatingDescription", "@protected": true },
15
+ "status": { "@id": "daoip5:isOpen", "@protected": true },
16
+
17
+ "sponsoringOrganizations": { "@id": "schema:funder", "@container": "@set", "@protected": true },
18
+ "operatingOrganizations": { "@id": "schema:sponsor", "@container": "@set", "@protected": true },
19
+ "contacts": { "@id": "schema:contactPoint", "@container": "@set" },
20
+ "role": "schema:roleName",
21
+ "email": "schema:email",
22
+ "telegram": "schema:sameAs",
23
+
24
+ "source": "provenance",
25
+ "publisher": "schema:publisher",
26
+ "submittedBy": "schema:contributor",
27
+ "submittedAt": { "@id": "schema:dateCreated", "@type": "schema:DateTime" },
28
+ "ingestedVia": "ingestedVia",
29
+ "originalId": "schema:identifier",
30
+ "verifiedAgainstSource": "verifiedAgainstSource",
31
+ "verifiedAt": { "@id": "verifiedAt", "@type": "schema:DateTime" },
32
+ "snapshotUrl": { "@id": "schema:archivedAt", "@type": "@id" },
33
+
34
+ "applicationUrl": { "@id": "schema:url", "@type": "@id", "@protected": true },
35
+ "website": { "@id": "schema:sameAs", "@type": "@id" },
36
+ "logoUrl": { "@id": "schema:logo", "@type": "@id" },
37
+ "bannerUrl": { "@id": "schema:image", "@type": "@id" },
38
+ "socialLinks": "schema:sameAs",
39
+ "resourceLinks": "schema:citation",
40
+
41
+ "ecosystems": { "@id": "ecosystems", "@container": "@set" },
42
+ "networks": { "@id": "networks", "@container": "@set" },
43
+ "categories": { "@id": "schema:about", "@container": "@set" },
44
+ "tags": { "@id": "schema:keywords", "@container": "@set" },
45
+
46
+ "eligibility": { "@id": "schema:eligibleCustomerType", "@protected": true },
47
+ "prerequisites": "schema:competencyRequired",
48
+ "serviceAgreement": "serviceAgreement",
49
+
50
+ "funding": { "@id": "schema:amount", "@protected": true },
51
+ "currency": "schema:currency",
52
+ "budget": { "@id": "daoip5:totalGrantPoolSize", "@protected": true },
53
+ "allocated": "allocated",
54
+ "minAward": "minAward",
55
+ "maxAward": "maxAward",
56
+
57
+ "milestones": { "@id": "milestones", "@container": "@list" },
58
+ "amount": "schema:amount",
59
+ "criteria": "criteria",
60
+
61
+ "deadlines": { "@id": "deadlines", "@container": "@set", "@protected": true },
62
+ "date": { "@id": "daoip5:closeDate", "@type": "schema:DateTime" },
63
+ "label": "schema:name",
64
+
65
+ "opensAt": { "@id": "schema:startDate", "@type": "schema:DateTime" },
66
+ "postedAt": { "@id": "schema:datePublished", "@type": "schema:DateTime" },
67
+ "createdAt": { "@id": "schema:dateCreated", "@type": "schema:DateTime" },
68
+ "updatedAt": { "@id": "schema:dateModified", "@type": "schema:DateTime" },
69
+
70
+ "grant": "grant",
71
+ "hackathon": "hackathon",
72
+ "bounty": "bounty",
73
+ "accelerator": "accelerator",
74
+ "vc_fund": "vc_fund",
75
+ "rfp": "rfp",
76
+
77
+ "fundingMechanisms": { "@id": "daoip5:grantFundingMechanism", "@container": "@set" },
78
+ "programModel": "programModel",
79
+ "milestoneBased": "milestoneBased",
80
+ "recurring": "recurring",
81
+ "scope": "scope",
82
+ "requirements": { "@id": "requirements", "@container": "@set" },
83
+
84
+ "extensions": { "@id": "daoip5:extensions", "@protected": true }
85
+ }
86
+ }
@@ -0,0 +1,181 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1200",
4
+ "fundingType": "hackathon",
5
+ "title": "Electrothon 8.0",
6
+ "description": "In the neon glow of Eternum’s endless corridors, a new era of Electrothon powers up. The screens flicker, the circuits hum, and the pixelated gates of the Labyrinth swing open for those daring enough to enter. Here, every coder is a player, every idea a power-up, and every challenge a boss fight waiting to be conquered.\n\nWithin the Hall of Circuits, echoes of past champions still pulse like 8-bit heartbeats. They navigated every twist, cracked every code, and pushed the machine to its very limit. This spring, join North India's biggest hackathon as the Labyrinth of Eternum is set to be bigger, brighter, and far more unpredictable. Once again, we call upon the next generation of builders, breakers, dreamers, and doers.",
7
+ "summary": "In the neon glow of Eternum’s endless corridors, a new era of Electrothon powers up.",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "Electrothon 8.0",
12
+ "website": "https://electrothon-8.devfolio.co"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1200",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "Ethereum"
22
+ ],
23
+ "categories": [
24
+ "Hackathon"
25
+ ],
26
+ "applicationUrl": "https://electrothon-8.devfolio.co",
27
+ "website": "https://electrothon-8.devfolio.co",
28
+ "funding": {
29
+ "budget": 113565
30
+ },
31
+ "opensAt": "2026-03-13T06:30:00.000Z",
32
+ "deadlines": [
33
+ {
34
+ "type": "fixed",
35
+ "date": "2026-03-10T18:29:00.000Z",
36
+ "label": "application"
37
+ },
38
+ {
39
+ "type": "fixed",
40
+ "date": "2026-03-10T18:29:00.000Z",
41
+ "label": "registration"
42
+ },
43
+ {
44
+ "type": "fixed",
45
+ "date": "2026-03-13T06:30:00.000Z",
46
+ "label": "event start"
47
+ },
48
+ {
49
+ "type": "fixed",
50
+ "date": "2026-03-15T04:30:00.000Z",
51
+ "label": "event end"
52
+ }
53
+ ],
54
+ "createdAt": "2026-03-09T20:29:39.000Z",
55
+ "updatedAt": "2026-03-13T13:16:36.000Z",
56
+ "hackathon": {
57
+ "location": "National Institute of Technology, Hamirpur, NIT, Hamirpur, Himachal Pradesh, India",
58
+ "online": null,
59
+ "prizes": [
60
+ {
61
+ "track": null,
62
+ "amount": 100,
63
+ "currency": "USD"
64
+ },
65
+ {
66
+ "track": null,
67
+ "amount": 40000,
68
+ "currency": "USD"
69
+ },
70
+ {
71
+ "track": null,
72
+ "amount": 30000,
73
+ "currency": "USD"
74
+ },
75
+ {
76
+ "track": null,
77
+ "amount": 20000,
78
+ "currency": "USD"
79
+ },
80
+ {
81
+ "track": null,
82
+ "amount": 4500,
83
+ "currency": "USD"
84
+ },
85
+ {
86
+ "track": null,
87
+ "amount": 4500,
88
+ "currency": "USD"
89
+ },
90
+ {
91
+ "track": null,
92
+ "amount": 4500,
93
+ "currency": "USD"
94
+ },
95
+ {
96
+ "track": null,
97
+ "amount": 50,
98
+ "currency": "USD"
99
+ },
100
+ {
101
+ "track": null,
102
+ "amount": 5250,
103
+ "currency": "USD"
104
+ },
105
+ {
106
+ "track": null,
107
+ "amount": 200,
108
+ "currency": "USD"
109
+ },
110
+ {
111
+ "track": null,
112
+ "amount": 250,
113
+ "currency": "USD"
114
+ },
115
+ {
116
+ "track": null,
117
+ "amount": 2,
118
+ "currency": "USD"
119
+ },
120
+ {
121
+ "track": null,
122
+ "amount": 1,
123
+ "currency": "USD"
124
+ },
125
+ {
126
+ "track": null,
127
+ "amount": 6,
128
+ "currency": "USD"
129
+ },
130
+ {
131
+ "track": null,
132
+ "amount": 200,
133
+ "currency": "USD"
134
+ },
135
+ {
136
+ "track": null,
137
+ "amount": 700,
138
+ "currency": "USD"
139
+ },
140
+ {
141
+ "track": null,
142
+ "amount": 150,
143
+ "currency": "USD"
144
+ },
145
+ {
146
+ "track": null,
147
+ "amount": 1,
148
+ "currency": "USD"
149
+ },
150
+ {
151
+ "track": null,
152
+ "amount": 500,
153
+ "currency": "USD"
154
+ },
155
+ {
156
+ "track": null,
157
+ "amount": 50,
158
+ "currency": "USD"
159
+ },
160
+ {
161
+ "track": null,
162
+ "amount": 600,
163
+ "currency": "USD"
164
+ },
165
+ {
166
+ "track": null,
167
+ "amount": 2000,
168
+ "currency": "USD"
169
+ },
170
+ {
171
+ "track": null,
172
+ "amount": 5,
173
+ "currency": "USD"
174
+ }
175
+ ],
176
+ "teamSize": {
177
+ "min": 2,
178
+ "max": 4
179
+ }
180
+ }
181
+ }
@@ -0,0 +1,122 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1197",
4
+ "fundingType": "hackathon",
5
+ "title": "HACKANOVA 5.O",
6
+ "description": "# OVERVIEW\n\nThakur College of Engineering & Technology is pleased to announce the 5th edition of Hackanova, our most awaited technical event. The theme of Hackanova 5.0 is **Break the loop, Create the future**.\n\nThis year, we’re introducing *two tracks* for Hackanova 5.0:\n\n- *Software Track: Focusing on innovations in **Agentic AI***.\n- *Hardware Track: Focusing on development in **Industry 4.0***.\n\n## How to Apply\n* Your Idea should be related to Agentic AI or Industry 4.0. It can be a mobile app, a web app, or any hardware-based project you find relevant to the theme.\n* Use the [Idea Submission Template (Software Track)](https://drive.google.com/drive/folders/1xYl7WghR8fyoQ1DjmPpzvlAqfS7zf6Qc?usp=sharing) to prepare a PPT for your idea (Software Track).\n* Use the [Idea Submission Template (Hardware Track)](https://drive.google.com/drive/u/7/folders/10NdKdO-uq5Krs8rEQO40eqaVDN-GU3kV) to prepare a PPT for your idea (Hardware Track).\n* All team members must upload the same PPT to the application form.\n* The team leader must also fill this form: \n\n - *For Software Track*: [Software Track Leader Form](https://forms.gle/c3m6YWqTNbkPg2kq9) \n - *For Hardware Track*: [Hardware Track Leader Form](https://forms.gle/KrNxgG6ariBNEqWc8) \n\n* The team leader should *Create a Team* and share the invite code with their teammates.\n* Once all team members have joined, they can submit their application.\n\n*Note*: \n1. Individual applications will not be entertained. Kindly apply in a team of minimum 2 members and maximum 4 members. \n2. There will be a different set of problem statements in the final offline round.",
7
+ "summary": "# OVERVIEW\n\nThakur College of Engineering & Technology is pleased to announce the 5th edition of...",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "HACKANOVA 5.O",
12
+ "website": "https://www.tsdw.in/"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1197",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "Ethereum"
22
+ ],
23
+ "categories": [
24
+ "Hackathon"
25
+ ],
26
+ "resourceLinks": "Original posting: https://www.tsdw.in/",
27
+ "applicationUrl": "https://hackanova-5-0.devfolio.co",
28
+ "website": "https://www.tsdw.in/",
29
+ "funding": {
30
+ "budget": 140348
31
+ },
32
+ "opensAt": "2026-03-13T04:30:00.000Z",
33
+ "deadlines": [
34
+ {
35
+ "type": "fixed",
36
+ "date": "2026-03-10T12:30:00.000Z",
37
+ "label": "application"
38
+ },
39
+ {
40
+ "type": "fixed",
41
+ "date": "2026-03-10T12:30:00.000Z",
42
+ "label": "registration"
43
+ },
44
+ {
45
+ "type": "fixed",
46
+ "date": "2026-03-13T04:30:00.000Z",
47
+ "label": "event start"
48
+ },
49
+ {
50
+ "type": "fixed",
51
+ "date": "2026-03-14T16:00:00.000Z",
52
+ "label": "event end"
53
+ }
54
+ ],
55
+ "createdAt": "2026-03-09T20:29:39.000Z",
56
+ "updatedAt": "2026-03-13T13:16:36.000Z",
57
+ "hackathon": {
58
+ "location": "Thakur College of Engineering and Technology, Thakur Road, ą¤ ą¤¾ą¤•ą„ą¤°, Thakur Village, Kandivali East, Mumbai, Maharashtra, India",
59
+ "online": null,
60
+ "prizes": [
61
+ {
62
+ "track": null,
63
+ "amount": 50000,
64
+ "currency": "USD"
65
+ },
66
+ {
67
+ "track": null,
68
+ "amount": 35000,
69
+ "currency": "USD"
70
+ },
71
+ {
72
+ "track": null,
73
+ "amount": 25000,
74
+ "currency": "USD"
75
+ },
76
+ {
77
+ "track": null,
78
+ "amount": 20000,
79
+ "currency": "USD"
80
+ },
81
+ {
82
+ "track": null,
83
+ "amount": 10000,
84
+ "currency": "USD"
85
+ },
86
+ {
87
+ "track": null,
88
+ "amount": 300,
89
+ "currency": "USD"
90
+ },
91
+ {
92
+ "track": null,
93
+ "amount": 2,
94
+ "currency": "USD"
95
+ },
96
+ {
97
+ "track": null,
98
+ "amount": 1,
99
+ "currency": "USD"
100
+ },
101
+ {
102
+ "track": null,
103
+ "amount": 6,
104
+ "currency": "USD"
105
+ },
106
+ {
107
+ "track": null,
108
+ "amount": 19,
109
+ "currency": "USD"
110
+ },
111
+ {
112
+ "track": null,
113
+ "amount": 20,
114
+ "currency": "USD"
115
+ }
116
+ ],
117
+ "teamSize": {
118
+ "min": 2,
119
+ "max": 4
120
+ }
121
+ }
122
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1095",
4
+ "fundingType": "hackathon",
5
+ "title": "ETHGlobal Cannes 2026",
6
+ "description": "ETHGlobal Cannes 2026 is an event bringing together some of the top minds and experts in Ethereum Ecosystem to Cannes. We enable teams to make something great in only 36 hours by providing an abundance of web3 resources like mentors, partners, and software. Sleeping is optional, but trying something new is not!",
7
+ "status": "archived",
8
+ "sponsoringOrganizations": [
9
+ {
10
+ "name": "ETHGlobal Cannes 2026",
11
+ "website": "https://ethglobal.com/events/cannes2026"
12
+ }
13
+ ],
14
+ "source": {
15
+ "ingestedVia": "import",
16
+ "originalId": "1095",
17
+ "verifiedAgainstSource": null
18
+ },
19
+ "ecosystems": [
20
+ "Ethereum"
21
+ ],
22
+ "categories": [
23
+ "Hackathon"
24
+ ],
25
+ "tags": [
26
+ "Hackathons"
27
+ ],
28
+ "applicationUrl": "https://ethglobal.com/events/cannes2026",
29
+ "website": "https://ethglobal.com/events/cannes2026",
30
+ "funding": {
31
+ "budget": 122000
32
+ },
33
+ "opensAt": "2026-04-03T12:00:00.000Z",
34
+ "deadlines": [
35
+ {
36
+ "type": "fixed",
37
+ "date": "2026-04-05T23:59:59.000Z",
38
+ "label": "application"
39
+ },
40
+ {
41
+ "type": "fixed",
42
+ "date": "2026-03-20T22:59:02.064Z",
43
+ "label": "registration"
44
+ },
45
+ {
46
+ "type": "fixed",
47
+ "date": "2026-04-03T12:00:00.000Z",
48
+ "label": "event start"
49
+ },
50
+ {
51
+ "type": "fixed",
52
+ "date": "2026-04-05T23:59:59.999Z",
53
+ "label": "event end"
54
+ }
55
+ ],
56
+ "createdAt": "2026-03-06T14:11:50.000Z",
57
+ "updatedAt": "2026-04-06T00:01:36.000Z",
58
+ "hackathon": {
59
+ "location": "Cannes, France",
60
+ "online": null,
61
+ "prizes": [
62
+ {
63
+ "track": null,
64
+ "amount": 20000,
65
+ "currency": "USD"
66
+ },
67
+ {
68
+ "track": null,
69
+ "amount": 15000,
70
+ "currency": "USD"
71
+ },
72
+ {
73
+ "track": null,
74
+ "amount": 15000,
75
+ "currency": "USD"
76
+ },
77
+ {
78
+ "track": null,
79
+ "amount": 15000,
80
+ "currency": "USD"
81
+ },
82
+ {
83
+ "track": null,
84
+ "amount": 15000,
85
+ "currency": "USD"
86
+ },
87
+ {
88
+ "track": null,
89
+ "amount": 10000,
90
+ "currency": "USD"
91
+ },
92
+ {
93
+ "track": null,
94
+ "amount": 10000,
95
+ "currency": "USD"
96
+ },
97
+ {
98
+ "track": null,
99
+ "amount": 10000,
100
+ "currency": "USD"
101
+ },
102
+ {
103
+ "track": null,
104
+ "amount": 7000,
105
+ "currency": "USD"
106
+ },
107
+ {
108
+ "track": null,
109
+ "amount": 5000,
110
+ "currency": "USD"
111
+ }
112
+ ]
113
+ }
114
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1459",
4
+ "fundingType": "grant",
5
+ "title": "Prezenti Boost Pool S2",
6
+ "description": "This pool is designed for projects with a proven track record in other ecosystems that we aim to fast-track for deployment on Celo. Delivered by Prezenti in partnership with the Celo Foundation’s DevRel team, the program offers a streamlined process and targeted, high-impact funding to accelerate onboarding.",
7
+ "summary": "Fast-track funding for proven projects launching on Celo, run by Prezenti with CF DevRel team.",
8
+ "status": "open",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "Prezenti Boost Pool S2",
12
+ "slug": "celo"
13
+ }
14
+ ],
15
+ "source": {
16
+ "publisher": "celo",
17
+ "ingestedVia": "import",
18
+ "originalId": "1459",
19
+ "verifiedAgainstSource": null
20
+ },
21
+ "ecosystems": [
22
+ "Celo"
23
+ ],
24
+ "categories": [
25
+ "Analytics",
26
+ "Bridges",
27
+ "Climate/ReFi",
28
+ "Communities",
29
+ "Content/Media",
30
+ "DAO Tooling",
31
+ "DEX",
32
+ "DeFAI",
33
+ "DeFi",
34
+ "DeSci",
35
+ "Developer Tools",
36
+ "Identity",
37
+ "Infrastructure",
38
+ "Lend/Borrow",
39
+ "Payments",
40
+ "Privacy",
41
+ "Wallets",
42
+ "Yield Farming"
43
+ ],
44
+ "applicationUrl": "https://prezenti.xyz/grants",
45
+ "socialLinks": {
46
+ "twitter": "https://x.com/prezenti_grants",
47
+ "discord": "https://discord.gg/YCgGjFaP7f",
48
+ "forum": "https://forum.celo.org/search?q=Prezenti",
49
+ "blog": "https://forum.celo.org/search?q=Prezenti"
50
+ },
51
+ "funding": {
52
+ "budget": 70000,
53
+ "minAward": 5000,
54
+ "maxAward": 5000
55
+ },
56
+ "opensAt": "2026-02-25T00:00:00.000Z",
57
+ "deadlines": [
58
+ {
59
+ "type": "fixed",
60
+ "date": "2026-06-30T23:59:00.000Z",
61
+ "label": "application"
62
+ }
63
+ ],
64
+ "createdAt": "2026-05-04T20:43:34.000Z",
65
+ "updatedAt": "2026-05-18T17:16:27.000Z",
66
+ "grant": {}
67
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1210",
4
+ "fundingType": "hackathon",
5
+ "title": "HackByte 4․0",
6
+ "description": "Reality is Glitching. Debug the Future.\n\n**HackByte is an official MLH member event.**\n\nStep-By-Step guide for registration: [Registration Guide](https://youtu.be/l-uHuOxPOLU?si=d7ggGnEwMQvSGXL3)\n\n## About HackByte:\nHackByte is the annual flagship hackathon of IIITDM Jabalpur. We are back for our 4th edition with a new theme: \"Patch the Reality.\"\n\nJust like software needs updates to fix bugs and improve performance, the world around us needs new solutions to solve existing problems. Our goal is to provide a platform where you can collaborate, learn, and build those solutions. Whether you are fixing a small gap or reimagining a whole system, join us to turn your ideas into impactful reality. See you there! šŸ‘€\nCheck us out at [hackbyte.in](url)\n## Hackathon Details\n\nHackByte 4.0 is a 36-hour in-person hackathon happening from April 03-05, 2026, inviting hackers, builders and problem solvers. šŸ§‘ā€šŸ’»\n\nšŸ‘‰ Join our [discord](https://discord.com/invite/NTueHjdPn8) to get started, grab your roles say a few hellos! We will be glad to have a chat. šŸš€\n\n**Note**: Only 3-4 member teams will be considered for HackByte. After registration, no requests for adding or replacing team members will be accepted, so please finalize your team beforehand.",
7
+ "summary": "Reality is Glitching. Debug the Future.\n\n**HackByte is an official MLH member event.",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "HackByte 4․0",
12
+ "website": "https://www.hackbyte.in/"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1210",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "Ethereum"
22
+ ],
23
+ "categories": [
24
+ "Hackathon"
25
+ ],
26
+ "resourceLinks": "Original posting: https://www.hackbyte.in/",
27
+ "applicationUrl": "https://hackbyte4.devfolio.co",
28
+ "website": "https://www.hackbyte.in/",
29
+ "funding": {
30
+ "budget": 10257
31
+ },
32
+ "opensAt": "2026-04-03T13:30:00.000Z",
33
+ "deadlines": [
34
+ {
35
+ "type": "fixed",
36
+ "date": "2026-03-18T18:29:00.000Z",
37
+ "label": "application"
38
+ },
39
+ {
40
+ "type": "fixed",
41
+ "date": "2026-03-18T18:29:00.000Z",
42
+ "label": "registration"
43
+ },
44
+ {
45
+ "type": "fixed",
46
+ "date": "2026-04-03T13:30:00.000Z",
47
+ "label": "event start"
48
+ },
49
+ {
50
+ "type": "fixed",
51
+ "date": "2026-04-05T02:30:00.000Z",
52
+ "label": "event end"
53
+ }
54
+ ],
55
+ "createdAt": "2026-03-09T20:29:39.000Z",
56
+ "updatedAt": "2026-03-19T00:03:44.000Z",
57
+ "hackathon": {
58
+ "location": "IIITDM Jabalpur, Airport Road, PDPM IIITDM Jabalpur Campus, Khamaria, Jabalpur, Madhya Pradesh, India",
59
+ "online": null,
60
+ "prizes": [
61
+ {
62
+ "track": null,
63
+ "amount": 100,
64
+ "currency": "USD"
65
+ },
66
+ {
67
+ "track": null,
68
+ "amount": 4,
69
+ "currency": "USD"
70
+ },
71
+ {
72
+ "track": null,
73
+ "amount": 1,
74
+ "currency": "USD"
75
+ },
76
+ {
77
+ "track": null,
78
+ "amount": 2,
79
+ "currency": "USD"
80
+ },
81
+ {
82
+ "track": null,
83
+ "amount": 10000,
84
+ "currency": "USD"
85
+ },
86
+ {
87
+ "track": null,
88
+ "amount": 150,
89
+ "currency": "USD"
90
+ }
91
+ ],
92
+ "teamSize": {
93
+ "min": 3,
94
+ "max": 4
95
+ }
96
+ }
97
+ }