# Proporción de Flujo de Fondos

## Definición

**La cantidad total de BTC que entra o sale de los exchanges dividida por la cantidad total de BTC transferida en toda la red Bitcoin.**&#x20;

$$
\text{Proporción de Flujo de Fondos} = \frac{\text{Entrada Total de BTC a Exchanges + Salidas de BTC}}{\text{BTC Total Transferido (toda la red)}}
$$

## Interpretación

La proporción de flujo de fondos proporciona el número de bitcoins que ocupan los exchanges entre los bitcoins enviados subyacentes a la red Bitcoin. <br>

* Valores altos: Los inversores **utilizan activamente los exchanges**
* Valores bajos: Los inversores **utilizan los exchanges en tasas bajas**

## Enlace a nuestra Data

* [Gráfico Proporción de Flujo de Fondos CryptoQuant](https://cryptoquant.com/overview?search=fund+flow+ratio)
* [Documentos de datos API de Proporción de Flujo de Fondos CryptoQuant](https://cryptoquant.com/docs#operation/BTCgetFundFlowRatio)


---

# Agent Instructions: 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://userguide.cryptoquant.com/es/exchange-flows-indicators/fund-flow-ratio.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.
