Skip to content
11 changes: 10 additions & 1 deletion docs/bridges/hashi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ title: Working with Hashi
description: Hashi is an EVM oracle aggregator
keywords: [hashi, oracle aggregator]
---
:::info
🚨 The Hashi integration initiative — originally approved under [GIP‑93](https://forum.gnosis.io/t/gip-93-should-gnosisdao-support-the-integration-of-hashi-within-gnosis-chains-canonical-bridges/8245) and subsequently implemented across both the AMB & xDAI bridges—will be formally **deprecated**.

Read the entire forum details [here](https://forum.gnosis.io/t/deprecation-notice-hashi-on-gnosis-canonical-bridges-ends-maintenance/11467)
:::

:::warning
Hashi is deprecated and will be removed from the bridge UI by 29 August 2025.
:::

Hashi is an EVM Hash Oracle Aggregator, designed to facilitate a
[principled approach to cross-chain bridge security](https://ethresear.ch/t/a-principled-approach-to-bridges/14725?u=auryn). Hashi is developed and maintained further by the Cross-chain Alliance team. The integration of Hashi within Gnosis Chain's Canonical Bridges is in progress, check out [here](https://forum.gnosis.io/t/gip-93-should-gnosisdao-support-the-integration-of-hashi-within-gnosis-chains-canonical-bridges/8245).
Expand All @@ -14,4 +23,4 @@ Hashi documentation is now at [crosschain-alliance/Hashi](https://crosschain-all

The primary insight being that the vast majority of bridge-related security incidents could have had minimal impact if
the systems relying on them had built in some redundancy. In other words, it's much more secure to require messages be
validated by multiple independent mechanisms, rather than by just one. We call this setup a **RAIHO** (Redundant Array of Independent Hash Oracles).
validated by multiple independent mechanisms, rather than by just one. We call this setup a **RAIHO** (Redundant Array of Independent Hash Oracles).
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
---
sidebar_position: 5
sidebar_position: 1
title: Hashi Integration
description: How do the bridges work after Hashi integration
keywords: [amb bridge, arbitrary message bridge, omnibridge, xdai bridge, hashi]
---
:::info
🚨 The Hashi integration initiative — originally approved under [GIP‑93](https://forum.gnosis.io/t/gip-93-should-gnosisdao-support-the-integration-of-hashi-within-gnosis-chains-canonical-bridges/8245) and subsequently implemented across both the AMB & xDAI bridges—will be formally **deprecated**.

- **Active maintenance will cease by 22 August 2025**.
- **The Hashi validator will be removed from the bridge UI by 29 August 2025**.

Read the entire forum details [here](https://forum.gnosis.io/t/deprecation-notice-hashi-on-gnosis-canonical-bridges-ends-maintenance/11467)
:::

# Hashi integration

Expand Down
9 changes: 6 additions & 3 deletions docs/bridges/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ sidebar_position: 6
description: Gnosis is investing significant resources into trust-minimization of its Bridges, to ensure trust and safety of users.
keywords: [bridge roadmap, trustless bridge, light client, zksnark]
---
:::info
🚨 The Hashi integration initiative — originally approved under [GIP‑93](https://forum.gnosis.io/t/gip-93-should-gnosisdao-support-the-integration-of-hashi-within-gnosis-chains-canonical-bridges/8245) and subsequently implemented across both the AMB & xDAI bridges—will be formally **deprecated**.

Gnosis is investing significant resources into trust-minimization of its Bridges, to ensure trust and safety of users.
- **Active maintenance will cease by 22 August 2025**.
- **The Hashi validator will be removed from the bridge UI by 29 August 2025**.

### xDAI Bridge - replacing DAI with USDS as collateral 🚧
Read the entire forum details [here](https://forum.gnosis.io/t/deprecation-notice-hashi-on-gnosis-canonical-bridges-ends-maintenance/11467)
:::

The [proposal](https://forum.gnosis.io/t/gip-118-should-sdai-be-replaced-by-susds-in-the-bridge/9354) suggests replacing sDAI in the Gnosis Chain bridge on Ethereum’s side with sUSDS to capitalize on the higher yield from the Sky Savings Rate (SSR), which is 1% higher than the DAI Savings Rate (DSR). The native Gnosis Chain token would remain xDAI.

### Hashi - A cross chain protocol based on distributed trust of the underlying security mechanisms ✅

Expand Down
2 changes: 1 addition & 1 deletion docs/technicalguides/DeFi/Deploy A Cow Swap Widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tutorial will guide you through deploying Cow Swap swap frontends using the
First, clone the `@widget-examples` repository to your local machine. This repository contains all the necessary code examples for deploying Cow Swap swap frontends.

```bash
git clone https://github.com/cowswap/widget-examples.git
git clone https://github.com/cowprotocol/widget-examples.git
cd widget-examples
```

Expand Down
Loading
Loading