# For Developers

- [Building on ONINO](https://docs.onino.io/for-developers/building-on-onino.md): Guides, Tipps and Toolkits to build on ONINOs tokenization infrastructure.
- [Mainnet Configuration](https://docs.onino.io/for-developers/mainnet-configuration.md)
- [Testnet Configuration](https://docs.onino.io/for-developers/testnet-configuration.md)
- [Solidity Compiler Versions](https://docs.onino.io/for-developers/solidity-compiler-versions.md)
- [Nodes & Validators](https://docs.onino.io/for-developers/nodes-and-validators.md)
- [For Validators & Node Operators](https://docs.onino.io/for-developers/nodes-and-validators/for-validators-and-node-operators.md): A page for node operators and validators.
- [Validator Ramp-Up Phases](https://docs.onino.io/for-developers/nodes-and-validators/validator-ramp-up-phases.md): ONINO is committed to building a decentralized and secure network. Validators play a critical role in securing the ONINO blockchain, processing transactions, and ensuring network stability.
- [Developer Platform Overview](https://docs.onino.io/for-developers/developer-platform-overview.md): The ONINO platform help companies and developers to easily ideate, develop, deploy and integrate blockchain-based solutions.
- [Quickstart Guide](https://docs.onino.io/for-developers/developer-platform-overview/quickstart-guide.md): This quickstart guide will guide you through the steps to create your first project, develop and deploy your first smart contract solution, and integrate it into your IT systems.
- [Overview](https://docs.onino.io/for-developers/developer-platform-overview/overview.md): Overview of all active projects and features on the ONINO Developer Platform.
- [Templates](https://docs.onino.io/for-developers/developer-platform-overview/templates.md): Browse our gallery of customizable smart contract templates to create and deploy in minutes without writing any code.
- [Brainstorming AI](https://docs.onino.io/for-developers/developer-platform-overview/brainstorming-ai.md): Not sure what to build with Blockchain? Our AI will help you get started.
- [Code Generator AI](https://docs.onino.io/for-developers/developer-platform-overview/code-generator-ai.md): Reduce your development times by 90% and let our AI automatically write smart contract code for you.
- [Contract Import](https://docs.onino.io/for-developers/developer-platform-overview/contract-import.md): Import existing smart contracts to take advantage of ONINO's powerful tools and features.
- [Development Studio](https://docs.onino.io/for-developers/developer-platform-overview/development-studio.md): Develop smart contracts with our cloud-based integrated development environment.
- [Deployment Suite](https://docs.onino.io/for-developers/developer-platform-overview/deployment-suite.md): Easily compile and deploy smart contracts across multiple testnets and mainnets.
- [Smart Contract API](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-api.md): Integrate your smart contracts with every application through our language- and framework-agnostic REST API.
- [Integration AI](https://docs.onino.io/for-developers/developer-platform-overview/integration-ai.md): Get personalized guidance on integrating your deployed smart contracts into your tech stack, regardless of the platform.
- [Contract Manager](https://docs.onino.io/for-developers/developer-platform-overview/contract-manager.md): Manage, interact with and integrate all your deployed smart contracts with the ONINO Contract Manager.
- [How-To: Using AWS KMS wallets with the ONINO Smart Contract API](https://docs.onino.io/for-developers/developer-platform-overview/how-to-using-aws-kms-wallets-with-the-onino-smart-contract-api.md): On this page you find a full tutorial on how to perform write operations with the ONINO Smart Contract API using an AWS KMS-managed wallet.
- [Smart Contract Templates](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates.md): ONINOs Cloud Platform allows everyone to use, change and deploy a library of smart contract templates that cover various different use cases.
- [Template Overview](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates/template-overview.md): These are all current templates offered within the ONINO Platform to help you start the development and testing of your project quickly.
- [Creating Tokens](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates/creating-tokens.md): Token standards like ERC20, BEP20 or others are smart contract standards made to create fungible tokens
- [Token with Fixed Supply](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates/creating-tokens/token-with-fixed-supply.md): A fungible token with a fixed supply can be minted once and has a total maximum supply for all of its lifetime.
- [Token with Mintable Supply](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates/creating-tokens/token-with-mintable-supply.md): A fungible token with a mintable supply can be minted once and has the functionality to mint additional tokens throughout its lifetime.
- [Creating NFTs](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates/creating-nfts.md): An NFT/ERC721 is a smart contract standard which is specialised in Non Fungible Tokens (NFT) and  compatible with Opensea. Every NFT is unique, so that only one can can be owned in its current form.
- [Standard NFT](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates/creating-nfts/standard-nft.md): The ERC721 smart contract standard is the basic standard for NFTs on EVM compatible chains.
- [NFT with fixed Supply](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates/creating-nfts/nft-with-fixed-supply.md): The ERC721 smart contract standard is the basic standard for NFTs on EVM compatible chains. The fixed supply limits the total amount of NFTs that can exist from a collection.
- [Create your Custom Project](https://docs.onino.io/for-developers/developer-platform-overview/smart-contract-templates/create-your-custom-project.md): The ONINO Cloud Platform easily allows anyone to create their custom blockchain projects.


---

# 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.onino.io/for-developers.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.
