> For the complete documentation index, see [llms.txt](https://dev.simplepay.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.simplepay.ai/docs/introduction/core-concepts.md).

# Core concepts

The Core Concepts of SimplePay encapsulate the foundational principles and mechanisms that drive our cryptocurrency payment processing platform. By focusing on decentralization, transparency, and efficiency, SimplePay provides users with an unparalleled payment experience tailored to the evolving needs of global commerce.

## Key Concepts

1. [**Non-Custodial Model:**](/docs/introduction/core-concepts/non-custodial.md)
   * Users and merchants retain full control over their assets at all times.
   * Transactions occur directly between parties without reliance on third-party custodians.
   * Ensures security and autonomy, reducing the risk of hacks or mismanagement.
2. [**Direct Payments:**](/docs/introduction/core-concepts/direct-payments.md)
   * Facilitates the seamless transfer of funds from payer to payee.
   * Bypasses intermediaries to minimize delays, fees, and complexities.
   * Transactions are validated on-chain, providing transparency and immutability.
3. **Blockchain Technology:**
   * Leverages decentralized ledgers to secure and verify transactions.
   * Enhances trust with a transparent, tamper-proof record of all payments.
   * Supports multi-network functionality, enabling transactions across various blockchains.
4. **Merchant-Centric Tools:**
   * Simple Console and REST API empower merchants with robust management and integration capabilities.
   * Webhooks ensure real-time notifications, enhancing operational efficiency.
   * No-code solutions like Telegram integrations cater to merchants without technical expertise.


---

# 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 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://dev.simplepay.ai/docs/introduction/core-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.
