> For the complete documentation index, see [llms.txt](https://docs.trustlesswork.com/trustless-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlesswork.com/trustless-work/v1-es/dapps-oss/offerhub-marketplace/componentes-del-sistema.md).

# Componentes del sistema

<figure><img src="/files/89460b8240e44c6496f91e55b4df38906bfbad66" alt=""><figcaption></figcaption></figure>

### Frontend de OfferHub

* Interfaz de mercado (buscar, comprar, vender)
* Interfaz de saldo (recargar, retirar)
* Interfaz de línea de tiempo de pedidos (financiado, en progreso, en disputa, liberado)

### Orquestador de OfferHub (API Backend)

* Crea y gestiona pedidos
* Coordina llamadas a Airtm y Trustless Work
* Gestiona webhooks y eventos de escrow
* Mantiene el registro de auditoría y el estado interno

### Módulo de integración de Airtm

* Crear intenciones de ingreso de pago
* Recibir webhooks de ingreso de pago
* Iniciar pagos/sesiones de retiro
* Recuperar estado de la transacción

### Módulo de integración de Trustless Work

* Crear escrow por pedido
* Actualizar estados de hitos
* Iniciar disputas
* Ejecutar transacciones de liberación/reembolso

### Backoffice&#x20;

Para este prototipo se espera que la resolución de disputas y las liberaciones manuales a través de nuestro [dApp Backoffice](/trustless-work/v1-es/dapps-oss/backoffice.md). También aprovecharemos el [visualizador de escrow](/trustless-work/v1-es/dapps-oss/visor-de-escrow.md).

* Gestión de casos de disputa
* Anulaciones manuales y reintentos
* Monitoreo y exportación de auditoría


---

# 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.trustlesswork.com/trustless-work/v1-es/dapps-oss/offerhub-marketplace/componentes-del-sistema.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.
