> For the complete documentation index, see [llms.txt](https://fija.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://fija.gitbook.io/docs/overview/fija-app.md).

# fija App

> Opens **direct customer access**, for retail and institutional investors. [**Click here to access our App.**](https://app.fija.finance/)

The **fija App** is built to be the primary gateway for both individuals and professional firms to access our **DeFi yield strategies**. It serves as a bridge that allows **different types of investors** to manage their positions and monitor assets through a **single**, **clear interface**, regardless of their professional background or technical experience, by providing all necessary information in one place.

* **Retail Users:** It provides a familiar, simple interface that takes the complexity out of interacting with blockchain protocols.
* **Institutional Investors:** It offers a clean, transparent way for treasuries and asset managers to track their funds, supported by our detailed KPIs.

<figure><img src="/files/T7WfOWSjYuKcErDa1kD6" alt=""><figcaption></figcaption></figure>

#### Deposit and Withdraw

The app facilitates **direct interaction** with the underlying **smart contracts**, allowing users to enter or exit strategies with a simple action. By presenting **exchange rates** directly, the app ensures that the transition from monitoring to execution is clear.

<figure><img src="/files/jHIIWkrlhthFBRM3cIg6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/37Iaouqsfvj7rMAKwClO" alt=""><figcaption></figcaption></figure>

Investors connect their wallet, choose a strategy according to their personal risk/reward preferences and select how much they want to invest. Transactions are approved in the respective wallet. If users connect the first time, they have to complete the [**KYC/KYB process**](/docs/overview/compliance/kyc-kyb-process-and-implementation.md) before they can invest.

Withdrawals are done by entering the number of fija token that shall be returned (burned). The app calculates the respective withdrawal amount.

#### Investor Dashboard

{% columns %}
{% column %}

<figure><img src="/files/Ih99qLcLYcVsl20kV0HG" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
Through our **investor dashboard**, users gain immediate access to metrics such as **Current Value**, **Value Earned**, or **APY**. By consolidating performance graphs with key strategy details, the interface allows investors to track their growth and assess risk profiles through data-driven indicators like our [**Safety Score**](/docs/overview/strategy-kpis/fija-safety-score.md). This transparency ensures that users have the necessary context to make thoughtful investment decisions.
{% endcolumn %}
{% endcolumns %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Dashboard</td><td data-object-fit="fill"><a href="/files/RSiXXpir4MFzcUjYE6oQ">/files/RSiXXpir4MFzcUjYE6oQ</a></td></tr><tr><td>Performance Graph</td><td data-object-fit="contain"><a href="/files/j6t9xNfgRBrpMkdrxKT7">/files/j6t9xNfgRBrpMkdrxKT7</a></td></tr><tr><td>Exchange</td><td data-object-fit="contain"><a href="/files/iemA29ndz9dwFwWANCRb">/files/iemA29ndz9dwFwWANCRb</a></td></tr><tr><td>Personal Performance Overview</td><td data-object-fit="contain"><a href="/files/Wn3SGLA5Y3VqEGJXFPRy">/files/Wn3SGLA5Y3VqEGJXFPRy</a></td></tr></tbody></table>

#### User onboarding

To maintain a secure and compliant environment, the fija App requires all users to complete a **KYC/KYB** process before interacting with any vault. This procedure ensures that only vetted participants who meet regulatory standards (the ones that get their wallets **whitelisted** through this process) can access our investment strategies. **The KYC/KYB process starts once a wallet is connected.**

Once a user completes the KYC/KYB process he’ll get whitelisted through a manual process.

**Whitelisting** is a core security mechanism built into our smart contracts. This controlled access applies to both entry and exit points: only whitelisted addresses are permitted to make deposits, and similarly, only those same addresses can redeem their tokens to withdraw underlying assets from our vaults.

This process serves as a **bridge** between **traditional legal compliance** and **decentralized technology**. By verifying identities and restricting access to authorized wallets, whitelisting eliminates the risk of unauthorized activity and ensures that all activity stays within a strictly governed, professional framework.

To learn more about the **KYC/KYB Process,** [**click here.**](/docs/overview/compliance/kyc-kyb-process-and-implementation.md)

#### White label Apps

The **fija App** is designed with a modular architecture that allows it to be **white-labeled** for **partners**. This flexibility enables partners to align the interface with their own logo while **selecting specific functionalities** that suit their business model. Partners, for example, can determine which dashboard features are visible to their clients and which documents should be made visible, e.g. KID or KPI PDFs.

Beyond visual branding, partners can also manage the **governance** of their dedicated vaults. This includes the ability to choose whether users must undergo a **KYC** process and the empowerment to handle the **whitelisting** of addresses themselves. By providing these administrative controls, the platform allows partners to maintain direct oversight of their customer relationships and ensure that access to their specific yield strategies remains secure and compliant with their internal policies.


---

# 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://fija.gitbook.io/docs/overview/fija-app.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.
