> For the complete documentation index, see [llms.txt](https://arielgerardorios.gitbook.io/personal-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arielgerardorios.gitbook.io/personal-wiki/finances_argentina.md).

# Finances: Argentina

## Monotributo

### Official documentation

* [Adherir al monotributo](https://www.argentina.gob.ar/servicio/adherir-al-monotributo)
* [Reingresar al monotributo](https://serviciosweb.afip.gob.ar/genericos/guiasPasoPaso/VerGuia.aspx?id=396)
* [Constancia de Inscripción / Opción - Monotributo](https://seti.afip.gob.ar/padron-puc-constancia-internet/ConsultaConstanciaAction.do)
* [Cuadro de categorías y valores del monotributo](https://www.afip.gob.ar/monotributo/categorias.asp)
* [Autorizar la impresión de facturas y comprobantes tipo C](https://www.argentina.gob.ar/servicio/autorizar-la-impresion-de-facturas-y-comprobantes-tipo-c)

### Guides

* [Guía Impositiva del Software Independiente Argentino (\~2014!)](https://github.com/sergiokas/indie-dev-ar)
* [Guía definitiva para cobrar dólares desde Argentina trabajando para el exterior - Maximiliano Firtman](https://maxifirtman.medium.com/gu%C3%ADa-definitiva-para-cobrar-d%C3%B3lares-por-trabajos-del-exterior-en-argentina-impuestos-y-1d8ad2683c85)
* [Paso a paso: cómo recategorizarme en el monotributo 2023](https://eleconomista.com.ar/economia/paso-paso-como-recategorizarme-monotributo-2023-n59045)
* [¿Tenés una cuenta en dólares en el exterior sin declarar?: lo que hay que hacer si aparece la AFIP](https://www.iproup.com/economia-digital/37376-que-hacer-con-afip-si-tenes-una-cuenta-sin-declarar-en-exterior)
* [Como recibir dolares del exterior en Balanz](https://www.youtube.com/watch?v=JzGpsS0mTFI\&ab_channel=ArielMangani)
* [Cómo saber mi categoría del monotributo en AFIP](https://eleconomista.com.ar/economia/como-saber-mi-categoria-del-monotributo-en-afip-n59755)
* [Alta Monotributo Unificado | Paso a Paso AFIP | Guía Completa](https://www.youtube.com/watch?v=6Peexz7GksU)
* [Cómo Hacer Factura Electrónica para Monotributistas - Tutorial completo - Factura C Monotributo](https://www.youtube.com/watch?v=5kwNR4C3kCk)

### Discussions

* [Consulta sobre modalidad contractor IT](https://www.reddit.com/r/argentina/comments/smu0at/consulta_sobre_modalidad_contractor_it/)
* [Que harían en mi lugar? Trabajo en el exterior](https://www.reddit.com/r/devsarg/comments/s8zt4b/que_har%C3%ADan_en_mi_lugar_trabajo_en_el_exterior/)
* [Cómo estar en regla fiscalmente siendo freelancer con Pablo Argento](https://wanderlancers.com/como-estar-en-regla-fiscalmente-siendo-freelancer/)
* [¿Se puede tener OSDE siendo monotributista?](https://www.reddit.com/r/merval/comments/yljjr0/se_puede_tener_osde_siendo_monotributista/)
* [Lemon, Belo, Buenbit, Decrypto, Satoshi Tango o Let’s Bit | ¿Cual es el mejor?](https://www.reddit.com/r/merval/comments/ypobua/lemon_belo_buenbit_decrypto_satoshi_tango_o_lets/)

### Collected

* No es necesario cambiar de categoría hasta que la suma de los ingresos brutos de los últimos 12 meses (que pueden estar completos o no) supere el valor máximo de esa categoría. Hay que estar atento a los montos. :/

## Ingresos brutos

* [Ingresos brutos - Argentina](https://www.argentina.gob.ar/ingresosbrutos)


---

# 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://arielgerardorios.gitbook.io/personal-wiki/finances_argentina.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.
