# Technical FAQ

### Technical FAQs

<details>

<summary>Can I use my own wallet?</summary>

Yes, if permitted by your jurisdiction and compliance status.

</details>

<details>

<summary>What prevents unauthorised token transfers?</summary>

**Smart contract restrictions:**

* Only KYC-verified wallets can hold tokens
* Transfers only during liquidity windows
* Multi-sig controlled minting/burning

</details>

<details>

<summary>Are smart contracts audited?</summary>

Yes — contracts undergo continuous audit review and multi-signature protection.

</details>

<details>

<summary>What happens during a liquidity window at a technical level?</summary>

The smart contract:

* Unlocks transfer functions
* Enforces price controls
* Matches buy/sell orders
* Logs trades
* Re-locks transfers after closing

</details>

<details>

<summary>Is trading gasless?</summary>

Gas fees are minimised and abstracted where possible depending on chain choice.

</details>

***

### Platform Fees FAQ

<details>

<summary>Does TheAngel charge founders?</summary>

Yes — a tokenisation fee + transaction fee on successful investments.

</details>

<details>

<summary>Does TheAngel charge investors?</summary>

A small transaction fee may apply when buying or selling tokens.

</details>

<details>

<summary>Are there hidden costs?</summary>

No.

All fees are transparently disclosed.

</details>

***

### Liquidity FAQ

<details>

<summary>How often do liquidity windows open?</summary>

Four times per year.

</details>

<details>

<summary>Can I trade outside windows?</summary>

No — to comply with securities regulations.

</details>

<details>

<summary>How are buy orders matched?</summary>

Through an automated matching engine.

</details>

<details>

<summary>Can I partially fill an order?</summary>

Yes — orders can be partially fulfilled depending on market demand.

</details>

<details>

<summary>Does token price fluctuate heavily?</summary>

Price volatility depends on:

* Startup performance
* Supply/demand
* Market conditions

</details>

***

### Jurisdiction FAQ

<details>

<summary>Can anyone invest?</summary>

Most countries are supported except:

* Sanctioned regions
* Jurisdictions with prohibitions on tokenised securities

</details>

<details>

<summary>Are US retail investors allowed?</summary>

No — only accredited investors.

</details>

<details>

<summary>Can UAE residents invest?</summary>

Yes — subject to local rules and KYC.

</details>

<details>

<summary>Can founders outside UAE/EU raise?</summary>

Yes — TheAngel supports global founders.

</details>

***

### Business Model FAQ

<details>

<summary>How does TheAngel make money?</summary>

* Tokenisation fee
* Commission on capital raised
* Fee on secondary trading

</details>

<details>

<summary>Is TheAngel a VC fund?</summary>

No.

TheAngel is a marketplace and infrastructure provider, not an investor.

</details>

<details>

<summary>Does TheAngel pick or curate startups?</summary>

Startups must pass minimum quality + compliance filters, but TheAngel does not act as an investment advisor.

</details>

***

### Summary — Why TheAngel Is Easy to Understand

This FAQ section ensures that:

| Group               | What They Learn                           |
| ------------------- | ----------------------------------------- |
| Founders            | How to raise quickly and professionally   |
| Investors           | How tokenised early-stage investing works |
| Compliance Officers | How TheAngel fits into legal frameworks   |
| Developers          | How the platform works technically        |
| Media               | How to describe TheAngel accurately       |

TheAngel represents a new category — and clarity is essential for adoption.


---

# 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.theangel.app/faq-library/technical-faq.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.
