From d0e7f390478b7702d9c4cd00320652d6e5b2e60c Mon Sep 17 00:00:00 2001
From: Alex V <80408352+avsavsavs@users.noreply.github.com>
Date: Tue, 4 Jan 2022 09:13:23 -0500
Subject: [PATCH 1/4] FAQ REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT (#2022)
* REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT
This PR rebrands all mentions to GnosisDAO, Gnosis, Gnosis Protocol or GPv2 to CoW Protocol & CowDAO.
* Fix code style issues with Prettier
* escape apostrophe
Co-authored-by: Lint Action CowSwap is the first trading interface built on top of Gnosis Protocol v2. CowSwap is the first trading interface built on top of CoW Protocol.
CowSwap is a Meta DEX aggregator that allows you to buy and sell tokens using gasless orders that are
settled peer-to-peer among its users, or into any on-chain liquidity source while providing MEV protection.
@@ -179,7 +179,7 @@ export default function Faq() {
- Cowswap is built on top of the Gnosis protocol which matches trades via batch auctions for a variety of
+ Cowswap is built on top of the CoW Protocol which matches trades via batch auctions for a variety of
on-chain liquidity sources.
@@ -187,7 +187,7 @@ export default function Faq() {
pool/path offers the best price. It is thus essentially acting as a DexAggregator of the DexAggregators.
- In addition to that, before finding the best price for a trade from available on-chain liquidity, Gnosis
+ In addition to that, before finding the best price for a trade from available on-chain liquidity, CoW
Protocol first seeks a coincidence of wants within the existing batch to offer an even better price than any
pool can.
As of August 11th, 2021, CowSwap is no longer in alpha and moves to a final, stable version. The underlying
- Gnosis Protocol Smart contracts have been upgraded to integrate tightly with Balancer v2.
+ CoW Protocol Smart contracts have been upgraded to integrate tightly with Balancer v2.
@@ -357,9 +357,9 @@ export default function Faq() {
CowSwap can connect to all on-chain liquidity.
When CowSwap does not have enough CoWs (Coincidence of Wants) among the orders available for a batch, it
- taps other AMMs’ liquidity to be able to settle the traders’ orders. Gnosis Protocol v2 can be connected to
- any on-chain liquidity sources and can therefore enjoy the benefits of concentrating the fragmented
- liquidity across decentralized finance.
+ taps other AMMs’ liquidity to be able to settle the traders’ orders. CoW Protocol can be connected to any
+ on-chain liquidity sources and can therefore enjoy the benefits of concentrating the fragmented liquidity
+ across decentralized finance.
General
What is CowSwap?
- What makes CowSwap a "Meta" DEX aggregator?
How is CowSwap able to offer better prices?
@@ -415,9 +415,9 @@ export default function Faq() {
- In GPv2, instead of using a central operator or a constant function market maker to determine trade + In CoW Protocol, instead of using a central operator or a constant function market maker to determine trade settlements, the protocol uses a party called a "solver", who is the party in charge of providing the settlement solution to the batch auctions. Solvers compete against each other to submit the best possible batch settlement solution. Each time a solver submits a successful batch settlement solution, the @@ -427,16 +427,16 @@ export default function Faq() {
When an order is executed, the settlement contract withdraws the sell amount from the trader’s token balance
- via the GPv2 Vault Relayer (for more information read{' '}
+ via the CoW Protocol Vault Relayer (for more information read{' '}