# Introduction

## Ztabilize Oracle for Argentine Economic Indices

![BCRA Logo](https://upload.wikimedia.org/wikipedia/commons/thumb/6/67/BCRA_logo.svg/2048px-BCRA_logo.svg.png)

Welcome to the documentation for the Ztabilize Oracle, a smart contract solution designed to provide key economic data from Argentina on the blockchain. This oracle uses Chainlink technology to fetch data from the Central Bank of Argentina (BCRA) API and make it available on-chain.

### Table of Contents

1. Overview
2. Architecture
3. Provided Data
4. Contracts

Choose a section from the table of contents to learn more about the Ztabilize Oracle.

### Quick Start

To start using the Ztabilize Oracle:

1. Check the Contracts page for the latest deployment addresses.
2. Review the Provided Data section to understand what information is available.
3. Integrate the oracle into your smart contract using the interface provided in the Architecture section.

For any questions or support, please refer to our contact information in the Contracts page.

***

*Note: The BCRA logo is used here for illustrative purposes. The Ztabilize Oracle is not officially affiliated with or endorsed by the Central Bank of Argentina (BCRA). We use publicly available data from the BCRA API to provide our oracle service.*


---

# Agent Instructions: 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:

```
GET https://ztabilize-oracle.gitbook.io/ztabilize-oracle/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
