Skip to content

Commit f929749

Browse files
authored
Update swaps.md
Signed-off-by: FT <[email protected]>
1 parent 4a561ec commit f929749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/swaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `Swapper` and `SwapVerifier` contracts are helpers for executing swaps and swaps-to-repay operations on EVK vaults, using EVC batches.
44

5-
## Security and trust boundries
5+
## Security and trust boundaries
66

77
The `Swapper` contract is not trusted. From the protocol's perspective, it is a black box. Provided with a token to sell, it is supposed to execute the swap and return the bought token either as a balance available for deposit or as repaid debt. No assumptions are made about how the swap is performed or about the security of the `Swapper` code. In fact, the `Swapper` has no access control and allows anyone to remove any token balance it holds at any time. The provided implementation is just a reference; users are generally free to use any swapper they choose.
88

0 commit comments

Comments
 (0)