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

# Welcome

VeerTx is a private payment tool for crypto. You get a simple link. People pay you through it. No one can see your wallet on-chain.

## What VeerTx does

When someone pays you, the payment is broken into two parts on the blockchain:

1. The sender pays a fresh, one-time address.
2. You receive the funds at a different, unrelated address.

Between those two steps, the funds pass through a zero-knowledge privacy pool. This breaks the on-chain link between the sender and you. Anyone looking at the blockchain cannot connect the two.

## Why people use it

* **Get paid in public, stay private.** Share one link anywhere. Your real wallet is never shown.
* **No sign-up for senders.** Senders do not connect a wallet or make an account. They just pay the address shown.
* **You stay in control.** Your private keys never leave your browser. VeerTx cannot move your funds for you.
* **Works across chains.** Solana and Base are live today.

## Your payment link

After a one-time setup, you get a link like this:

```
veertx.com/pay/yourname
```

Share it on social media, in a bio, in a message, or anywhere else. It never changes, and it never reveals your wallet.

## Quick links

* [How it works](/veertx-docs/how-it-works/overview.md) - the full flow in four steps
* [Supported chains](/veertx-docs/how-it-works/supported-chains.md) - Solana and Base
* [Fees and limits](/veertx-docs/how-it-works/fees-and-limits.md) - exactly what you pay
* [Receive payments](/veertx-docs/guides/receive-payments.md) - set up your link
* [Send a payment](/veertx-docs/guides/send-a-payment.md) - pay someone privately
* [Security](/veertx-docs/security/overview.md) - our trust model, in plain terms

## Status

VeerTx is live on mainnet for Solana and Base. There is no token. There never will be a token sale tied to using VeerTx.


---

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