# Purchasing & Redeeming RWAs

Execution of these requests follows a delayed settlement cycle (typically T+1 to T+2), reflecting real-world asset settlement constraints. All operations are handled asynchronously to ensure that each token is always 100% backed by the underlying asset, even while settlement is in progress. Usually, most of the RWA tokens will have their operations executed on a weekly basis due to operational specifics, so a request made before 12:00 on Friday will be executed on Monday.

### Deposit Cancellation

Deposit cancellations are available to be initiated by an operator and do not apply cancellation fees on the deposited amount.

### Time of Purchase

In case a deposit or redemption request is created after 12:00 on Friday, the request will be processed on the Monday after, due to operational specifics. The operators can cancel user's deposit anytime.

### Fees&#x20;

The users receive amounts of RWAs on deposit and $USC on redemption after fees.


---

# 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.colb.finance/investment-core-tech/liquid-real-world-assets/purchasing-and-redeeming-rwas.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.
