> For the complete documentation index, see [llms.txt](https://docs.geminon.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geminon.fi/geminon-docs-esp/protocolo-geminon/colateral.md).

# Colateral

El token GEX está totalmente colateralizado con oro, Bitcoin, Ethereum, BNB y AVAX. Se ha seleccionado a *Paxos Gold* y *Tether Gold* como proveedores para el oro tokenizado, *Ren Bitcoin* para la versión envuelta de Bitcoin en Ethereum y BSC, y *Bitcoin Avalanche Bridged* en la red Avalanche. El peso y la dirección de cada token colateral es:

### Red Ethereum (60%)

* 20% Pax Gold (PAXG): 0x45804880De22913dAFE09f4980848ECE6EcbAf78
* 20% Tether Gold (XAUT): 0x68749665FF8D2d112Fa859AA293F07A622782F38
* 10% Ren Bitcoin (RENBTC): 0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D <mark style="color:red;">(obsoleto)</mark>
* 10% Ethereum (ETH)

### BNB Smart Chain (20%)

* 10% Ren Bitcoin (RENBTC): 0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c <mark style="color:red;">(obsoleto)</mark>
* 10% BNB (BNB)

### Avalanche (20%)

* 10% Bitcoin Avalanche Bridged (BTC.B): 0x152b9d0FdC40C096757F570A51E494bd4b943E50&#x20;
* 10% Avalanche (AVAX)

{% hint style="warning" %}
Debido a la caída del protocolo REN en diciembre de 2022, los pools de Ren BTC en las redes Ethereum y BNB Chain han sido retirados del servicio y el colateral correspondiente transferido a otros pools, por lo que el único pool de BTC activo está en la red Avalanche.
{% endhint %}


---

# 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://docs.geminon.fi/geminon-docs-esp/protocolo-geminon/colateral.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.
