> 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-tokenomics/ialgebralimitvirtualpool.md).

# IAlgebraLimitVirtualPool

## Functions

### desiredEndTimestamp

`desiredEndTimestamp()` view external

**Returns:**

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

### desiredStartTimestamp

`desiredStartTimestamp()` view external

**Returns:**

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

### isFinished

`isFinished()` view external

**Returns:**

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

### finish

`finish()` external

Finishes incentive if it wasn't

**Returns:**

| Name        | Type   | Description |
| ----------- | ------ | ----------- |
| wasFinished | bool   |             |
| activeTime  | uint32 |             |

***
