From 05b9a27775bf9a691b14301b69d1999f655bc21b Mon Sep 17 00:00:00 2001 From: ping <18786721@qq.com> Date: Tue, 29 Aug 2023 09:25:42 +0800 Subject: [PATCH] Update spec/app/ics-101-interchain-swap/README.md Co-authored-by: Carlos Rodriguez --- spec/app/ics-101-interchain-swap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/ics-101-interchain-swap/README.md b/spec/app/ics-101-interchain-swap/README.md index 6e5bd5e32..4f0b793ae 100644 --- a/spec/app/ics-101-interchain-swap/README.md +++ b/spec/app/ics-101-interchain-swap/README.md @@ -48,7 +48,7 @@ Features include an option to provide liquidity with a single asset instead of a - `Permissionless`: no need to whitelist connections, modules, or denominations. Individual implementations may have their own permissioning scheme, however the protocol must not require permissioning from a trusted party to be secure. - `Decentralized`: all parameters are managed on chain via governance. Does not require any central authority or entity to function. Also does not require a single blockchain, acting as a hub, to function. -- `Gaurantee of Exchange`: no occurrence of a user receiving tokens without the equivalent promised exchange. +- `Guarantee of Exchange`: no occurrence of a user receiving tokens without the equivalent promised exchange. - `Liquidity Incentives`: supports the collection of fees which are distributed to liquidity providers and acts as incentive for liquidity participation. - `Weighted Math`: allows the configuration of pool weights so users can choose their levels of exposure between the tokens.