# InfraBlockchain-Antelope

## InfraBlockchain-Antelope

- [What is InfraBlockchain-Antelope?](https://docs.infrablockchain.net/infrablockchain-antelope/introduction-to-infrablockchain-antelope/what-is-infrablockchain-antelope.md)
- [Resources and Essentials](https://docs.infrablockchain.net/infrablockchain-antelope/introduction-to-infrablockchain-antelope/resources-and-essentials.md)
- [Products and Supports](https://docs.infrablockchain.net/infrablockchain-antelope/introduction-to-infrablockchain-antelope/products-and-supports.md)
- [Accounts and Wallets](https://docs.infrablockchain.net/infrablockchain-antelope/users/accounts-and-wallets.md)
- [Getting started with InfraBlockchain-Antelope Block Producers](https://docs.infrablockchain.net/infrablockchain-antelope/block-producers/getting-started-with-infrablockchain-antelope-block-producers.md)
- [What is InfraBlockchain-Antelope Block Producer node](https://docs.infrablockchain.net/infrablockchain-antelope/block-producers/getting-started-with-infrablockchain-antelope-block-producers/what-is-infrablockchain-antelope-block-producer-node.md): This section will cover the details regarding what a InfraBlockchain-Antelope Block Producer is and its role in the InfraBlockchain-Antelope network.
- [Types of nodes](https://docs.infrablockchain.net/infrablockchain-antelope/block-producers/getting-started-with-infrablockchain-antelope-block-producers/types-of-nodes.md)
- [InfraBlockchain-Antelope Block Producer Requirements](https://docs.infrablockchain.net/infrablockchain-antelope/block-producers/getting-started-with-infrablockchain-antelope-block-producers/infrablockchain-antelope-block-producer-requirements.md): What is required to become a InfraBlockchain-Antelope Block Producer node?
- [Setting up InfraBlockchain-Antelope Block Producer node](https://docs.infrablockchain.net/infrablockchain-antelope/block-producers/getting-started-with-infrablockchain-antelope-block-producers/setting-up-infrablockchain-antelope-block-producer-node.md)
- [InfraBlockchain-Antelope Network Resources](https://docs.infrablockchain.net/infrablockchain-antelope/block-producers/infrablockchain-antelope-network-resources.md)
- [Getting started for developers](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/getting-started-for-developers.md)
- [Overview](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/overview.md)
- [Core Concepts](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/overview/core-concepts.md)
- [Technical Features](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/overview/technical-features.md)
- [Protocol](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/overview/protocol.md): Please note: All the details described below which is applicable to Antelope, applies to InfraBlockchain-Antelope.
- [Consensus Protocol](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/overview/protocol/consensus-protocol.md)
- [Transactions Protocol](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/overview/protocol/transactions-protocol.md)
- [Network Peer Protocol](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/overview/protocol/network-peer-protocol.md)
- [Accounts & Permissions](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/overview/protocol/accounts-and-permissions.md)
- [Developer guides: InfraBlockchain-Antelope Native](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native.md)
- [Platform & Toolchain](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/platform-and-toolchain.md)
- [Development Environment InfraBlockchain-Antelope Native](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/development-environment-infrablockchain-antelope-native.md)
- [Try InfraBlockchain-Antelope](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/development-environment-infrablockchain-antelope-native/try-infrablockchain-antelope.md)
- [Prerequisites](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/development-environment-infrablockchain-antelope-native/prerequisites.md)
- [Before You Begin](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/development-environment-infrablockchain-antelope-native/before-you-begin.md)
- [Install the Contract Dev Toolkit](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/development-environment-infrablockchain-antelope-native/install-the-contract-dev-toolkit.md)
- [Create Development Wallet](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/development-environment-infrablockchain-antelope-native/create-development-wallet.md): Wallets are repositories of public-private key pairs. Private keys are needed to sign operations performed on the blockchain. Wallets are accessed using infra-cli.
- [Start infra-keychain and infra-node](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/development-environment-infrablockchain-antelope-native/start-infra-keychain-and-infra-node.md)
- [Create Test Accounts](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/development-environment-infrablockchain-antelope-native/create-test-accounts.md)
- [Smart Contract Development](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development.md)
- [Hello World Contract](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/hello-world-contract.md)
- [Deploy, Issue & Transfer Tokens](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/deploy-issue-and-transfer-tokens.md)
- [Understanding ABI Files](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/understanding-abi-files.md)
- [Data Persistence](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/data-persistence.md)
- [Secondary Indices](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/secondary-indices.md)
- [Adding Inline Actions](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/adding-inline-actions.md)
- [Inline Actions to External Contracts](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/inline-actions-to-external-contracts.md)
- [Creating & Linking Custom Permissions](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/creating-and-linking-custom-permissions.md)
- [Payable Actions](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/smart-contract-development/payable-actions.md)
- [InfraBlockchain-Antelope System Contracts](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts.md)
- [infra.system](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/infra.system.md)
- [authproducer](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/infra.system/authproducer.md)
- [addsystoken](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/infra.system/addsystoken.md)
- [rmvsystoken](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/infra.system/rmvsystoken.md)
- [settxfee](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/infra.system/settxfee.md)
- [unsettxfee](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/infra.system/unsettxfee.md)
- [sys.tokenabi](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/sys.tokenabi.md)
- [settokenmeta](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/sys.tokenabi/settokenmeta.md)
- [issue](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/sys.tokenabi/issue.md)
- [transfer](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/sys.tokenabi/transfer.md)
- [txfee](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/sys.tokenabi/txfee.md)
- [retire](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/infrablockchain-antelope-system-contracts/sys.tokenabi/retire.md)
- [Tutorials](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/tutorials.md)
- [infra-cli](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/tutorials/infra-cli.md)
- [infrablockchain-js](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/tutorials/infrablockchain-js.md)
- [Hello World Contract](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/tutorials/hello-world-contract.md): Build Your First (Minimal) DApp
- [Developer guides: InfraBlockchain EVM](https://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-evm.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.infrablockchain.net/infrablockchain-antelope/introduction-to-infrablockchain-antelope/what-is-infrablockchain-antelope.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.
