Position Characteristics

Click on each one to learn more

Collateral Token

An ERC20 that the user is providing.

User Amount

The amount of collateral tokens that the user is providing

Provided Token

An ERC20 token that the user is borrowing to form their position.

Goal Leverage

A leverage amount. Anywhere from 1x to 10x. The max leverage depends upon the liquidation fee of a position. When the leverage is below 2x, then the user tokens are used to compensate for the provided side(may change depending on bounds).

Lower and Upper Tick Bounds

These are the bounds for the position. They are set in ticks and they do not have to be proportional on each side.

Take Profit Point

This is the amount of profit that the position needs until it will be closed. The profit is calculated by essentially closing the position and comparing how much more collateral token the position contains. If the threshold is passed then its closed by a relayer.

Stop Loss Point

This is the amount in losses that the position needs until it will be closed. The loss is calculated by essentially closing the position and comparing how much less collateral token the position contains. If the threshold is passed then its closed by a relayer.

Lower Exit

This is a tick level, where if the position crosses below the level it will be closed.

Upper Exit

This is a tick level, where if the position crosses above the level it will be closed

List of Accepted Routes

These are all of the routes that are accepted for the liquidation of the position. The routes must be a subset of the lender's choices of routes.

Last updated