@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,91 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1340",
4
+ "fundingType": "hackathon",
5
+ "title": "Hack-Helix",
6
+ "description": "Hack Helix is the flagship hackathon of Helix, designed to bring together some of the brightest and most innovative minds to build impactful solutions for real-world problems. It is a high-intensity, time-bound competition that emphasizes innovation, technical excellence, and teamwork.\n\nParticipants will collaborate in teams to ideate, design, and develop practical solutions across diverse domains. The hackathon encourages participants to move beyond theoretical ideas and focus on building functional prototypes that address real challenges.\n\nWith mentorship support, structured evaluation, and a competitive environment, Hack Helix provides a platform for participants to experiment, innovate, and transform ideas into tangible solutions while enhancing their problem-solving and development skills.\n\n**Buy Accommodations** at https://accommodationstiet.shop/",
7
+ "summary": "Hack Helix is the flagship hackathon of Helix, designed to bring together some of the brightest...",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "Hack-Helix",
12
+ "website": "https://hackhelix1.devfolio.co"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1340",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "Ethereum"
22
+ ],
23
+ "categories": [
24
+ "Hackathon"
25
+ ],
26
+ "applicationUrl": "https://hackhelix1.devfolio.co",
27
+ "website": "https://hackhelix1.devfolio.co",
28
+ "funding": {
29
+ "budget": 100020
30
+ },
31
+ "opensAt": "2026-04-18T06:30:00.000Z",
32
+ "deadlines": [
33
+ {
34
+ "type": "fixed",
35
+ "date": "2026-04-06T18:45:00.000Z",
36
+ "label": "application"
37
+ },
38
+ {
39
+ "type": "fixed",
40
+ "date": "2026-04-06T18:45:00.000Z",
41
+ "label": "registration"
42
+ },
43
+ {
44
+ "type": "fixed",
45
+ "date": "2026-04-18T06:30:00.000Z",
46
+ "label": "event start"
47
+ },
48
+ {
49
+ "type": "fixed",
50
+ "date": "2026-04-19T06:30:00.000Z",
51
+ "label": "event end"
52
+ }
53
+ ],
54
+ "createdAt": "2026-04-01T00:01:47.000Z",
55
+ "updatedAt": "2026-04-07T00:01:28.000Z",
56
+ "hackathon": {
57
+ "location": "Thapar Institute of Engineering & Technology, Bhadson Road, Adarsh Nagar, Prem Nagar, Patiala, Punjab, India",
58
+ "online": null,
59
+ "prizes": [
60
+ {
61
+ "track": null,
62
+ "amount": 50000,
63
+ "currency": "USD"
64
+ },
65
+ {
66
+ "track": null,
67
+ "amount": 30000,
68
+ "currency": "USD"
69
+ },
70
+ {
71
+ "track": null,
72
+ "amount": 20000,
73
+ "currency": "USD"
74
+ },
75
+ {
76
+ "track": null,
77
+ "amount": 10,
78
+ "currency": "USD"
79
+ },
80
+ {
81
+ "track": null,
82
+ "amount": 10,
83
+ "currency": "USD"
84
+ }
85
+ ],
86
+ "teamSize": {
87
+ "min": 3,
88
+ "max": 6
89
+ }
90
+ }
91
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1093",
4
+ "fundingType": "hackathon",
5
+ "title": "ETHGlobal Lisbon 2026",
6
+ "description": "ETHGlobal Lisbon 2026 is an event bringing together some of the top minds and experts in Ethereum Ecosystem to Lisbon. 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": "upcoming",
8
+ "sponsoringOrganizations": [
9
+ {
10
+ "name": "ETHGlobal Lisbon 2026",
11
+ "website": "https://ethglobal.com/events/lisbon2026"
12
+ }
13
+ ],
14
+ "source": {
15
+ "ingestedVia": "import",
16
+ "originalId": "1093",
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/lisbon2026",
29
+ "website": "https://ethglobal.com/events/lisbon2026",
30
+ "funding": {
31
+ "budget": 60000
32
+ },
33
+ "opensAt": "2026-07-24T12:00:00.000Z",
34
+ "deadlines": [
35
+ {
36
+ "type": "fixed",
37
+ "date": "2026-07-26T23:59:59.000Z",
38
+ "label": "application"
39
+ },
40
+ {
41
+ "type": "fixed",
42
+ "date": "2026-07-10T22:59:00.000Z",
43
+ "label": "registration"
44
+ },
45
+ {
46
+ "type": "fixed",
47
+ "date": "2026-07-24T12:00:00.000Z",
48
+ "label": "event start"
49
+ },
50
+ {
51
+ "type": "fixed",
52
+ "date": "2026-07-26T23:59:59.999Z",
53
+ "label": "event end"
54
+ }
55
+ ],
56
+ "createdAt": "2026-03-06T14:11:38.000Z",
57
+ "updatedAt": "2026-03-09T14:24:34.000Z",
58
+ "hackathon": {
59
+ "location": "Lisbon, Portugal",
60
+ "online": null,
61
+ "prizes": [
62
+ {
63
+ "track": null,
64
+ "amount": 15000,
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": 10000,
80
+ "currency": "USD"
81
+ },
82
+ {
83
+ "track": null,
84
+ "amount": 5000,
85
+ "currency": "USD"
86
+ }
87
+ ]
88
+ }
89
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1091",
4
+ "fundingType": "hackathon",
5
+ "title": "ETHGlobal Mumbai",
6
+ "description": "ETHGlobal Mumbai 2026 is an event bringing together some of the top minds and experts in Ethereum Ecosystem to Mumbai. 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": "upcoming",
8
+ "sponsoringOrganizations": [
9
+ {
10
+ "name": "ETHGlobal Mumbai",
11
+ "website": "https://ethglobal.com/events/mumbai"
12
+ }
13
+ ],
14
+ "source": {
15
+ "ingestedVia": "import",
16
+ "originalId": "1091",
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/mumbai",
29
+ "website": "https://ethglobal.com/events/mumbai",
30
+ "funding": {
31
+ "budget": 70000
32
+ },
33
+ "opensAt": "2026-11-06T12:00:00.000Z",
34
+ "deadlines": [
35
+ {
36
+ "type": "fixed",
37
+ "date": "2026-11-08T23:59:59.000Z",
38
+ "label": "application"
39
+ },
40
+ {
41
+ "type": "fixed",
42
+ "date": "2026-11-03T18:29:00.000Z",
43
+ "label": "registration"
44
+ },
45
+ {
46
+ "type": "fixed",
47
+ "date": "2026-11-06T12:00:00.000Z",
48
+ "label": "event start"
49
+ },
50
+ {
51
+ "type": "fixed",
52
+ "date": "2026-11-08T23:59:59.999Z",
53
+ "label": "event end"
54
+ }
55
+ ],
56
+ "createdAt": "2026-03-06T14:11:24.000Z",
57
+ "updatedAt": "2026-03-09T14:16:58.000Z",
58
+ "hackathon": {
59
+ "location": "Mumbai, India",
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": 10000,
80
+ "currency": "USD"
81
+ },
82
+ {
83
+ "track": null,
84
+ "amount": 10000,
85
+ "currency": "USD"
86
+ }
87
+ ]
88
+ }
89
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1094",
4
+ "fundingType": "hackathon",
5
+ "title": "ETHGlobal New York 2026",
6
+ "description": "ETHGlobal New York 2026 is an event bringing together some of the top minds and experts in Ethereum Ecosystem to New York. 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 New York 2026",
11
+ "website": "https://ethglobal.com/events/newyork2026"
12
+ }
13
+ ],
14
+ "source": {
15
+ "ingestedVia": "import",
16
+ "originalId": "1094",
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/newyork2026",
29
+ "website": "https://ethglobal.com/events/newyork2026",
30
+ "funding": {
31
+ "budget": 75000
32
+ },
33
+ "opensAt": "2026-06-12T12:00:00.000Z",
34
+ "deadlines": [
35
+ {
36
+ "type": "fixed",
37
+ "date": "2026-06-14T23:59:59.000Z",
38
+ "label": "application"
39
+ },
40
+ {
41
+ "type": "fixed",
42
+ "date": "2026-05-30T03:59:00.000Z",
43
+ "label": "registration"
44
+ },
45
+ {
46
+ "type": "fixed",
47
+ "date": "2026-06-12T12:00:00.000Z",
48
+ "label": "event start"
49
+ },
50
+ {
51
+ "type": "fixed",
52
+ "date": "2026-06-14T23:59:59.999Z",
53
+ "label": "event end"
54
+ }
55
+ ],
56
+ "createdAt": "2026-03-06T14:11:44.000Z",
57
+ "updatedAt": "2026-06-15T00:02:11.000Z",
58
+ "hackathon": {
59
+ "location": "New York City, United States",
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": 10000,
85
+ "currency": "USD"
86
+ }
87
+ ]
88
+ }
89
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:600",
4
+ "fundingType": "grant",
5
+ "title": "Prezenti Mint Round",
6
+ "description": "Celo Community Run Grant Program\n\nWe are funded through the Celo Community Fund treasury, as a community driven grants programme.\nWe were originally funded by Celo community funds (CGP 54 & CGP 72) in 2023, and more recently funded again in 2024 (CGP 162).\n\nWe are passionately committed to maintaining a grassroots grant funding initiative, spearheaded by proven and reputable members of the Celo community.\n\nBy reimagining the traditional model of foundation-funded grants, we introduce community-driven grant programs as a dynamic and complementary alternative.\n\nLeveraging our extensive experience, we aim to deliver a framework that empowers other community members and projects in the space. This initiative is rooted in the true spirit of open source, embracing collaboration and innovation to foster a vibrant and diverse funding ecosystem",
7
+ "status": "closed",
8
+ "sponsoringOrganizations": [
9
+ {
10
+ "name": "Prezenti Mint Round"
11
+ }
12
+ ],
13
+ "source": {
14
+ "ingestedVia": "import",
15
+ "originalId": "600",
16
+ "verifiedAgainstSource": null
17
+ },
18
+ "ecosystems": [
19
+ "Celo"
20
+ ],
21
+ "networks": [
22
+ "Celo"
23
+ ],
24
+ "categories": [
25
+ "Communities",
26
+ "DeFi",
27
+ "DeSci",
28
+ "GameFi",
29
+ "Infrastructure",
30
+ "Lend/Borrow",
31
+ "NFT",
32
+ "Research",
33
+ "Yield Farming"
34
+ ],
35
+ "tags": [
36
+ "Direct Grants"
37
+ ],
38
+ "applicationUrl": "https://prezenti.xyz",
39
+ "socialLinks": {
40
+ "twitter": "https://x.com/prezenti_grants",
41
+ "discord": "https://discord.gg/wW9U6yeghq"
42
+ },
43
+ "funding": {
44
+ "budget": 160000,
45
+ "allocated": 1129670,
46
+ "minAward": 2000,
47
+ "maxAward": 25000
48
+ },
49
+ "opensAt": "2024-10-01T07:00:00.000Z",
50
+ "deadlines": [
51
+ {
52
+ "type": "fixed",
53
+ "date": "2024-11-30T08:00:00.000Z",
54
+ "label": "application"
55
+ }
56
+ ],
57
+ "createdAt": "2024-09-19T18:02:23.000Z",
58
+ "updatedAt": "2026-05-18T13:37:50.000Z",
59
+ "grant": {
60
+ "recurring": true
61
+ },
62
+ "extensions": {
63
+ "fundingmap.awardsToDate": 72
64
+ }
65
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1389",
4
+ "fundingType": "hackathon",
5
+ "title": "Locus' Paygentic Hackathon - #2",
6
+ "description": "**The Locus Paygentic Hackathon #2** is the second week of a hackathon series spanning 4 weeks. \n
\n1 track per week, 4 weeks, **$4000** in prizes over the series. \n
\nEach week the hackathon will kickoff on Friday and will close on Thursday, starting the cycle again the day after. This hackathon series is centered around the different verticals of Locus, each week focusing on a different one.\n
\n**Week 2 Track** : Using **BuildWithLocus** to leverage our suite. \n
\nHackathon series will be hosted virtually in our Locus discord server, with team sizes of **1-4** with free admission. \n
\nEach team will receive $10 in credits to build and experiment with Locus.\n
\nLink to Locus' Discord server: [discord.gg/locus](https://discord.gg/locus)",
7
+ "summary": "**The Locus Paygentic Hackathon #2** is the second week of a hackathon series spanning 4 weeks.",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "Locus' Paygentic Hackathon - #2",
12
+ "website": "https://discord.gg/locus"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1389",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "FinTech",
22
+ "AI"
23
+ ],
24
+ "categories": [
25
+ "Hackathon"
26
+ ],
27
+ "resourceLinks": "Original posting: https://discord.gg/locus",
28
+ "applicationUrl": "https://paygentic-week2.devfolio.co",
29
+ "website": "https://discord.gg/locus",
30
+ "funding": {
31
+ "budget": 1000
32
+ },
33
+ "opensAt": "2026-04-18T00:30:00.000Z",
34
+ "deadlines": [
35
+ {
36
+ "type": "fixed",
37
+ "date": "2026-04-23T06:59:00.000Z",
38
+ "label": "application"
39
+ },
40
+ {
41
+ "type": "fixed",
42
+ "date": "2026-04-23T06:59:00.000Z",
43
+ "label": "registration"
44
+ },
45
+ {
46
+ "type": "fixed",
47
+ "date": "2026-04-18T00:30:00.000Z",
48
+ "label": "event start"
49
+ },
50
+ {
51
+ "type": "fixed",
52
+ "date": "2026-04-23T06:59:00.000Z",
53
+ "label": "event end"
54
+ }
55
+ ],
56
+ "createdAt": "2026-04-16T00:02:55.000Z",
57
+ "updatedAt": "2026-05-06T00:05:42.000Z",
58
+ "hackathon": {
59
+ "location": "Online",
60
+ "online": null,
61
+ "prizes": [
62
+ {
63
+ "track": null,
64
+ "amount": 600,
65
+ "currency": "USD"
66
+ },
67
+ {
68
+ "track": null,
69
+ "amount": 300,
70
+ "currency": "USD"
71
+ },
72
+ {
73
+ "track": null,
74
+ "amount": 100,
75
+ "currency": "USD"
76
+ }
77
+ ],
78
+ "teamSize": {
79
+ "min": 1,
80
+ "max": 4
81
+ }
82
+ }
83
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1356",
4
+ "fundingType": "hackathon",
5
+ "title": "Locus' Paygentic Hackathon - #1",
6
+ "description": "The Locus Paygentic Hackathon #1 is the first week of a hackathon series spanning 4 weeks. 1 track per week, 4 weeks, $4000 in prizes over the series. Each week the hackathon will kickoff on Friday and will close on Thursday, starting the cycle again the day after. This hackathon series is centered around the different verticals of Locus, each week focusing on a different one.\n\nWeek 1 Track : Using PayWithLocus to leverage our suite. \n\nHackathon series will be hosted virtually in our Locus discord server, with team sizes of 1-4 with free admission. All teams get $15 build credits and $15 locus credits\n\n[discord.gg/locus](discord.gg/locus)",
7
+ "summary": "The Locus Paygentic Hackathon #1 is the first week of a hackathon series spanning 4 weeks.",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "Locus' Paygentic Hackathon - #1",
12
+ "website": "https://discord.gg/locus"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1356",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "FinTech",
22
+ "AI"
23
+ ],
24
+ "categories": [
25
+ "Hackathon"
26
+ ],
27
+ "resourceLinks": "Original posting: https://discord.gg/locus",
28
+ "applicationUrl": "https://paygentic-week1.devfolio.co",
29
+ "website": "https://discord.gg/locus",
30
+ "funding": {
31
+ "budget": 1000
32
+ },
33
+ "opensAt": "2026-04-11T00:00:00.000Z",
34
+ "deadlines": [
35
+ {
36
+ "type": "fixed",
37
+ "date": "2026-04-15T06:59:00.000Z",
38
+ "label": "application"
39
+ },
40
+ {
41
+ "type": "fixed",
42
+ "date": "2026-04-15T06:59:00.000Z",
43
+ "label": "registration"
44
+ },
45
+ {
46
+ "type": "fixed",
47
+ "date": "2026-04-11T00:00:00.000Z",
48
+ "label": "event start"
49
+ },
50
+ {
51
+ "type": "fixed",
52
+ "date": "2026-04-16T06:59:00.000Z",
53
+ "label": "event end"
54
+ }
55
+ ],
56
+ "createdAt": "2026-04-04T00:01:49.000Z",
57
+ "updatedAt": "2026-04-16T00:02:58.000Z",
58
+ "hackathon": {
59
+ "location": "Online",
60
+ "online": null,
61
+ "prizes": [
62
+ {
63
+ "track": null,
64
+ "amount": 600,
65
+ "currency": "USD"
66
+ },
67
+ {
68
+ "track": null,
69
+ "amount": 300,
70
+ "currency": "USD"
71
+ },
72
+ {
73
+ "track": null,
74
+ "amount": 100,
75
+ "currency": "USD"
76
+ }
77
+ ],
78
+ "teamSize": {
79
+ "min": 1,
80
+ "max": 4
81
+ }
82
+ }
83
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1458",
4
+ "fundingType": "grant",
5
+ "title": "Prezenti Anchor Pool",
6
+ "description": "# Season 2: Anchor Open Round [2026]\n\n**STATUS: OPEN**\n\n## Current Round\n\nThis round is open 25th February 2026 - 30th June 2026 [$220,000 USDm available]\n\n## Timeline\n\n- This round is open 25th February 2026 - 30th June 2026\n- Inform outcome to applicants: Within 2-4 weeks of submission, offered on a rolling basis\n- Close out / end of grants: 4 months after contract signatory\n\n## Anchor Mission and Fund Allocation\n\nIn alignment with Season 2's focus on sustainable ecosystem growth, Prezenti plans to explicitly support applications that generate revenue for the chain, whether through transaction fees, sequencer revenue contribution, or other mechanisms. This extends beyond the existing intent framework to teams building durable, revenue-positive infrastructure.\n\n### The Revenue Concentration Reality\n\nAnalysis of mature L2 ecosystems reveals a consistent pattern: a small number of high-throughput, revenue-generating applications drive the overwhelming majority of sustainable chain economics. On leading L2s, it's common for a single application category — whether DEXs, prediction markets, or payments infrastructure — to account for 40–60% of total ecosystem revenue. Networks that attract these anchor applications early compound their advantage through liquidity effects, user retention, and sustainable fee generation. The key differentiator is no longer technical. Arguably it has never been: it's distribution.\n\n## Eligibility & Focus\n\n**What we're looking for:**\n\n- Verifiable evidence of real usage (transactions, users, revenue)\n- Clear path to generating meaningful transaction volume on Celo\n- Product-market fit demonstrated elsewhere, or credible pilot results within MiniPay\n- Teams slightly below Stage 2 funding thresholds may be considered where a proven track record and substantial evidence demonstrate imminent viability\n\n| Stage | Profile | Est. Daily TXs | Grant size |\n|-------|---------|----------------|------------|\n| Stage 1 | — | >5k daily tx's | — |\n| Stage 2 | Valora apps, Mini apps | 10K – 100K | $25k est |\n| Stage 3 | Seed-stage or scaled products with traction | 100k–500k | $50k est |\n| Stage 4 | Mature ecosystem apps | 500k+ | Case-by-case |\n\n- **Must** demonstrate 10k–100k daily transactions on Celo mainnet [if you cannot demonstrate these daily tx's then you should be able to demonstrate a good level of sustained transactions over a period of time]\n- We are ideally looking for a sustained daily average over 5,000 tx\n- Projects should be deployed, open to the public, and open source or published\n\n## Not Eligible\n\n- Ongoing salaries, pure marketing spend, events, liquidity provision, token listings, or general VC investment\n- Applications gaming transaction counts without generating underlying value, e.g. spamming micro USDT transfers to addresses with little previous history\n- Projects without verifiable traction or credible usage evidence\n- Teams that cannot articulate how they contribute to transaction growth or TVL\n\n## General Information\n\n- One-off grant cUSD to all successful applicants\n- Payments will be split 20% at project onset, and 80% after agreed delivery\n- For unsuccessful applications there will be some feedback\n- Applicants will be KYC'ed and sign a contract with Prezenti\n\n## Evaluation Rubric\n\nThe Prezenti review team will use the rubric below to help guide and grade proposals. To arrive at a final decision, Prezenti will evaluate each proposal and come to a consensus through an internal vote.\n\n| Criterion | Score | Notes |\n|-----------|-------|-------|\n| Alignment | 0: No clear alignment / 1: Partial alignment with no notable gaps | — |\n| Open Source Commitment | 0: No / 1: Yes / Partial | Comment |\n| Demo Quality | 0: No demo / 1: Yes / Explains concept | — |\n| Team Assessment | 0: Can't assess / bad / 1: Strong team | — |\n| Metrics / KPIs | 0: Not good / 1: Somewhat good / good | — |\n| Correctly specified their appropriate stage? | 0: No / 1: Yes | — |\n| Clear understanding of the actual demand for this product | 0: Not clear, no real understanding demonstrated / 1: Somewhat good / good | — |\n| Do they have a clear financial plan for sustainable growth? | 0: No / 1: Yes / Partial | — |\n| Discretionary factor | -1 / 0 / 1 | Comment |\n\n## Grant Submission Outcomes Process\n\nAfter you have submitted your application on Charmverse, you will need to wait for an outcome. This typically takes around 4 weeks from submission, although we strive to turnaround applications faster.\n\nAlthough Charmverse has an outcome function, we will first inform you via email. This will be sent to the email address of the lead submitted within the Charmverse application. This is so we have a full audit trail of each application in our systems / in case Charmverse goes down.\n\nOnce the emails have been issued we will then update Charmverse with the outcomes to be public and close off the Charmverse process.",
7
+ "summary": "The Anchor Pool funds teams with real traction driving Celo ecosystem growth.",
8
+ "status": "open",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "Prezenti Anchor Pool",
12
+ "slug": "celo"
13
+ }
14
+ ],
15
+ "source": {
16
+ "publisher": "celo",
17
+ "ingestedVia": "import",
18
+ "originalId": "1458",
19
+ "verifiedAgainstSource": null
20
+ },
21
+ "ecosystems": [
22
+ "Celo",
23
+ "celo"
24
+ ],
25
+ "categories": [
26
+ "Payments",
27
+ "Privacy",
28
+ "Lend/Borrow",
29
+ "Infrastructure",
30
+ "Developer Tools",
31
+ "DeFi",
32
+ "DeFAI",
33
+ "DEX"
34
+ ],
35
+ "applicationUrl": "https://prezenti.xyz/grants",
36
+ "socialLinks": {
37
+ "twitter": "https://x.com/prezenti_grants",
38
+ "discord": "https://discord.gg/YCgGjFaP7f",
39
+ "forum": "https://forum.celo.org/search?q=Prezenti",
40
+ "blog": "https://forum.celo.org/search?q=Prezenti"
41
+ },
42
+ "funding": {
43
+ "budget": 220000,
44
+ "minAward": 25002
45
+ },
46
+ "opensAt": "2026-02-25T00:00:00.000Z",
47
+ "deadlines": [
48
+ {
49
+ "type": "fixed",
50
+ "date": "2026-06-30T23:59:00.000Z",
51
+ "label": "application"
52
+ }
53
+ ],
54
+ "createdAt": "2026-05-04T20:37:34.000Z",
55
+ "updatedAt": "2026-05-18T17:16:43.000Z",
56
+ "grant": {
57
+ "recurring": true
58
+ }
59
+ }