# Owner Capabilities

* addCoreVestedTokensBulk - The owner of the contract can mint up to 35,800,000 tokens. The owner can choose the vesting policy of the new minted tokens. The tokens which were minted using this function will have a cliff of 1 month.
* addPrivateSaleVestedTokensBulk  - The owner of the contract can mint 26,700,000 tokens. The owner can choose the vesting policy of the new minted tokens. The tokens which were minted using this function do not have a cliff and 15% of the amount allocated is released immediately. &#x20;


---

# 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://audits.solidgrp.io/rxc/audit-result/owner-capabilities.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.
