# Router

The router, fully supports all the basic requirements of a front-end offering trading and liquidity management functionality. Notably, it natively supports multi-pair trades (e.g. x to y to z), treats KCS as a first-class citizen, and offers meta-transactions for removing liquidity.

### Code

[KoffeeSwapRouter.sol](https://github.com/KoffeeSwap/koffeeswap-contracts/blob/master/router/KoffeeSwapRouter.sol)

### ABI

[KoffeeSwapRouter.abi](https://github.com/KoffeeSwap/koffeeswap-contracts/blob/master/abis/KoffeeSwapRouter.abi)

### Address

The router contract is deployed to the KuCoin Community Chain at: \
[`0xc0fFee0000C824D24E0F280f1e4D21152625742b`](https://explorer.kcc.io/en/address/0xc0ffee0000c824d24e0f280f1e4d21152625742b)

*Also available on the KCC tesnet at the same address.*
