HomeInicio/Case studiesCasos/Land, Costa RicaTierra, Costa Rica

Case study · Land · Costa RicaCaso · Tierra · Costa Rica

Buying land without being scammed

Comprar tierra sin que te estafen

This page is for one reader: the person who saved for years to buy a piece of land in another country, and knows, deep down, that they would not see the scam coming.

Esta página es para un solo lector: la persona que ahorró durante años para comprar un terreno en otro país, y sabe, en el fondo, que no vería venir la estafa.

The storyLa historia

Sarah teaches high school in Denver. The lot is near the coast of Guanacaste: a hillside, some trees, the retirement plan. It costs most of what she has saved in her life. And everyone has a horror story for her: deeds sold twice, powers of attorney forged by the seller's own notary, surveys that show a different piece of land than the one registered, liens that surface after the money is gone. The stories are not folklore. The US Embassy in San José has received so many property-dispute reports from its citizens that it publishes a standing warning, along with the hardest sentence in it: once it happens, the embassy cannot help.

Sarah da clases de secundaria en Denver. El lote está cerca de la costa de Guanacaste: una ladera, unos árboles, el plan de retiro. Cuesta la mayor parte de lo que ha ahorrado en su vida. Y todo el mundo tiene una historia de terror para ella: escrituras vendidas dos veces, poderes falsificados por el propio notario del vendedor, peritajes que muestran un terreno distinto al registrado, gravámenes que aparecen cuando el dinero ya se fue. Y no son leyendas. La embajada de EE. UU. en San José ha recibido tantos reportes de disputas de propiedad de sus ciudadanos que publica una advertencia permanente, con la frase más dura adentro: cuando ya ocurrió, la embajada no puede ayudar.

So Sarah does something new: she does not wire money to anyone. Her AI agent does the hiring on a Pacta marketplace. It finds a notary and a surveyor who have posted real collateral behind their work, contracts the due diligence in milestones, and funds an escrow neither side can touch. Then comes the part no five-star rating can fake: every deliverable has to cite a reference in the Registro Nacional, Costa Rica's public property registry, and the agent looks each reference up itself. It does not trust the PDF; it trusts the registry.

Así que Sarah hace algo nuevo: no le gira dinero a nadie. Su agente de IA contrata en un marketplace Pacta. Encuentra un notario y un topógrafo que han depositado colateral real detrás de su trabajo, contrata la due diligence por hitos, y fondea una custodia que ninguna de las partes puede tocar. Y entonces viene la parte que ninguna calificación de cinco estrellas puede fingir: cada entregable tiene que citar una referencia del Registro Nacional, el registro público de propiedad de Costa Rica, y el agente busca cada referencia por su cuenta. No le cree al PDF; le cree al registro.

One deliverable fails. It cites a filing reference the registry has never seen. The agent does not argue about it: it opens a dispute, a neutral arbiter confirms the reference does not exist, and the protocol executes the consequences by itself. The escrow returns to Sarah. A fifth of the job's price is taken from the cheater's own collateral as compensation. The provider's vetted badge disappears from the marketplace at that same moment. The agent hires the next verifiable professional, the real references check out, and the due diligence completes. Sarah never felt the bullet pass.

Un entregable falla. Cita una referencia que el registro nunca ha visto. El agente no discute: abre una disputa, un árbitro neutral confirma que la referencia no existe, y el protocolo ejecuta las consecuencias solo. La custodia vuelve a Sarah. Una quinta parte del precio del trabajo sale del propio colateral del tramposo como compensación. La insignia de verificado del proveedor desaparece del marketplace en ese mismo instante. El agente contrata al siguiente profesional verificable, las referencias reales cuadran, y la due diligence se completa. Sarah nunca sintió pasar la bala.

There is a second reader of this page: the honest notary in Santa Cruz who won that job. She has no website worth mentioning and no ad budget. She won it because she is verifiable: her collateral and her registry filings spoke for her before any marketing could. Safety for one side of this story is opportunity for the other. That is the whole design.

Esta página tiene una segunda lectora: la notaria honesta de Santa Cruz que ganó ese trabajo. No tiene un sitio web que valga la pena mencionar ni presupuesto de anuncios. Lo ganó porque es verificable: su colateral y sus inscripciones en el registro hablaron por ella antes de que cualquier marketing pudiera hacerlo. La seguridad de un lado de esta historia es la oportunidad del otro. Ese es todo el diseño.

The facts under the storyLos hechos debajo de la historia

Honesty first: this is a reproducible demonstration, not a customer story yet. Sarah is a composite; the money is simulated; the fraud, the escrow, the dispute, the slashing and the registry checks are real, tested code you can run below. The Guanacaste pilot is what puts real names in this story.
Honestidad primero: esto es una demostración reproducible, todavía no la historia de un cliente. Sarah es un personaje compuesto; 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. El piloto de Guanacaste es lo que le pone nombres reales a esta historia.

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 same MCP tools an AI agent uses, 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 mismas herramientas MCP que usa un agente de IA, 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.RealEstate.git
cd protocol && npm install && cd ../Pacta.Example.RealEstate && npm install
npm run roundtrip   # exits 0 only if all 8 audit checks pass

The same purchase has also been driven live by an unmodified Claude agent in the LandBridge copilot, over the identical tool surface. The repo has both paths.

La misma compra también la ha ejecutado en vivo un agente Claude sin modificar en el copiloto LandBridge, sobre la misma superficie de herramientas. El repo trae los dos caminos.

← All case studies← Todos los casos