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

# FluxRelay Documentation : Relay Intent. Execute On-Chain.

Send assets by **@username**. Gasless, instant, and social.

### HOME

#### What is FluxRelay?

FluxRelay is an AI-powered crypto payment platform. It makes sending and managing money as natural as texting a friend.

Users send cryptocurrency using simple **@usernames**. No long addresses.

Transactions are completely gasless. They are guided by intelligent AI (our agent, Flux).

Everything starts in Telegram today. No wallets to install. No seed phrases. No visible fees. No crypto knowledge required.

A dedicated mobile app is coming soon. It brings the same experience to your pocket.

#### Why FluxRelay exists

Cryptocurrency could transform everyday payments. It is blocked by complexity:

* Long, error-prone addresses
* Unpredictable gas fees
* Technical setup and app switching
* Fear of irreversible mistakes

FluxRelay removes every barrier. So anyone can send money instantly. Focus on intent, not infrastructure.

### Vision & principles

#### Our vision

To make crypto payments invisible. As effortless and natural as sending a message.

#### Core principles

* **Simplicity always wins**
* **Usernames over addresses**
* **Gas should never burden the user**
* **AI eliminates complexity, not adds steps**
* **Fully non-custodial — users always control their funds**

### Getting started

{% stepper %}
{% step %}

### 1. Register a username (Telegram today)

Type:

```
/register @yourname
```

A secure smart wallet is created automatically. It completes in seconds.
{% endstep %}

{% step %}

### 2. Send a payment

Use natural language:

```
Send $50 to @bob groceries
```

```
Pay @jane 5 USDC for lunch
```

Flux understands your request. It resolves the username. It handles everything. It sponsors gas. It executes instantly.
{% endstep %}
{% endstepper %}

### Mobile app coming soon

The upcoming mobile app will extend this experience:

* Always-on access
* Push notifications
* Biometric approvals
* Native QR scanning
* Offline-capable receive QR generation
* Full sync with your Telegram wallet

### Core features

#### Username-based payments

@usernames are permanently linked on-chain to smart wallets. Send to people, not hex strings. It’s intuitive and error-proof.

#### QR code payments

Generate static or dynamic QR codes tied to your username or wallet:

* Share offline for receiving funds
* Scan to pay instantly (gasless)
* Supports fixed amounts and memos

#### AI-powered natural language (Flux)

Flux handles 30+ intents with 95%+ accuracy and conversation memory:

* Payments
* Swaps
* Bridging
* Betting
* Scheduling
* Analytics
* Requests
* Yield vaults

It has a friendly personality. It sends soft notifications. It shows detailed history with explorer links.

#### Completely gasless transactions

ERC-4337 account abstraction plus a flexible paymaster:

* No visible gas fees
* Sponsored automatically
* Fees in stablecoins (USDC, USDT, DAI, WBTC)

#### Multichain capabilities

Seamless bridging across 13+ networks. Handled automatically.

#### Additional features

* Emoji bets and mini-games (real funds, responsible limits)
* Payment scheduling
* Analytics and insights
* Money requests with memos
* Savings vaults (yield on USDC)
* Rate limiting and full user isolation for privacy

### Security & trust

#### Non-custodial architecture

Users retain full control. We never hold funds.

#### Key safeguards

* Audited OpenZeppelin libraries
* Deterministic wallet generation
* Complete user data isolation
* Multi-tier rate limiting
* Transparent on-chain history
* Ongoing security reviews

### Roadmap

#### Short-term

* Full QR payments and payment links
* Card on-ramps
* Merchant profiles and tools
* Savings vault enhancements

#### Mid-term

* Split and group payments
* Shared wallets
* Advanced analytics dashboard
* Business and API integrations
* Mobile app launch (iOS and Android)

#### Long-term

* Autonomous finance agents
* On-chain reputation and trust layers
* Expanded AI capabilities
* Open payment protocol

### Contributing & get involved

We welcome collaboration:

* Developers (contracts, AI, integrations)
* Designers and UX experts
* Community builders
* Strategic partners and merchants

#### Connect

* Telegram Bot: @FluxRelayBot
* Twitter: @FluxRelayHQ
* Email: <hello@fluxrelay.com> (coming soon)

#### Docs structure template

Use this when creating new landing pages or feature overviews: [Page template: Product overview](/fluxrelay-docs/page-template-product-overview.md)


---

# 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://fluxrelay.gitbook.io/fluxrelay-docs/fluxrelay-documentation-relay-intent.-execute-on-chain..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.
