# Noso Developer Portal

## Noso Developer Portal

- [Welcome Noso Devs!](https://docs.nosocoin.com/noso-developers-portal/welcome-noso-devs.md)
- [Whitepaper](https://docs.nosocoin.com/noso-developers-portal/whitepaper.md): PDF Version
- [NosoProject Roadmap](https://docs.nosocoin.com/noso-developers-portal/nosoproject-roadmap.md)
- [Getting Started](https://docs.nosocoin.com/noso-developers-portal/overview/getting-started.md)
- [Start Building on Noso](https://docs.nosocoin.com/noso-developers-portal/overview/start-building-on-noso.md): If you have the skillset and would like to get started as an independent Noso developer
- [Mainnet Apps](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps.md): Apps that run on Noso Mainnet
- [Nosolite](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosolite.md)
- [NosoMobile Wallet](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosomobile-wallet.md)
- [NosoNode](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosonode.md)
- [Consopool](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/consopool.md): PoPW-Pool server for Noso crypto currency. Consopool acts as a single instance that PoPW workers can connect to to share in profits.
- [Consominer2](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/consominer2.md)
- [Liquidity Pool](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/liquidity-pool.md): The liquidity pool will allow anyone to easily convert Noso to other "tradeables" currencys.
- [Updates about LiqPool](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/liquidity-pool/updates-about-liqpool.md)
- [NoBiEx (Noso Built In Exchange)](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nobiex-noso-built-in-exchange.md): Afull peer-to-peer exchange that will provide liquidity that Nosocoin needs without the ever need of kyc and eliminates the 3rd party like binance,coinbase…etc
- [Running a Noso JSON-RPC node for development Utilizing Noso's  REST API](https://docs.nosocoin.com/noso-developers-portal/rpc-connection/running-a-noso-json-rpc-node-for-development-utilizing-nosos-rest-api.md): A Noso Remote Procedure Call (RPC) node is a type server that allows users to read data on the Noso blockchain and manipulate it for various purposes.


---

# 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.nosocoin.com/noso-developers-portal/welcome-noso-devs.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.
