From 713840b1bc267ca80a8021d8c047a37dbfb2e978 Mon Sep 17 00:00:00 2001 From: Salman8311 <147958606+Salman8311@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:35:03 +0530 Subject: [PATCH 1/4] Update Orb.md Fix broken/private resource link for OrbOracle Solidity --- GSoC-Ideas/2026/Orb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSoC-Ideas/2026/Orb.md b/GSoC-Ideas/2026/Orb.md index d37e353..918ef8b 100644 --- a/GSoC-Ideas/2026/Orb.md +++ b/GSoC-Ideas/2026/Orb.md @@ -19,7 +19,7 @@ The composed oracle should be implemented as a standalone smart contract that re ## Resources -* [OrbOracle Solidity contracts](https://github.com/StabilityNexus/OrbOracle-Solidity) +* [OrbOracle Solidity contracts](https://github.com/StabilityNexus/OrbOracle-Solidity) ⚠️ (Currently private/unavailable) * [OrbOracle EVM frontend](https://github.com/StabilityNexus/OrbOracle-EVM-Frontend) * [StablePay](https://github.com/DjedAlliance/StablePay) – example consumer of composed feeds * [Djed overview](/stablecoins/djed-overview) – showcases how oracle quality impacts collateralized stablecoins From 6e1c4bf7c222c699d6fb25862fc9334c9ec2fad3 Mon Sep 17 00:00:00 2001 From: Salman8311 <147958606+Salman8311@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:02:36 +0530 Subject: [PATCH 2/4] Update Gluon.md --- GSoC-Ideas/2026/Gluon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSoC-Ideas/2026/Gluon.md b/GSoC-Ideas/2026/Gluon.md index cd4934f..eafb051 100644 --- a/GSoC-Ideas/2026/Gluon.md +++ b/GSoC-Ideas/2026/Gluon.md @@ -22,7 +22,7 @@ Because Gluon spans Solidity contracts plus the Reactor creation web UI, the sel * [Gluon-EVM](https://github.com/StabilityNexus/Gluon-EVM) – core contracts and Reactor Factory * [Gluon-EVM-WebUI](https://github.com/StabilityNexus/Gluon-EVM-WebUI) – Reactor creation dashboard -* [OrbOracle Solidity contracts](https://github.com/StabilityNexus/OrbOracle-Solidity) and [Explorer frontend](https://github.com/StabilityNexus/OrbOracle-EVM-Frontend) +* [OrbOracle Solidity contracts](https://github.com/StabilityNexus/OrbOracle-Solidity) ⚠️ (Currently private/unavailable) and [Explorer frontend](https://github.com/StabilityNexus/OrbOracle-EVM-Frontend) ⚠️ (Currently private/unavailable) * [Pyth Network docs](https://docs.pyth.network/) * [Chainlink Data Feeds docs](https://docs.chain.link/data-feeds) * Djed adapter references (ask Yogesh / see Djed-Solidity repositories) for multi-oracle patterns From db3c43adbec2a1b05f5574a1cc63d59fdfe9c678 Mon Sep 17 00:00:00 2001 From: Salman8311 <147958606+Salman8311@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:09:21 +0530 Subject: [PATCH 3/4] Update Fate.md --- GSoC-Ideas/2026/Fate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSoC-Ideas/2026/Fate.md b/GSoC-Ideas/2026/Fate.md index 39f4045..744b029 100644 --- a/GSoC-Ideas/2026/Fate.md +++ b/GSoC-Ideas/2026/Fate.md @@ -31,7 +31,7 @@ Fate Protocol is deployed across multiple EVM-compatible networks: Ethereum, Bas ## Resources * [Fate Protocol Frontend](https://github.com/StabilityNexus/Fate-EVM-Frontend) -* [Fate Protocol Smart Contracts](https://github.com/StabilityNexus/Fate-Solidity) +* [Fate Protocol Smart Contracts](https://github.com/StabilityNexus/Fate-Solidity)⚠️ (Currently private/unavailable) * [Chainlink Oracle Documentation](https://docs.chain.link/) * [Oracle Design Patterns](https://ethereum.org/en/developers/docs/oracles/) * [Prediction Market Mechanisms](https://en.wikipedia.org/wiki/Prediction_market) From b7ce8dea7bd32f6a457d614d812df22cd52b7312 Mon Sep 17 00:00:00 2001 From: Salman8311 <147958606+Salman8311@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:43:11 +0530 Subject: [PATCH 4/4] Update Karma.md --- GSoC-Ideas/2026/Karma.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/GSoC-Ideas/2026/Karma.md b/GSoC-Ideas/2026/Karma.md index 782101a..d4f5bc1 100644 --- a/GSoC-Ideas/2026/Karma.md +++ b/GSoC-Ideas/2026/Karma.md @@ -36,6 +36,13 @@ We have previously implemented a function that calculates the weight of a tokenh * The frontend should be lean and backend-free. +## Contributor Notes + +- Some linked repositories or related resources may be private, unavailable, or under active development. +- Contributors are encouraged to verify repository access before relying on a linked resource. +- For the latest guidance, discuss the idea with mentors and contributors in the project communication channels. + + ## Resources * [Fate Protocol Frontend](https://github.com/StabilityNexus/Fate-EVM-Frontend)