> For the complete documentation index, see [llms.txt](https://stellar-vault-link.gitbook.io/stellar-vault-link-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stellar-vault-link.gitbook.io/stellar-vault-link-docs/readme.md).

# InvoFi Documentation

Welcome to the official InvoFi documentation. InvoFi is a decentralized invoice financing protocol built on Stellar Soroban. These docs cover everything from high-level concepts to line-by-line technical references.

**Live app:** [invofi-five.vercel.app](https://invofi-five.vercel.app) **Live docs:** [stellar-vault-link.gitbook.io/stellar-vault-link-docs](https://stellar-vault-link.gitbook.io/stellar-vault-link-docs)

***

## Navigation

| Section                                                                       | What you'll find                                       |
| ----------------------------------------------------------------------------- | ------------------------------------------------------ |
| [Introduction](/stellar-vault-link-docs/01-introduction.md)                   | What InvoFi is, the problem it solves, how it works    |
| [Architecture](/stellar-vault-link-docs/02-architecture.md)                   | System design, component diagram, data flow            |
| [Smart Contract](/stellar-vault-link-docs/03-smart-contract.md)               | Full contract API, data types, lifecycle diagrams      |
| [Frontend Guide](/stellar-vault-link-docs/04-frontend.md)                     | Page-by-page walkthrough, component structure          |
| [Authentication](/stellar-vault-link-docs/05-authentication.md)               | Email/password and Freighter wallet auth flows         |
| [Supabase Setup](/stellar-vault-link-docs/06-supabase.md)                     | Database schema, RLS policies, Supabase configuration  |
| [Deployment](/stellar-vault-link-docs/07-deployment.md)                       | Step-by-step guide to deploying contracts and frontend |
| [Environment Variables](/stellar-vault-link-docs/08-environment-variables.md) | Every variable explained                               |
| [Contributing](/stellar-vault-link-docs/09-contributing.md)                   | How to set up a dev environment and submit PRs         |
| [Roadmap](/stellar-vault-link-docs/10-roadmap.md)                             | What's built, what's coming, what's planned for v2     |

***

## Quick Start

```bash
git clone https://github.com/Stellar-VaultLink/invofi.git
cd invofi/invofi/apps/frontend
cp .env.local.example .env.local
npm install && npm run dev
```

See [Deployment](/stellar-vault-link-docs/07-deployment.md) for a complete setup guide.

***

## Getting Help

* [GitHub Issues](https://github.com/Stellar-VaultLink/invofi/issues) — bug reports and feature requests
* [GitHub Discussions](https://github.com/Stellar-VaultLink/invofi/discussions) — questions and ideas


---

# 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:

```
GET https://stellar-vault-link.gitbook.io/stellar-vault-link-docs/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.
