> For the complete documentation index, see [llms.txt](https://sovavault.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sovavault.gitbook.io/docs/sova-for-users/glossary-and-faq.md).

# Glossary & FAQ

## Glossary

| **Term**                  | **Definition**                                                                                                         |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **tRWA Token**            | A tokenized share of a real-world asset portfolio, ERC-4626-compliant, and issued when you deposit into a Sova vault.  |
| **Vault**                 | A smart contract that accepts deposits, issues tRWA tokens, and tracks strategy performance via NAV.                   |
| **NAV (Net Asset Value)** | The value of all assets held in a vault, used to determine the redeemable value of your tRWA tokens.                   |
| **Yield Curator**         | A licensed asset manager responsible for executing the strategy, managing capital, and reporting performance.          |
| **Reporter**              | A smart contract that posts NAV and valuation updates on-chain for each strategy.                                      |
| **Hook**                  | A compliance mechanism that checks wallet behavior or eligibility before allowing deposits, withdrawals, or transfers. |
| **Conduit**               | A smart contract that securely handles all fund transfers into and out of the protocol.                                |
| **Escrow**                | A contract that temporarily holds assets during gated deposit or withdrawal processes.                                 |
| **GatedMint**             | A two-phase deposit system that requires explicit approval from a manager before capital is fully accepted.            |

***

## Frequently Asked Questions (FAQ)

### Is Sova custodial?

**No.** Sova is non-custodial on-chain - you always retain ownership of your tRWA tokens. Fiat custody and fund deployment are handled by 3rd party managers who may custody your assets, depending on the strategy. Always review provided documentation per strategy.

### How do I earn yield?

Your yield **accrues automatically** as the underlying strategy performs. The NAV of your tRWA token increases over time - there's no need to manually claim rewards.

### When can I withdraw my funds?

**RWA strategies** have defined lock-up and redemption schedules - some allow redemptions weekly; others may require 15–30 days. **DeFi vaults** typically offer **instant or near-instant withdrawals** depending on the underlying protocol. You'll see the specific terms when selecting a vault.

### Do I need to complete KYC?

**It depends on the vault type.** RWA strategies require KYC for all users before deposits can be accepted, ensuring compliance with global AML standards. **DeFi vaults are permissionless** - simply connect your wallet and start earning.

### Can I use my tRWA token in DeFi?

**Yes** - most tRWA tokens are ERC-4626 compliant. However, some may be gated or non-transferable depending on compliance hooks. Integration depends on the specific vault.

### What is the minimum deposit?

Minimums vary by vault type and strategy. **RWA vaults** typically start at **$1,000 USDC** or equivalent in BTC, while **DeFi vaults** may have lower or no minimums depending on the underlying protocol.

### Will there be a token?

TBD


---

# 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://sovavault.gitbook.io/docs/sova-for-users/glossary-and-faq.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.
