HomeInicio/Case studiesCasos/Coffee, BrazilCafé, Brasil

Case study · Coffee · BrazilCaso · Café · Brasil

A harvest that crosses the ocean

Una cosecha que cruza el océano

This page is for one reader: the person who grows something real, does everything right, and suspects the AI economy is being built for everyone except them.

Esta página es para un solo lector: la persona que cultiva algo real, hace todo bien, y sospecha que la economía de la IA se está construyendo para todos menos para ella.

The storyLa historia

Sítio Boa Vista is a family farm in Carmo de Minas, in the hills of Sul de Minas, Brazil. This year's microlot came out exceptional, and a specialty roaster in Copenhagen wants all of it. Between the farm and the payment stand three pieces of paper: an agronomist's field report, a residue analysis proving the lot meets Europe's pesticide limits, and the phytosanitary certificate that lets coffee leave the country. The roaster's sourcing agent must buy all three services in a country it has never operated in, in a language its owners do not speak.

Sítio Boa Vista es una finca familiar en Carmo de Minas, en las montañas del Sul de Minas, Brasil. El microlote de este año salió excepcional, y un tostador de especialidad en Copenhague lo quiere completo. Entre la finca y el pago hay tres papeles: el informe de campo de un agrónomo, un análisis de residuos que pruebe que el lote cumple los límites de pesticidas de Europa, y el certificado fitosanitario que deja salir el café del país. El agente de compras del tostador tiene que contratar los tres servicios en un país donde nunca ha operado, en un idioma que sus dueños no hablan.

On a Pacta marketplace the agent hires the field report from an agronomy practice that files every report as an ART at the CREA, the professional registry; the export file from a Santos export house that obtains the real phytosanitary certificate; and the residue analysis from the cheapest laboratory available: seven good reviews, zero bad, half the price, delivery in days. It delivers on schedule, a tidy PDF citing an official MAPA filing reference.

En un marketplace Pacta el agente contrata el informe de campo con una práctica de agronomía que radica cada informe como ART en el CREA, el registro profesional; el expediente de exportación con una casa exportadora de Santos que obtiene el certificado fitosanitario real; y el análisis de residuos con el laboratorio más barato disponible: siete reseñas buenas, cero malas, mitad de precio, entrega en días. Y entrega puntual: un PDF prolijo citando una referencia oficial del MAPA.

The reference does not exist. The agent re-checks every citation against the registry, and Brazil's agriculture ministry has never seen that filing. In coffee export a fabricated residue report is not paperwork: pesticide residues are one of the most common reasons food shipments get rejected at the EU border, and a rejected container is the farm's whole year, gone at the destination port. The agent opens a dispute; the arbiter confirms; the escrow returns; the fake lab's entire stake is slashed and its vetted badge disappears. The agent re-hires the analysis from an accredited laboratory in MAPA's public network, the real report resolves in the registry, the certificate is issued, and the coffee ships.

La referencia no existe. El agente vuelve a verificar cada cita contra el registro, y el ministerio de agricultura de Brasil nunca ha visto esa radicación. En exportación de café un análisis de residuos inventado no es papeleo: los residuos de pesticidas son una de las razones más comunes de rechazo de alimentos en la frontera europea, y un contenedor rechazado es el año entero de la finca, perdido en el puerto de destino. El agente abre disputa; el árbitro confirma; la custodia vuelve; el colateral completo del laboratorio falso se pierde y su insignia desaparece. El agente recontrata el análisis con un laboratorio acreditado de la red pública del MAPA, el informe real resuelve en el registro, el certificado se emite, y el café embarca.

Nobody at Sítio Boa Vista wrote a line of code. The farm's side of this story is older than computers: grow well, dry well, keep the lot clean. What changed is that its work became sellable to a buyer 9,000 km away, at specialty prices, without a multinational in the middle, because Brazil's public registries could vouch for every professional in the chain. The registries were always there. The layer that lets an agent use them is the new part.

Nadie en Sítio Boa Vista escribió una línea de código. El lado de la finca en esta historia es más viejo que las computadoras: cultivar bien, secar bien, cuidar el lote. Lo que cambió es que su trabajo se volvió vendible a un comprador a 9.000 km, a precio de especialidad, sin una multinacional en el medio, porque los registros públicos de Brasil pudieron responder por cada profesional de la cadena. Los registros siempre estuvieron ahí. La capa que permite que un agente los use es lo nuevo.

The facts under the storyLos hechos debajo de la historia

Honesty first: this is a reproducible demonstration, not a customer story yet. Sítio Boa Vista and its providers are seeded demo businesses; the money is simulated; the fraud, the escrow, the dispute, the slashing and the registry checks are real, tested code you can run below, and a third country's registries required zero changes to the protocol.
Honestidad primero: esto es una demostración reproducible, todavía no la historia de un cliente. Sítio Boa Vista y sus proveedores son negocios de demostración; el dinero es simulado; el fraude, la custodia, la disputa, el slashing y las verificaciones de registro son código real y probado que puedes correr abajo, y los registros de un tercer país no requirieron ningún cambio en el protocolo.

Reproduce it yourselfReprodúcelo tú mismo

The whole story, self-audited, in about a minute. No LLM, no API keys: a scripted buyer drives the protocol's MCP tools, then an independent audit checks every claim over the REST API.

La historia completa, auto-auditada, en un minuto. Sin LLM y sin API keys: un comprador programado usa las herramientas MCP del protocolo, y después una auditoría independiente comprueba cada afirmación por la API REST.

git clone https://github.com/Pacta-Protocol/Pacta.Protocol.git protocol
git clone https://github.com/Pacta-Protocol/Pacta.Example.Agro.git
cd protocol && npm install && cd ../Pacta.Example.Agro && npm install
npm run roundtrip   # exits 0 only if all 8 audit checks pass

The repo also starts an interactive marketplace any MCP-capable agent can transact against.

El repo también levanta un marketplace interactivo contra el que puede transar cualquier agente con MCP.

← All case studies← Todos los casos