@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,57 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1059",
4
+ "fundingType": "grant",
5
+ "title": "Build Agents for the Real World Hackathon V2",
6
+ "description": "This hackathon challenges you to build agentic applications on Celo, an Ethereum Layer 2 built for the real world and designed for fast, low-cost payments worldwide. Celo's tooling and robust ecosystem enable AI agents to deploy and scale applications across a diverse array of use cases optimized for global payments, mobile accessibility, and stablecoin-native transactions. With 700K+ daily active users and battle-tested infrastructure, teams can deploy, test, and iterate as they leverage agentic solutions for everyday utility. If you’re interested in agents with genuine economic agency and global distribution, this is the place to build.",
7
+ "summary": "Build your agent for the real world on Celo: an Agentic hackathon with a $8.5k USD₮ prize pool.",
8
+ "status": "closed",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "Build Agents for the Real World Hackathon V2",
12
+ "slug": "celo"
13
+ }
14
+ ],
15
+ "source": {
16
+ "publisher": "celo",
17
+ "ingestedVia": "import",
18
+ "originalId": "1059",
19
+ "verifiedAgainstSource": null
20
+ },
21
+ "ecosystems": [
22
+ "Celo"
23
+ ],
24
+ "categories": [
25
+ "DeFAI",
26
+ "DeFi",
27
+ "GameFi",
28
+ "Lend/Borrow",
29
+ "Infrastructure",
30
+ "Payments",
31
+ "Privacy"
32
+ ],
33
+ "applicationUrl": "https://celoplatform.notion.site/Agents-for-the-Real-World-Hackathon-2fdd5cb803de80c99010c04b6902a3a9",
34
+ "socialLinks": {
35
+ "twitter": "https://x.com/CeloDevs",
36
+ "discord": "https://discord.com/invite/celo",
37
+ "telegram": "https://t.me/realworldagentshackathon",
38
+ "forum": "https://forum.celo.org/"
39
+ },
40
+ "funding": {
41
+ "budget": 8500,
42
+ "allocated": 0,
43
+ "minAward": 0,
44
+ "maxAward": 0
45
+ },
46
+ "opensAt": "2026-03-02T00:00:00.000Z",
47
+ "deadlines": [
48
+ {
49
+ "type": "fixed",
50
+ "date": "2026-03-23T23:59:00.000Z",
51
+ "label": "application"
52
+ }
53
+ ],
54
+ "createdAt": "2026-02-26T22:33:01.000Z",
55
+ "updatedAt": "2026-03-14T08:46:45.000Z",
56
+ "grant": {}
57
+ }
@@ -0,0 +1,82 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1430",
4
+ "fundingType": "hackathon",
5
+ "title": "Locus' Paygentic Hackathon - #4",
6
+ "description": "**The Locus Paygentic Hackathon #4** is the **FOURTH** and **LAST** week of a hackathon series spanning 4 weeks. \n
\n1 track per week, 4 weeks, **$4000** in prizes over the series. Each week, the hackathon will kick off 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 4 Track**: Using **LocusFounder** to build a business!\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 #4** is the **FOURTH** and **LAST** week of a hackathon series...",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "Locus' Paygentic Hackathon - #4",
12
+ "website": "https://discord.gg/locus"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1430",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "FinTech"
22
+ ],
23
+ "categories": [
24
+ "Hackathon"
25
+ ],
26
+ "resourceLinks": "Original posting: https://discord.gg/locus",
27
+ "applicationUrl": "https://paygentic-week4.devfolio.co",
28
+ "website": "https://discord.gg/locus",
29
+ "funding": {
30
+ "budget": 1000
31
+ },
32
+ "opensAt": "2026-05-02T00:30:00.000Z",
33
+ "deadlines": [
34
+ {
35
+ "type": "fixed",
36
+ "date": "2026-05-05T06:59:00.000Z",
37
+ "label": "application"
38
+ },
39
+ {
40
+ "type": "fixed",
41
+ "date": "2026-05-05T06:59:00.000Z",
42
+ "label": "registration"
43
+ },
44
+ {
45
+ "type": "fixed",
46
+ "date": "2026-05-02T00:30:00.000Z",
47
+ "label": "event start"
48
+ },
49
+ {
50
+ "type": "fixed",
51
+ "date": "2026-05-07T06:59:00.000Z",
52
+ "label": "event end"
53
+ }
54
+ ],
55
+ "createdAt": "2026-05-01T14:52:54.000Z",
56
+ "updatedAt": "2026-05-06T00:05:42.000Z",
57
+ "hackathon": {
58
+ "location": "Online",
59
+ "online": null,
60
+ "prizes": [
61
+ {
62
+ "track": null,
63
+ "amount": 600,
64
+ "currency": "USD"
65
+ },
66
+ {
67
+ "track": null,
68
+ "amount": 300,
69
+ "currency": "USD"
70
+ },
71
+ {
72
+ "track": null,
73
+ "amount": 100,
74
+ "currency": "USD"
75
+ }
76
+ ],
77
+ "teamSize": {
78
+ "min": 1,
79
+ "max": 4
80
+ }
81
+ }
82
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1092",
4
+ "fundingType": "hackathon",
5
+ "title": "ETHGlobal Tokyo 2026",
6
+ "description": "ETHGlobal Tokyo 2026 is an event bringing together some of the top minds and experts in Ethereum Ecosystem to Tokyo. 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 Tokyo 2026",
11
+ "website": "https://ethglobal.com/events/tokyo2026"
12
+ }
13
+ ],
14
+ "source": {
15
+ "ingestedVia": "import",
16
+ "originalId": "1092",
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/tokyo2026",
29
+ "website": "https://ethglobal.com/events/tokyo2026",
30
+ "funding": {
31
+ "budget": 35000
32
+ },
33
+ "opensAt": "2026-09-25T12:00:00.000Z",
34
+ "deadlines": [
35
+ {
36
+ "type": "fixed",
37
+ "date": "2026-09-27T23:59:59.000Z",
38
+ "label": "application"
39
+ },
40
+ {
41
+ "type": "fixed",
42
+ "date": "2026-09-23T14:59:06.202Z",
43
+ "label": "registration"
44
+ },
45
+ {
46
+ "type": "fixed",
47
+ "date": "2026-09-25T12:00:00.000Z",
48
+ "label": "event start"
49
+ },
50
+ {
51
+ "type": "fixed",
52
+ "date": "2026-09-27T23:59:59.999Z",
53
+ "label": "event end"
54
+ }
55
+ ],
56
+ "createdAt": "2026-03-06T14:11:32.000Z",
57
+ "updatedAt": "2026-03-09T14:24:32.000Z",
58
+ "hackathon": {
59
+ "location": "Tokyo, Japan",
60
+ "online": null,
61
+ "prizes": [
62
+ {
63
+ "track": null,
64
+ "amount": 15000,
65
+ "currency": "USD"
66
+ },
67
+ {
68
+ "track": null,
69
+ "amount": 10000,
70
+ "currency": "USD"
71
+ },
72
+ {
73
+ "track": null,
74
+ "amount": 10000,
75
+ "currency": "USD"
76
+ }
77
+ ]
78
+ }
79
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1277",
4
+ "fundingType": "hackathon",
5
+ "title": "ETHGlobal Open Agents",
6
+ "description": "Open Agents is an event bringing together some of the top minds and experts in Ethereum Ecosystem. Join the largest Ethereum developer community to tackle the challenges that will define the next evolution in Web3. Connect networks; bring operations on chain; even create your own dApp. Whatever project you choose, you’ll build alongside mentors and partners and finish by presenting your work to some of the most respected minds in the industry.",
7
+ "summary": "ETHGlobal hackathon: Open Agents",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "ETHGlobal Open Agents",
12
+ "website": "https://ethglobal.com/events/openagents"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1277",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "Ethereum"
22
+ ],
23
+ "categories": [
24
+ "Hackathon",
25
+ "AI",
26
+ "Infrastructure"
27
+ ],
28
+ "tags": [
29
+ "Hackathons"
30
+ ],
31
+ "applicationUrl": "https://ethglobal.com/events/openagents",
32
+ "website": "https://ethglobal.com/events/openagents",
33
+ "socialLinks": {
34
+ "twitter": "https://x.com/ETHGlobal"
35
+ },
36
+ "funding": {
37
+ "budget": 50000
38
+ },
39
+ "opensAt": "2026-04-24T12:00:00.000Z",
40
+ "deadlines": [
41
+ {
42
+ "type": "fixed",
43
+ "date": "2026-05-06T23:59:59.000Z",
44
+ "label": "application"
45
+ },
46
+ {
47
+ "type": "fixed",
48
+ "date": "2026-04-24T17:00:00.000Z",
49
+ "label": "registration"
50
+ },
51
+ {
52
+ "type": "fixed",
53
+ "date": "2026-04-24T12:00:00.000Z",
54
+ "label": "event start"
55
+ },
56
+ {
57
+ "type": "fixed",
58
+ "date": "2026-05-06T23:59:59.999Z",
59
+ "label": "event end"
60
+ }
61
+ ],
62
+ "createdAt": "2026-03-20T00:01:31.000Z",
63
+ "updatedAt": "2026-05-07T00:05:55.000Z",
64
+ "hackathon": {
65
+ "location": "Remote",
66
+ "online": null,
67
+ "prizes": [
68
+ {
69
+ "track": null,
70
+ "amount": 50000,
71
+ "currency": "USD"
72
+ }
73
+ ]
74
+ }
75
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1302",
4
+ "fundingType": "hackathon",
5
+ "title": "HashCash Hashathon",
6
+ "description": "Multi-track hackathon for builders, artists, analysts, toolmakers in data/AI, builder tools, art, Grotto L1, hardware supplier tracks on Avalanche ecosystem. Build useful projects; applications open April 1.",
7
+ "summary": "Multi-track hackathon for builders, artists, analysts, toolmakers in data/AI, builder tools,...",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "HashCash Hashathon",
12
+ "website": "https://hashcash.club/hashathon"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1302",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "Avalanche"
22
+ ],
23
+ "categories": [
24
+ "Funding Opportunity"
25
+ ],
26
+ "applicationUrl": "https://hashcash.club/hashathon",
27
+ "website": "https://hashcash.club/hashathon",
28
+ "socialLinks": {
29
+ "twitter": "https://x.com/clubhashcash"
30
+ },
31
+ "funding": {
32
+ "budget": 5000
33
+ },
34
+ "opensAt": "2026-04-01T00:00:00.000Z",
35
+ "deadlines": [
36
+ {
37
+ "type": "fixed",
38
+ "date": "2026-04-30T23:59:00.000Z",
39
+ "label": "application"
40
+ },
41
+ {
42
+ "type": "fixed",
43
+ "date": "2026-04-01T00:00:00.000Z",
44
+ "label": "event start"
45
+ },
46
+ {
47
+ "type": "fixed",
48
+ "date": "2026-04-30T23:59:00.000Z",
49
+ "label": "event end"
50
+ }
51
+ ],
52
+ "createdAt": "2026-03-27T20:58:42.000Z",
53
+ "updatedAt": "2026-03-28T00:01:58.000Z",
54
+ "hackathon": {
55
+ "location": "Remote",
56
+ "online": null,
57
+ "tracks": [
58
+ "Data & AI",
59
+ "Builder",
60
+ "Art",
61
+ "Grotto",
62
+ "Hardware Supplier"
63
+ ],
64
+ "prizes": [
65
+ {
66
+ "track": null,
67
+ "amount": 5000,
68
+ "currency": "USD"
69
+ }
70
+ ]
71
+ }
72
+ }
@@ -0,0 +1,76 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1231",
4
+ "fundingType": "hackathon",
5
+ "title": "RNS Hack_Overflow 2.0",
6
+ "description": "RNS_HackOverflow 2.0 is an annual 24-Hour Hackathon,hosted by the Department of Information Science and Engineering. This Hackathon serves as the backbone for fulfilling the primary motto of HackOverflow 2.0, i.e.\"developing interest and encouraging innovation intechnology among the peers\".\nIt offers a supportive environment to showcase yourpassion for technology and innovation by coding andcollaborating with others. But this hackathon isn't just about coding - it's about the learning and experiences that come with creating something new and impactful. It\nprovides an opportunity to share knowledge, build a network, and learn new techniques and industry tools.",
7
+ "summary": "RNS_HackOverflow 2.0 is an annual 24-Hour Hackathon,hosted by the Department of Information...",
8
+ "status": "upcoming",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "RNS Hack_Overflow 2.0",
12
+ "website": "https://rns-hackoverflow-2.devfolio.co"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1231",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "Ethereum"
22
+ ],
23
+ "categories": [
24
+ "Hackathon"
25
+ ],
26
+ "applicationUrl": "https://rns-hackoverflow-2.devfolio.co",
27
+ "website": "https://rns-hackoverflow-2.devfolio.co",
28
+ "funding": {
29
+ "budget": 350
30
+ },
31
+ "opensAt": "2026-07-17T03:30:00.000Z",
32
+ "deadlines": [
33
+ {
34
+ "type": "fixed",
35
+ "date": "2026-07-09T18:29:00.000Z",
36
+ "label": "application"
37
+ },
38
+ {
39
+ "type": "fixed",
40
+ "date": "2026-07-09T18:29:00.000Z",
41
+ "label": "registration"
42
+ },
43
+ {
44
+ "type": "fixed",
45
+ "date": "2026-07-17T03:30:00.000Z",
46
+ "label": "event start"
47
+ },
48
+ {
49
+ "type": "fixed",
50
+ "date": "2026-08-14T03:45:00.000Z",
51
+ "label": "event end"
52
+ }
53
+ ],
54
+ "createdAt": "2026-03-09T20:29:40.000Z",
55
+ "updatedAt": "2026-03-11T01:07:17.000Z",
56
+ "hackathon": {
57
+ "location": "RNS INSTITUTE OF TECHNOLOGY, RNS Farms Road, Channasandra, Rajarajeshwari Nagar, Bengaluru, Karnataka, India",
58
+ "online": null,
59
+ "prizes": [
60
+ {
61
+ "track": null,
62
+ "amount": 100,
63
+ "currency": "USD"
64
+ },
65
+ {
66
+ "track": null,
67
+ "amount": 250,
68
+ "currency": "USD"
69
+ }
70
+ ],
71
+ "teamSize": {
72
+ "min": 1,
73
+ "max": 4
74
+ }
75
+ }
76
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1235",
4
+ "fundingType": "hackathon",
5
+ "title": "EVE Frontier x Sui Hackathon 2026",
6
+ "description": "Builders create mods extending the EVE Frontier space survival game on Sui, across categories like utility, technical excellence, creativity, weirdest idea, and live server integration. Open to all builders; register via the event site and launcher for server access, then submit projects for evaluation. Prizes include cash awards up to $15,000, SUI tokens, EVE Points, game access, and Sui Basecamp tickets.",
7
+ "summary": "Hackathon for building on EVE Frontier toolkit using Sui blockchain, focusing on-chain survival...",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "EVE Frontier x Sui Hackathon 2026",
12
+ "website": "https://evefrontier.com/en/news/eve-frontier-sui-2026-hackathon"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1235",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "Sui"
22
+ ],
23
+ "categories": [
24
+ "Upcoming Deadline",
25
+ "Gaming"
26
+ ],
27
+ "resourceLinks": "Original posting: https://evefrontier.com/en/news/eve-frontier-sui-2026-hackathon",
28
+ "applicationUrl": "https://www.deepsurge.xyz/evefrontier2026",
29
+ "website": "https://evefrontier.com/en/news/eve-frontier-sui-2026-hackathon",
30
+ "funding": {
31
+ "budget": 52500,
32
+ "maxAward": 15000
33
+ },
34
+ "opensAt": "2026-03-11T00:00:00.000Z",
35
+ "deadlines": [
36
+ {
37
+ "type": "fixed",
38
+ "date": "2026-03-31T00:00:00.000Z",
39
+ "label": "application"
40
+ },
41
+ {
42
+ "type": "fixed",
43
+ "date": "2026-03-31T23:59:00.000Z",
44
+ "label": "registration"
45
+ },
46
+ {
47
+ "type": "fixed",
48
+ "date": "2026-03-11T00:00:00.000Z",
49
+ "label": "event start"
50
+ },
51
+ {
52
+ "type": "fixed",
53
+ "date": "2026-04-24T23:59:00.000Z",
54
+ "label": "event end"
55
+ }
56
+ ],
57
+ "createdAt": "2026-03-10T00:09:06.000Z",
58
+ "updatedAt": "2026-03-31T00:02:00.000Z",
59
+ "hackathon": {
60
+ "location": "Virtual15",
61
+ "online": null,
62
+ "prizes": [
63
+ {
64
+ "track": null,
65
+ "amount": 80000,
66
+ "currency": "USD"
67
+ }
68
+ ],
69
+ "teamSize": {
70
+ "min": 1,
71
+ "max": 5
72
+ }
73
+ }
74
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1219",
4
+ "fundingType": "hackathon",
5
+ "title": "KnowledgeQuarry: Data Science Challenge",
6
+ "description": "A **Data Science Challenge** by **Convoke 8.0, Cluster Innovation Centre, University of Delhi.** Step into the world of data and discovery with **KnowledgeQuarry**. \n\nParticipants can choose between two exciting streams: the **analytics track**, where you mine insights through descriptive and inferential statistics to answer pressing questions, or the **ML engineering track**, where you build pipelines with trained models capable of real‑time predictions. In both cases, your findings must be presented through a dashboard — whether simple or advanced — and bonus points await teams that incorporate optimization or “what‑if” scenarios. Above all, this challenge is about telling a compelling story with data and communicating it effectively. \n\nThe **initial phase** of this event will involve an **online screening round** where the participating teams will be tested on their thought and design process, problem solving approach, basics and awareness of Data Science concepts and coding skills. The top teams clearing this round will move on to **Path A**, while the rest will have the opportunity to continue on **Path B**. Both tracks will involve a multi-day challenge for the teams to complete and submit their problem solution. Submissions should be made in the form of a dashboard and a presentation/report. \n\n**Path A:** The final day will be held at DU CIC. At least one team member must be present at the venue to present their findings. \n**Path B:** This track will be completely online. Submissions have to be made via a pre-designated channel.",
7
+ "summary": "A **Data Science Challenge** by **Convoke 8.0, Cluster Innovation Centre, University of Delhi.",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "KnowledgeQuarry: Data Science Challenge",
12
+ "website": "https://knowledgequarry-2026.devfolio.co"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1219",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "IoT",
22
+ "AI",
23
+ "HealthTech"
24
+ ],
25
+ "categories": [
26
+ "Hackathon"
27
+ ],
28
+ "applicationUrl": "https://knowledgequarry-2026.devfolio.co",
29
+ "website": "https://knowledgequarry-2026.devfolio.co",
30
+ "funding": {
31
+ "budget": 6356
32
+ },
33
+ "opensAt": "2026-04-01T00:00:00.000Z",
34
+ "deadlines": [
35
+ {
36
+ "type": "fixed",
37
+ "date": "2026-03-29T18:29:00.000Z",
38
+ "label": "application"
39
+ },
40
+ {
41
+ "type": "fixed",
42
+ "date": "2026-03-29T18:29:00.000Z",
43
+ "label": "registration"
44
+ },
45
+ {
46
+ "type": "fixed",
47
+ "date": "2026-04-01T00:00:00.000Z",
48
+ "label": "event start"
49
+ },
50
+ {
51
+ "type": "fixed",
52
+ "date": "2026-04-10T09:30:00.000Z",
53
+ "label": "event end"
54
+ }
55
+ ],
56
+ "createdAt": "2026-03-09T20:29:39.000Z",
57
+ "updatedAt": "2026-03-30T00:01:54.000Z",
58
+ "hackathon": {
59
+ "location": "Cluster Innovation Centre, University of Delhi, GC Narang Road, Delhi, India",
60
+ "online": null,
61
+ "prizes": [
62
+ {
63
+ "track": null,
64
+ "amount": 6356,
65
+ "currency": "USD"
66
+ }
67
+ ],
68
+ "teamSize": {
69
+ "min": 1,
70
+ "max": 3
71
+ }
72
+ }
73
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "specVersion": "1.0.0",
3
+ "id": "fundingmap:1254",
4
+ "fundingType": "hackathon",
5
+ "title": "TON AI Agent Hackathon",
6
+ "description": "Two-week hackathon with $20K prizes split across Agent Infrastructure ($10K for tooling, wallets, payments on TON) and User-Facing Agents ($10K for Telegram-integrated AI agents like commerce, trading, automation). Open to developers building AI on TON/Telegram stack; register via IdentityHub.",
7
+ "summary": "Two-week hackathon with $20K prizes split across Agent Infrastructure ($10K for tooling,...",
8
+ "status": "archived",
9
+ "sponsoringOrganizations": [
10
+ {
11
+ "name": "TON AI Agent Hackathon",
12
+ "website": "https://identityhub.app/contests/ai-hackathon"
13
+ }
14
+ ],
15
+ "source": {
16
+ "ingestedVia": "import",
17
+ "originalId": "1254",
18
+ "verifiedAgainstSource": null
19
+ },
20
+ "ecosystems": [
21
+ "TON"
22
+ ],
23
+ "categories": [
24
+ "Funding Opportunity",
25
+ "AI"
26
+ ],
27
+ "applicationUrl": "https://identityhub.app/contests/ai-hackathon",
28
+ "website": "https://identityhub.app/contests/ai-hackathon",
29
+ "funding": {
30
+ "budget": 20000
31
+ },
32
+ "opensAt": "2026-03-11T00:00:00.000Z",
33
+ "deadlines": [
34
+ {
35
+ "type": "fixed",
36
+ "date": "2026-03-25T23:59:00.000Z",
37
+ "label": "application"
38
+ },
39
+ {
40
+ "type": "fixed",
41
+ "date": "2026-03-25T23:59:00.000Z",
42
+ "label": "registration"
43
+ },
44
+ {
45
+ "type": "fixed",
46
+ "date": "2026-03-11T00:00:00.000Z",
47
+ "label": "event start"
48
+ },
49
+ {
50
+ "type": "fixed",
51
+ "date": "2026-03-25T23:59:00.000Z",
52
+ "label": "event end"
53
+ }
54
+ ],
55
+ "createdAt": "2026-03-12T19:59:39.000Z",
56
+ "updatedAt": "2026-03-26T00:02:10.000Z",
57
+ "hackathon": {
58
+ "location": "Virtual",
59
+ "online": null,
60
+ "tracks": [
61
+ "Agent Infrastructure",
62
+ "User-Facing AI Agents"
63
+ ],
64
+ "prizes": [
65
+ {
66
+ "track": null,
67
+ "amount": 20000,
68
+ "currency": "USD"
69
+ }
70
+ ]
71
+ }
72
+ }