> For the complete documentation index, see [llms.txt](https://tribeone.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://tribeone.gitbook.io/docs/01.-what-is-tribeone/untitled.md).

# State of Financial Markets

## The Problem

The current financial service industry is vital to the global economy, but only provides their services at a traditionally high cost.&#x20;

Despite recent developments in financial technologies (commonly referred to as FinTech), the following underlying issues persist:

{% hint style="danger" %}
**High transaction fees** - Due to regulatory requirements, complex interoperability issues between financial institutions and services that require a multiple brokers and middlemen.
{% endhint %}

{% hint style="danger" %}
**Slow transactions -** Particularly for international transactions, moving money from one institution to another can take hours within a country and days between countries.
{% endhint %}

{% hint style="danger" %}
**Lack of transparency** - Financial instruments are complex and most users do not have access to the information that would allow them to make optimal decisions, giving an unfair advantage to larger players.
{% endhint %}

{% hint style="danger" %}
**Unequal access to financial services** - According to the World Bank, about 1.75 billion people worldwide do not have access to financial services, and when they are, lower-income people are hit with above-average fees.
{% endhint %}

{% hint style="danger" %}
**Censorship** - In countries that suffer from poor governance and corruption, people are sometimes unable to protect their wealth. Intervention comes in the form of governments, central banks, and big corporations.
{% endhint %}

{% hint style="danger" %}
**Counter-party risk** - In financial transactions, such as loan transactions, there is a risk the other party will not meet the payments.
{% endhint %}

FinTech has been attempting to address these problems with solutions such as online international transfer services or savings and investment apps and mobile money for under-served markets.

> “However, change is incremental and is still built on top of a system that fundamentally requires the overhead of agents to provide trust.”&#x20;

While some of the costs can be reduced, FinTech can’t address the underlying issues of lack of transparency as it is dealing with the same financial instruments and going through the same major institutions as traditional finance.


---

# 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://tribeone.gitbook.io/docs/01.-what-is-tribeone/untitled.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.
