# Basic Concepts

## Chia

The best blockchain in existence. Find out more: <https://www.chia.net/>

## RPC

[Remote Procedure Call](https://en.wikipedia.org/wiki/Remote_procedure_call)

The official Chia node exposes some RPCs that can be used to query information about the blockchain. [FireAcademy.io](https://fireacademy.io) offers access to full node RPCs, which provide a way of getting information about blocks, coins, mempool transactions, and much more.

Find out more: <https://docs.chia.net/rpc/>

## API Keys

API keys are our way of identifying users and tracking how much credits they use. You are free to use API keys as you see fit, but we recommend having one API key per app domain.

## Credits

Each request to Leaflet consumes a preset amount of credits (420) from the API key owner's account. Credits are billed each week at a known rate ($1 = 4,200,000 credits).

One could think of our credit system as an abstraction layer. Instead of billing for the number of requests made to Leaflet, we chose to go this route to make future product integrations easier.

Something very important to mention is that credits can also be obtained via gift codes, which can be given at the discretion of the almighty admin (also see: [grants](/grants.md)).

Fun fact: Credits were formerly known as 'traffic' on our old platform, which generated a lot of confusion.


---

# 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://docs.fireacademy.io/basic-concepts.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.
