Overview
Last updated
Last updated
Seacows is an automated liquidity protocol powered by a constant product formula and implemented in a system of non-upgradeable smart contracts on the Ethereum blockchain. It obviates the need for trusted intermediaries, prioritising decentralisation, censorship resistance, and security.
All the fee are with respect to the PERCENTAGE_PRECISION
.
There are 2 fee tiers:
0.5%. See POINT_FIVE_PERCENT
1%. See ONE_PERCENT
The fee tier is determined when it was created. The swap fee accumulates in the Pair but will not be considered as part of the liquidity. To collect swap fee, please refer to Collect Swap Fee.
Protocol fee is the fee that will be collected every swap and transferred to the feeTo
address specified in the SeacowsPositionManager.
Max Protocol Fee = 10%
Default Protocol Fee = 0.3%
The protocol fee can be configured by Royalty Fee Manager. See royaltyFeeManager.
The max protocol fee is a constant in the pair contract. See MAX_PROTOCOL_FEE_PERCENT.