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

# Secant Pay Docs

Secant Pay is a self-custodial crypto payments platform for merchants accepting stablecoin payments on Base and Solana.

Merchants connect their own wallets, create payment requests, optionally send the request to a customer's Solana wallet inbox, and receive funds directly to addresses they control. Secant never holds private keys or custodies funds. The platform tracks payment state around on-chain transfers and provides the merchant tooling layer: checkout, invoices, point-of-sale, payment links, Blinks, notifications, portfolio visibility, swap routing, and settlement detection.

## Why Secant

**Non-custodial by design.** Every payment settles directly from customer wallet to merchant wallet. Secant observes and verifies — it does not intermediate.

**Two chains, one interface.** Base for EVM USDC payments with Zerion-powered portfolio and routing. Solana for Solana Pay, Jupiter-powered SPL checkout, Secant Blinks, SNS names, Dialect payment request alerts, and native settlement detection via Helius webhooks.

**Merchant-first.** Built for freelancers, agencies, global merchants, and Solana-native teams who need checkout, invoicing, customer payment requests, and settlement tracking without giving up custody.

## Current State

Phase 1 is live with multi-wallet dashboard, terminal checkout, Scan & Pay point-of-sale, invoice generation with pay links, wallet QR, Secant Blinks, optional Dialect customer requests, swap and bridge routing, and Helius webhook settlement on Solana. Accounts use wallet-signature settings with optional TOTP two-factor, plan-based monthly invoice limits (with expired-invoice refunds and auto-cleanup), and automatic Helius address registration. See [Phase 1: Current Build](/secant-docs/phase-1-current-build.md) for the full feature set.

## Roadmap

| Phase                                                    | Focus                                                                                                           | Status  |
| -------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ------- |
| [Phase 1](/secant-docs/phase-1-current-build.md)         | Core checkout, invoices, payment requests, PoS, swap, Dialect notifications, settlement                         | Live    |
| [Phase 2](/secant-docs/phase-2-programmable-payments.md) | SDK + embeddable checkout, gasless payments, agentic payments, white-label, multi-stablecoin, receipts, metrics | Planned |
| [Phase 3](/secant-docs/phase-3-fiat-rails.md)            | On/off-ramp, subscriptions, optional ZK-KYC, treasury, tax assistant, security audit                            | Planned |
| [Phase 4](/secant-docs/phase-4-network-enterprise.md)    | Platform integrations, smart routing, enterprise/RBAC, partnerships                                             | Planned |

## Documentation

* [Product Overview](/secant-docs/product-overview.md) — what Secant does and who it serves.
* [How Secant Pay Works](/secant-docs/how-it-works.md) — merchant and customer flow with annotated dapp screenshots.
* [Architecture](/secant-docs/architecture.md) — system design, data flow, and settlement model.
* [Phase 1: Current Build](/secant-docs/phase-1-current-build.md) — features shipped in the current release.
* [Phase 2: Programmable Payments](/secant-docs/phase-2-programmable-payments.md) — SDK, gasless payments, agentic payments, white-label checkout, and merchant tools.
* [Phase 3: Fiat Rails, Recurring & Trust](/secant-docs/phase-3-fiat-rails.md) — on/off-ramp, subscriptions, ZK-KYC, treasury, tax, and the security audit.
* [Phase 4: Network & Enterprise](/secant-docs/phase-4-network-enterprise.md) — platform integrations, smart routing, enterprise/RBAC, and partnerships.
* [Integrations](/secant-docs/integrations.md) — ecosystem providers powering Secant.
* [Security and Settlement](/secant-docs/security-and-settlement.md) — custody model, validation, and operational controls.
* [Contributing](/secant-docs/contributing.md) — how to contribute to docs and code.


---

# 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://secant.gitbook.io/secant-docs/readme.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.
