doc.gno
0.40 Kb ยท 9 lines
1// package v1 handles token swaps through GnoSwap liquidity pools.
2//
3// The router provides user-facing swap functions with slippage protection,
4// multi-hop routing, and automatic GNOT wrapping/unwrapping. It supports
5// both exact input and exact output swap modes.
6//
7// All swap functions include deadline checks and minimum output validation
8// to protect users from unfavorable price movements.
9package v1