> For the complete documentation index, see [llms.txt](https://docs.sweep.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sweep.finance/ecosystem-components/sweepay/core-capabilities.md).

# Core Capabilities

SweePay provides a comprehensive set of capabilities designed to enable seamless financial interactions using digital assets. The system combines payment functionality, asset mobility, and real-world usability within a unified framework.

### **Integrated Payment Solutions**

SweePay enables both physical and digital payments within a single system.

* **Physical payments** through Mastercard and Visa-supported cards
* **Digital payments** using crypto assets for direct transactions
* Unified experience across online and offline environments

### **Seamless Transfers**

Users can transfer value directly without relying on intermediaries.

* Peer-to-peer transactions between users
* Fast and efficient transfer execution
* Borderless value movement across the network

### **Multi-Asset Support**

SweePay is designed to support a wide range of digital assets.

* Compatibility with multiple cryptocurrencies
* Flexible usage across different payment scenarios
* Simplified asset interaction within a single interface

### **User-Controlled Architecture**

The system is built around user ownership and control.

* Non-custodial structure for asset management
* Transactions executed through user wallets
* No centralized control over user funds

### **Real-World Usability**

SweePay bridges digital assets with everyday financial use.

* Enables spending in real-world environments
* Integrates crypto into daily payment activities
* Expands the practical utility of digital assets

### **Scalable Payment Infrastructure**

The system is designed to support growing usage and expansion.

* Built for high transaction volume
* Supports integration with external services
* Adaptable to evolving financial use cases


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sweep.finance/ecosystem-components/sweepay/core-capabilities.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
