diff --git a/src/components/icons/staking/OriginEtherGlyphIcon.tsx b/src/components/icons/staking/OriginEtherGlyphIcon.tsx
new file mode 100644
index 00000000000..9999f206d6c
--- /dev/null
+++ b/src/components/icons/staking/OriginEtherGlyphIcon.tsx
@@ -0,0 +1,124 @@
+import { commonIconDefaultAttrs } from "@/components/icons/utils"
+
+import { createIconBase } from "../icon-base"
+
+export const OriginEtherGlyphIcon = createIconBase({
+ displayName: "OriginEtherGlyphIcon",
+ viewBox: "0 0 196 196",
+ className: "size-[1em] [&_.white]:fill-white dark:[&_.white]:fill-black",
+ ...commonIconDefaultAttrs,
+ children: (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ ),
+})
diff --git a/src/components/icons/staking/index.ts b/src/components/icons/staking/index.ts
index 7b14e013d67..0b92df2a245 100644
--- a/src/components/icons/staking/index.ts
+++ b/src/components/icons/staking/index.ts
@@ -22,6 +22,7 @@ export * from "./LidoGlyphIcon"
export * from "./LiquidityTokenIcon"
export * from "./MultiClientIcon"
export * from "./OpenSourceStakingIcon"
+export * from "./OriginEtherGlyphIcon"
export * from "./P2PGlyphIcon"
export * from "./PermissionlessIcon"
export * from "./RocketPoolGlyphIcon"
diff --git a/src/data/staking-products.json b/src/data/staking-products.json
index 194a6477ab2..4aa343477e8 100644
--- a/src/data/staking-products.json
+++ b/src/data/staking-products.json
@@ -1125,6 +1125,54 @@
"eventName": "Clicked Bedrock go to link"
}
},
+ {
+ "name": "Origin Ether",
+ "imageName": "OriginEther",
+ "hue": 211,
+ "launchDate": "2023-05-16",
+ "url": "https://originprotocol.eth.limo/",
+ "audits": [
+ {
+ "name": "OpenZeppelin - Origin SSV Native Staking - June 2024",
+ "url": "https://github.com/OriginProtocol/security/blob/master/audits/OpenZeppelin%20-%20Origin%20SSV%20Native%20Staking%20-%20June%202024.pdf"
+ },
+ {
+ "name": "Audit List",
+ "url": "https://docs.originprotocol.com/security-and-risk/audits"
+ }
+ ],
+ "minEth": 0,
+ "feePercentage": 20,
+ "tokens": [
+ {
+ "name": "Origin Ether",
+ "symbol": "OETH",
+ "address": "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3"
+ }
+ ],
+ "isFoss": true,
+ "hasBugBounty": true,
+ "isTrustless": true,
+ "hasPermissionlessNodes": false,
+ "pctMajorityExecutionClient": 50,
+ "pctMajorityConsensusClient": 50,
+ "platforms": ["Browser"],
+ "ui": ["GUI"],
+ "socials": {
+ "telegram": "https://t.me/originprotocol",
+ "reddit": "https://www.reddit.com/r/originprotocol/",
+ "twitter": "https://twitter.com/OriginProtocol",
+ "discord": "https://discord.com/invite/ogn",
+ "github": "https://github.com/originprotocol",
+ "youtube": "https://www.youtube.com/c/originprotocol",
+ "linkedin": "https://www.linkedin.com/company/originprotocol/"
+ },
+ "matomo": {
+ "eventCategory": "StakingProductCard",
+ "eventAction": "Clicked",
+ "eventName": "Clicked Origin Ether go to link"
+ }
+ },
{
"name": "Everstake",
"imageName": "Everstake",