# Status

A stream has different statuses:

* Pending = Meaning that start\_date has not been reached.
* Ongoing = Meaning that start\_date has been reached but end\_date has not been reached.
* Canceled = Means that during Ongoing status and after calcellable\_date, the stream has been canceled.
* Settled or Expired = Meaning that the stream has reached end\_date without getting canceled.


---

# 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://docs.fluxity.finance/features/status.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.
