> For the complete documentation index, see [llms.txt](https://docs.qiro.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-onboarding/individual.md).

# Individual

## **Individual Investor Onboarding**

Individual investors must complete a simple 3-step onboarding flow before they can invest in lending pools on the Qiro Marketplace. This process ensures regulatory compliance and helps us determine investor eligibility.

***

### **1. Basic Information**

You will begin by submitting your personal and investment details:

* **Legal First Name**
* **Legal Last Name**
* **Investment Interest** (choose from four investment size bands)
* **Accreditation Status** (Yes/No)

This information helps Qiro determine your investor profile and tailor eligibility requirements.

***

### **2. Identity Verification (KYC)**

To comply with global KYC/AML regulations, individuals must complete a three-step identity verification process:

#### **1. Identity Verification**

Confirming your identity and personal details.

#### **2. Document Verification**

Upload one of the supported identity documents:

* **Passport**
* **National Identity Card**

A **liveness check** is also required to ensure the document belongs to you.

#### **3. Accreditation Verification (US Investors Only)**

If you are a US-based investor:

* Upload accreditation documents, or
* Use approved third-party accreditation verification

***

### **3. Add Wallet**

To complete onboarding, link a **valid Ethereum wallet**.\
This wallet will be used for:

* Investing into lending pools
* Receiving interest, principal repayments, and redemptions
* Holding tokenised pool tokens

Once your wallet is connected, onboarding is complete and you can start investing on the Qiro Marketplace.

#### 🇺🇸 **U.S. Investor Accreditation Requirements**

U.S.-based investors (individuals or entities) must meet SEC guidelines for accredited investors. You may:

* Upload financial documents (income or net worth evidence), **OR**
* Use an integrated **third-party verification provider** for faster review.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-onboarding/individual.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
