Skip to content

Commit

Permalink
Update gateway.md
Browse files Browse the repository at this point in the history
Added link to audits under "security and trust assumptions".
  • Loading branch information
philippb90 committed Aug 29, 2024
1 parent cdeb7b3 commit 3fbcfc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/build/bob-sdk/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ The protocol requires zero trust between the market makers and users because it

Furthermore, infrastructure run by the BOB team never has access to the market markers' tBTC, wBTC, or ETH funds stored in their smart contracts. The user interface and server manage order flow to prevent liquidity sniping and user errors (e.g. sending BTC without sufficient liquidity being available), but neither the front end or back end ever have access to users' or market makers' funds.

The code has been [audited by Pachov and Common Prefix](https://docs.gobob.xyz/docs/build/bob-sdk/gateway#security-and-trust-assumptions)

## Code References

- `bob/sdk/src/gateway/client.ts`: API client code ([GitHub](https://github.com/bob-collective/bob/blob/master/sdk/src/gateway/client.ts))
Expand Down

0 comments on commit 3fbcfc7

Please sign in to comment.