# Introduction

- [What is 1Money Network?](https://developer.1moneynetwork.com/introduction/what-is-1money-network.md)
- [Why 1Money Network?](https://developer.1moneynetwork.com/introduction/what-is-1money-network/why-1money-network.md)
- [Key Features](https://developer.1moneynetwork.com/introduction/what-is-1money-network/key-features.md)
- [The Consensus Model](https://developer.1moneynetwork.com/introduction/what-is-1money-network/the-consensus-model.md)
- [What is BCB?](https://developer.1moneynetwork.com/introduction/what-is-1money-network/what-is-bcb.md)
- [Accounts](https://developer.1moneynetwork.com/introduction/what-is-1money-network/accounts.md)
- [Transactions](https://developer.1moneynetwork.com/introduction/what-is-1money-network/transactions.md): How Transactions Work on 1Money Network
- [Fees and (No) Gas](https://developer.1moneynetwork.com/introduction/what-is-1money-network/fees-and-no-gas.md)
- [The SaaS Fee Model (for Enterprises)](https://developer.1moneynetwork.com/introduction/what-is-1money-network/the-saas-fee-model-for-enterprises.md)
- [The Transaction Hierarchy](https://developer.1moneynetwork.com/introduction/what-is-1money-network/the-transaction-hierarchy.md)
- [Built-in Compliance](https://developer.1moneynetwork.com/introduction/what-is-1money-network/built-in-compliance.md)
- [Stablecoins](https://developer.1moneynetwork.com/introduction/what-is-1money-network/stablecoins.md)
- [Tutorials](https://developer.1moneynetwork.com/introduction/tutorials.md)
- [Working with Accounts](https://developer.1moneynetwork.com/introduction/tutorials/working-with-accounts.md)
- [Make a Payment Transaction](https://developer.1moneynetwork.com/introduction/tutorials/make-a-payment-transaction.md)
- [Events](https://developer.1moneynetwork.com/introduction/tutorials/events.md)
- [Issuing a Token](https://developer.1moneynetwork.com/introduction/tutorials/issuing-a-token.md)
- [Setup the Authority Management](https://developer.1moneynetwork.com/introduction/tutorials/setup-the-authority-management.md)
- [Blacklist an Account](https://developer.1moneynetwork.com/introduction/tutorials/blacklist-an-account.md)
- [Pause a Token](https://developer.1moneynetwork.com/introduction/tutorials/pause-a-token.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://developer.1moneynetwork.com/introduction.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.
