# Building on Kinto

- [Network Information](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/network-information.md): This page contains the network information of Kinto mainnet.
- [Kinto Rollup Architecture](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/kinto-rollup-architecture.md): This page describes the overall architecture of the Kinto Blockchain.
- [Differences with other rollups](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/differences-with-other-rollups.md)
- [Rollup Features](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/rollup-features.md)
- [Create2](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/rollup-features/create2.md): Learn how to deploy deterministic contracts on Kinto.
- [Kinto Account Abstraction](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/rollup-features/kinto-account-abstraction.md): This page covers all the peculiarities of Kinto's account abstraction implementation.
- [KintoWallet](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/rollup-features/kintowallet.md): This page explains all the nuances of our wallet implementation.
- [Musubi - Chain Abstraction](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/rollup-features/musubi-chain-abstraction.md)
- [Development guide](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/development-setup.md): Welcome! This section contains everything a developer needs to start working with Kinto.
- [1️⃣ Setup your Deployer EOA](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/development-setup/setup-your-deployer-eoa.md)
- [2️⃣ Environment setup](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/development-setup/environment-setup.md): This guide will help you set up the kinto-core repository and the rest of your developer environment.
- [3️⃣ Creating your Kinto App](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/development-setup/creating-your-kinto-app.md): If you have not already make sure that you have setup a deployer EOA as explained in our prior steps.
- [Interacting with your Kinto App](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/interacting-with-your-kinto-app.md)
- [Interacting with contracts](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/interacting-with-your-kinto-app/interacting-with-contracts.md): All users in Kinto are forced to interact with contracts by sending UserOps through the Kinto EntryPoint. In this guide we will learn to create and send UserOps.
- [Create a Web Dapp](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/interacting-with-your-kinto-app/create-a-web-dapp.md): Clone the sample application to get started.
- [Smart Contract Reference](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference.md)
- [KintoAppRegistry](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kintoappregistry.md)
- [KintoID](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kintoid.md)
- [KintoWalletFactory](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kintowalletfactory.md)
- [Kinto Wallet](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kinto-wallet.md)
- [SponsorPaymaster](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/sponsorpaymaster.md)
- [Kinto EntryPoint](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kinto-entrypoint.md)
- [KYCViewer](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kycviewer.md)
- [Faucet](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/faucet.md)
- [EngenCredits](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/engencredits.md)
- [EngenGovernance](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/engengovernance.md)
- [Kinto Wallet Web SDK](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/kinto-wallet-web-sdk.md): This SDK allows you to create web applications that are connected to Kinto.
- [Running kinto nodes](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/running-kinto-nodes.md)
- [Tools](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/tools.md)
- [Node RPC](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/tools/node-rpc.md)
- [Build Tools](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/tools/build-tools.md)
- [Block Explorer](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/tools/block-explorer.md)
- [Debugging and monitoring](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/tools/debugging-and-monitoring.md)
- [Oracle - Pyth](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/tools/oracle-pyth.md)
- [Firewall - Venn](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/tools/firewall-venn.md): This page describes how to integrate Venn.
- [ICO Platform](https://docs.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/ico-platform.md)


---

# 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.kinto.xyz/kinto-the-modular-exchange/building-on-kinto.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.
