> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/pt-br/desenvolver/basico/conectar-a-chiliz-chain/conectar-via-rpc.md).

# Conectar via RPC

A Chiliz está disponível por meio de uma Mainnet para projetos em produção e de uma Testnet para fins de testes. A Testnet da Chiliz é chamada de Spicy Testnet.

{% hint style="success" %}
Esses endpoints RPC públicos são gratuitos e compartilhados, por isso têm limites de taxa. O limite exato depende do provedor e de você ter ou não registrado uma conta com ele: os endpoints públicos (sem necessidade de conta) são adequados para desenvolvimento e testes, enquanto o tráfego de produção é melhor atendido registrando-se em um provedor para obter limites mais altos, ou [executando seu próprio nó](/pt-br/desenvolver/basico/conectar-a-chiliz-chain/executar-um-no-chiliz-chain.md).

Se você atingir um limite, adicione um pequeno atraso entre as requisições (variando de 1 segundo a 1 minuto conforme suas necessidades) e use backoff exponencial em caso de erros, em vez de tentar novamente de imediato.
{% endhint %}

Lá você encontrará as URLs de endpoint para Mainnet e Testnet, Chain ID, URL do explorer, etc.

{% hint style="info" %}
**Sobre a Scoville Testnet**

Em maio de 2023, substituímos a Scoville Testnet pela Spicy Testnet.

Todos os desenvolvedores que implantaram ou planejam implantar na Scoville Testnet devem realizar seus testes na Spicy Testnet, pois ela será mantida atualizada para refletir diretamente a nova Chiliz Chain.
{% endhint %}

Para informações sobre como conectar carteiras específicas à Chiliz Chain, use este guia: [https://github.com/chiliz-chain/docs/tree/master/aprender/sobre-carteiras/como-usar-metamask/conectar-chiliz-chain-metamask.md](https://github.com/chiliz-chain/docs/tree/master/aprender/sobre-carteiras/como-usar-metamask/conectar-chiliz-chain-metamask.md "mention").


---

# 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://docs.chiliz.com/pt-br/desenvolver/basico/conectar-a-chiliz-chain/conectar-via-rpc.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.
