> For the complete documentation index, see [llms.txt](https://docs.useshadowpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.useshadowpay.com/resources/roadmap.md).

# Roadmap

ShadowPay's beta ships a tight, high-polish core: private accounts, confidential transfers, and agent-native payments. Everything below is planned for after beta, informed by what beta usage actually tells us.

***

## Planned

| Feature                          | Description                                                                                       |
| -------------------------------- | ------------------------------------------------------------------------------------------------- |
| DeFi yield                       | Yield routed into vetted Solana lending protocols, with a share passed back to the account holder |
| Multi-currency stablecoins       | Support for EURC, PYUSD, and other regional stablecoins alongside USDC                            |
| In-app swap                      | DEX-aggregated swap between USDC and SOL, beyond the automatic gas reserve top-up                 |
| Business team permissions        | Multi-signer roles and approval workflows for Business accounts                                   |
| Debit card                       | Virtual card first, physical card to follow                                                       |
| Cross-chain bridging             | Wormhole-based bridging for assets originating outside Solana                                     |
| DAO and multi-sig treasury tools | Confidential payroll and grant disbursement for organizations and DAOs                            |
| Social recovery                  | Trusted-contact recovery flow as an alternative to passkey sync or key export                     |
| ShadowPay SDK                    | Embedded wallet SDK for third parties building on top of ShadowPay's infrastructure               |

***

## Sequencing

Roadmap items are prioritized based on beta usage patterns rather than a fixed date-driven schedule. Features with clear demand from beta users and developers, particularly around agent tooling and Business account permissions, are likely to ship first.

There's no committed public timeline for individual roadmap items. Announcements will be made through official ShadowPay channels as features approach release.

***

## What's deliberately not planned

ShadowPay has no plans to introduce a native token, speculative or otherwise. The product is built around USDC and Solana's existing infrastructure. If a future need for protocol-level governance emerges, it will be evaluated on its own merits rather than assumed as a default roadmap item.


---

# 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.useshadowpay.com/resources/roadmap.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.
