# Tesseract Documentation

## Tesseract Documentation

- [About Tesseract](https://docs.tesseract.fi/readme.md)
- [Yield Offering](https://docs.tesseract.fi/tesseract/yield-offering.md): Tesseract provides two yield services: Dedicated Client Vaults (regulated portfolio management, Tesseract Investment Oy) and Institutional Lending (Tesseract Earn Oy and its UK SPVs, outside the MiCA
- [Platform Offering](https://docs.tesseract.fi/tesseract/platform-offering.md): Tesseract's platform delivers three integration models: Dedicated Client Vaults, Earn API, and Earn Direct.
- [Security & Compliance](https://docs.tesseract.fi/tesseract/security-and-compliance.md)
- [Introduction](https://docs.tesseract.fi/dedicated-client-vaults/introduction.md)
- [Vault Lifecycle](https://docs.tesseract.fi/dedicated-client-vaults/vault-lifecycle.md)
- [Vault Shares](https://docs.tesseract.fi/dedicated-client-vaults/vault-shares.md)
- [Fees & Commercial Model](https://docs.tesseract.fi/dedicated-client-vaults/fees-and-commercial-model.md)
- [Compliance & Onboarding](https://docs.tesseract.fi/dedicated-client-vaults/compliance-and-onboarding.md)
- [Integration Guide](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide.md)
- [Choose Your Scenario](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/choose-your-scenario.md)
- [Scenario A: Manage Your Own Vaults](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-a.md)
- [Prerequisites: KYC & Whitelisting](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-a/prerequisites.md)
- [Deploying a Vault](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-a/deploying-a-vault.md)
- [Deposits](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-a/deposits.md)
- [Instant Withdrawals](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-a/instant-withdrawals.md)
- [Scheduled Withdrawals](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-a/scheduled-withdrawals.md)
- [Strategy Assignment](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-a/strategy-assignment.md)
- [Reading Vault Data](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-a/reading-vault-data.md)
- [Scenario B: Manage Vaults for End Users](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/scenario-b.md)
- [Indexing Vaults](https://docs.tesseract.fi/dedicated-client-vaults/integration-guide/indexing-vaults.md)
- [Reference](https://docs.tesseract.fi/dedicated-client-vaults/reference.md)
- [Contract Addresses](https://docs.tesseract.fi/dedicated-client-vaults/reference/contract-addresses.md)
- [Contract Methods](https://docs.tesseract.fi/dedicated-client-vaults/reference/contract-methods.md)
- [Public API](https://docs.tesseract.fi/dedicated-client-vaults/reference/public-api.md)
- [Audit Reports](https://docs.tesseract.fi/dedicated-client-vaults/reference/audit-reports.md)
- [FAQ](https://docs.tesseract.fi/dedicated-client-vaults/faq.md)
- [Earn Direct](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-direct.md)
- [For Institutional Clients](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-direct/for-institutional-clients.md)
- [For Private Investors](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-direct/for-private-investors.md)
- [For Treasury Management](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-direct/for-treasury-management.md)
- [Organizations](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-direct/organizations.md)
- [Team Management](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-direct/organizations/team-management.md)
- [Troubleshooting](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-direct/troubleshooting.md)
- [Earn API](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-api.md)
- [Overview](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-api/overview.md)
- [Calculating Interest](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-api/calculating-interest.md)
- [Settlements](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-api/settlements.md)
- [Solution Architecture](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-api/solution-architecture.md)
- [Data Model Mapping](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-api/data-model-mapping.md)
- [Process and Environments](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-api/process-and-environments.md)
- [Acceptance Testing](https://docs.tesseract.fi/earn-direct-and-earn-api/earn-api/acceptance-testing.md)
- [Working with Reports](https://docs.tesseract.fi/earn-direct-and-earn-api/working-with-reports.md)
- [Understanding Your Reports](https://docs.tesseract.fi/earn-direct-and-earn-api/working-with-reports/dcv-understanding-your-reports.md)
- [FAQ](https://docs.tesseract.fi/earn-direct-and-earn-api/faq.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.tesseract.fi/readme.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.
