diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index ffd1a575292..4d4af371971 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -286,6 +286,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/zksynth.png", + name: "ZKSynth", + link: "https://app.zksynth.com/", + description: + "zkSynth allows you to create and trade synthetic assets that track the price of any real-world asset, such as stocks, commodities, currencies, and more.", + filters: [], + isLive: false, + }, ]; export function EcosystemSection() { diff --git a/packages/website/public/images/ecosystem/zksynth.png b/packages/website/public/images/ecosystem/zksynth.png new file mode 100644 index 00000000000..5eb25f2a9e7 Binary files /dev/null and b/packages/website/public/images/ecosystem/zksynth.png differ