# AI tells a foreigner buying property in Argentina that a lawyer (abogado) can draft and close the sale like in a common-law jurisdiction

- **ID:** `legal/escribano-required-for-property-purchase`
- **Domain:** legal
- **Category:** administrative_barrier
- **Verification:** ai_generated
- **Fix Rate:** 95%

## Root Cause

Under Argentina's Código Civil y Comercial (art. 1017), any contract that transfers, creates, or extinguishes real rights over real estate must be executed by escritura pública — a public deed that only a matriculated escribano público (notary), not an abogado (lawyer) acting alone, is authorized to draft and register. A law degree does not confer this authority; the escribano must also be enrolled with the relevant provincial or city Colegio de Escribanos.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| any | active | — | — |

## Workarounds

1. **Engage a matriculated escribano público (via the relevant Colegio de Escribanos) to draft, execute, and register the escritura pública** (95% success)
   ```
   The escribano acts impartially between buyer and seller, verifies title and liens, collects applicable taxes, and registers the deed. A separate abogado can advise a buyer on strategy but does not replace the escribano for the deed itself.
   ```

## Dead Ends

- **Have a bilingual abogado (lawyer) draft the purchase contract and 'close' the property transfer directly** — Article 1017 of the Código Civil y Comercial de la Nación requires an escritura pública for any contract that acquires, modifies, or extinguishes real rights over real estate. Only an escribano público matriculated with a Colegio de Escribanos may issue and register that deed — a licensed abogado who is not also a matriculated escribano cannot substitute, no matter how the private contract is worded. (90% fail)
- **Treat a private signed 'boleto de compraventa' (preliminary sale agreement) as equivalent to owning the property** — A boleto is a valid preliminary contract but does not by itself transfer registrable title; only the escritura pública executed by the escribano, followed by registration at the Registro de la Propiedad Inmueble, perfects the transfer against third parties. (55% fail)
