Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/doc up #3420

Merged
merged 2 commits into from
Nov 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/bridge/docs/03-RFQ/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: RFQ
title: Synapse Intent Network
---

import { RFQFlow } from '@site/src/components/RFQFlow'
Expand Down Expand Up @@ -36,9 +36,9 @@ import { RFQFlow } from '@site/src/components/RFQFlow'
[Guard]: /docs/RFQ/#entities
[Canceler]: /docs/RFQ/#entities

# Synapse RFQ Summary
# Synapse Intent Network

Synapse RFQ (Request-For-Quote) is an <abbr title="'Intent' refers to a user authorizing specific actions that they want to achieve, typically in very simple terms, such as a bridge or swap. Actual execution of the actions is then performed on the user's behalf by third parties known as solvers/relayers.">intent</abbr>-based bridging system that connects bridging users to a network of relayers.
Synapse Intent Network is an RFQ (Request-For-Quote) based <abbr title="'Intent' refers to a user authorizing specific actions that they want to achieve, typically in very simple terms, such as a bridge or swap. Actual execution of the actions is then performed on the user's behalf by third parties known as solvers/relayers.">intent</abbr> centric bridging system that connects bridging users to a network of relayers.

These relayers compete to provide the optimal bridge execution (eg: the best price) for the user's specific request.

Expand Down
Loading