> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/algebra-v1-technical-reference/contracts/api-reference-v1.0/v1.0-periphery/nonfungibletokenpositiondescriptor.md).

# NonfungibleTokenPositionDescriptor

Describes NFT token positions Produces a string containing the data URI for a JSON metadata string

## Variables

### address WNativeToken immutable

## Functions

### constructor

`constructor(address)` public

| Name           | Type    | Description |
| -------------- | ------- | ----------- |
| \_WNativeToken | address |             |

### tokenURI

`tokenURI(contract INonfungiblePositionManager,uint256)` view external

Produces the URI describing a particular token ID for a position manager

| Name            | Type                                 | Description                                                                    |
| --------------- | ------------------------------------ | ------------------------------------------------------------------------------ |
| positionManager | contract INonfungiblePositionManager | The position manager for which to describe the token                           |
| tokenId         | uint256                              | The ID of the token for which to produce a description, which may not be valid |

**Returns:**

| Name | Type   | Description |
| ---- | ------ | ----------- |
| \[0] | string |             |

### flipRatio

`flipRatio(address,address,uint256)` view public

| Name    | Type    | Description |
| ------- | ------- | ----------- |
| token0  | address |             |
| token1  | address |             |
| chainId | uint256 |             |

**Returns:**

| Name | Type | Description |
| ---- | ---- | ----------- |
| \[0] | bool |             |

### tokenRatioPriority

`tokenRatioPriority(address,uint256)` view public

| Name    | Type    | Description |
| ------- | ------- | ----------- |
| token   | address |             |
| chainId | uint256 |             |

**Returns:**

| Name | Type   | Description |
| ---- | ------ | ----------- |
| \[0] | int256 |             |

***
