# What is the minimum paid-up capital required for an issuer to raise funds through an interest scheme

> Refer to the tables below

{% tabs %}
{% tab title="Small Scheme" %}

| Minimun Paid-Up Capital (RM) | Fund size (RM)                         |
| ---------------------------- | -------------------------------------- |
| 500,000                      | Minimum 1 million, Maximum 10 million. |
| {% endtab %}                 |                                        |

{% tab title="Premium Scheme" %}

| Minimun Paid-Up Capital (RM) | Fund size (RM)                  |
| ---------------------------- | ------------------------------- |
| 1,000,000                    | Above 10 million to 50 million  |
| 2,000,000                    | Above 50 million to 100 million |
| 5,000,000                    | Above 100 million               |
| {% endtab %}                 |                                 |

{% tab title="Foreign Scheme" %}

| Minimun Paid-Up Capital (RM) | Fund size (RM) |
| ---------------------------- | -------------- |
| 5,000,000                    | Any amount     |
| {% endtab %}                 |                |
| {% endtabs %}                |                |


---

# 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://mykapital.gitbook.io/mykapital-faqs/faq-issuer/1.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.
