# StoBalanceStatus

## Index

### Enumeration members

* [Available](/polymesh-sdk-api-reference/docs-v6/enums/stobalancestatus.md#available)
* [Residual](/polymesh-sdk-api-reference/docs-v6/enums/stobalancestatus.md#residual)
* [SoldOut](/polymesh-sdk-api-reference/docs-v6/enums/stobalancestatus.md#soldout)

## Enumeration members

### Available

• **Available**: = "Available"

*Defined in* [*src/api/entities/Sto/types.ts:24*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/entities/Sto/types.ts#L24)

There still are Security Tokens available for purchase

### Residual

• **Residual**: = "Residual"

*Defined in* [*src/api/entities/Sto/types.ts:34*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/entities/Sto/types.ts#L34)

There are remaining tokens, but their added value is lower than the Offering's minimum investment, so they cannot be purchased. The offering should be manually closed to retrieve them

### SoldOut

• **SoldOut**: = "SoldOut"

*Defined in* [*src/api/entities/Sto/types.ts:28*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/entities/Sto/types.ts#L28)

All Security Tokens in the offering have been sold


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/enums/stobalancestatus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
