# Concepts

- [What is Inverter Network](https://docs.inverter.network/concepts/what-is-inverter-network.md)
- [The Inverter Protocol](https://docs.inverter.network/concepts/the-inverter-network-protocol.md)
- [Protocol Concepts](https://docs.inverter.network/concepts/protocol-concepts.md)
- [Workflow Model](https://docs.inverter.network/concepts/protocol-concepts/workflow-model.md)
- [Factories](https://docs.inverter.network/concepts/protocol-concepts/workflow-model/factories.md)
- [Orchestrator](https://docs.inverter.network/concepts/protocol-concepts/workflow-model/orchestrator.md)
- [Authorizer](https://docs.inverter.network/concepts/protocol-concepts/workflow-model/authorizer.md)
- [Funding Manager](https://docs.inverter.network/concepts/protocol-concepts/workflow-model/funding-manager.md)
- [Payment Processor](https://docs.inverter.network/concepts/protocol-concepts/workflow-model/payment-processor.md)
- [Logic Module](https://docs.inverter.network/concepts/protocol-concepts/workflow-model/logic-module.md)
- [Module Library](https://docs.inverter.network/concepts/protocol-concepts/module-library.md)
- [Authorizers](https://docs.inverter.network/concepts/protocol-concepts/module-library/authorizers.md)
- [Role Authorizer](https://docs.inverter.network/concepts/protocol-concepts/module-library/authorizers/role-authorizer.md)
- [Single Vote Governance Module](https://docs.inverter.network/concepts/protocol-concepts/module-library/authorizers/single-vote-governance-module.md)
- [Token Gated Role Authorizer](https://docs.inverter.network/concepts/protocol-concepts/module-library/authorizers/token-gated-role-authorizer.md)
- [Funding Managers](https://docs.inverter.network/concepts/protocol-concepts/module-library/funding-managers.md)
- [PIMs](https://docs.inverter.network/concepts/protocol-concepts/module-library/funding-managers/pims.md)
- [Bancor Based PIM: Virtual Supply](https://docs.inverter.network/concepts/protocol-concepts/module-library/funding-managers/pims/bonding-curve.md)
- [Bancor Based PIM: Virtual Supply Buy Restriction](https://docs.inverter.network/concepts/protocol-concepts/module-library/funding-managers/pims/bonding-curve-1.md)
- [Deposit Vault Funding Manager](https://docs.inverter.network/concepts/protocol-concepts/module-library/funding-managers/rebasing-funding-manager.md)
- [Payment Processors](https://docs.inverter.network/concepts/protocol-concepts/module-library/payment-processors.md)
- [Streaming Payment Processor](https://docs.inverter.network/concepts/protocol-concepts/module-library/payment-processors/streaming-payment-processor.md)
- [Simple Payment Processor](https://docs.inverter.network/concepts/protocol-concepts/module-library/payment-processors/simple-payment-processor.md)
- [Logic Modules](https://docs.inverter.network/concepts/protocol-concepts/module-library/logic-modules.md)
- [Bounty Manager](https://docs.inverter.network/concepts/protocol-concepts/module-library/logic-modules/bounty-manager.md)
- [Recurring Payment Manager](https://docs.inverter.network/concepts/protocol-concepts/module-library/logic-modules/recurring-payment-manager.md)
- [KPI Rewarder](https://docs.inverter.network/concepts/protocol-concepts/module-library/logic-modules/kpi-rewarder.md)
- [Staking Manager](https://docs.inverter.network/concepts/protocol-concepts/module-library/logic-modules/staking-manager.md)
- [Primary Issuance Markets (PIMs)](https://docs.inverter.network/concepts/protocol-concepts/primary-issuance-markets.md)
- [Governance](https://docs.inverter.network/concepts/protocol-concepts/governance.md)
- [Security](https://docs.inverter.network/concepts/protocol-concepts/security.md)
- [Upgradeability](https://docs.inverter.network/concepts/protocol-concepts/security/upgradeability.md)
- [Emergency Protocol](https://docs.inverter.network/concepts/protocol-concepts/security/intervention.md)
- [Audits](https://docs.inverter.network/concepts/protocol-concepts/security/audits.md)
- [Bug Bounties](https://docs.inverter.network/concepts/protocol-concepts/security/bug-bounties.md)
- [Fees](https://docs.inverter.network/concepts/protocol-concepts/fees.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.inverter.network/concepts.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.
