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

# Features

TilepMoney provides a comprehensive set of features designed to make stablecoin workflow creation accessible, powerful, and enterprise-ready.

### Core Capabilities

#### Visual Workflow Builder

Create complex payment workflows using an intuitive drag-and-drop interface. No coding required - simply drag nodes onto the canvas and connect them to define your flow.

**Key Features:**

* Infinite canvas with pan and zoom
* Grid snapping for clean layouts
* Mini-map for navigation
* Auto-layout for organized workflows
* Real-time validation

#### Modular Node System

<figure><img src="/files/dmkuImrwctXaaWx1cJm3" alt="" width="130"><figcaption></figcaption></figure>

TilepMoney provides 9 specialized node types organized into categories:

**Asset Management:**

* **Deposit** - Simulate fiat funding (IDR/USD)
* **Mint** - Tokenize fiat to stablecoins (e.g., mUSDT)
* **Redeem** - Burn stablecoins to retrieve fiat
* **Transfer** - Send tokens to external wallets

**DeFi Operations:**

* **Swap** - Exchange tokens via DEX aggregators
* **Yield Deposit** - Earn interest on idle assets
* **Yield Withdraw** - Liquidate yield positions
* **Bridge** - Move assets seamlessly across chains

**Logic & Control:**

* **Wait** - Time-based delays for scheduled operations
* **Partition** - Split flow into multiple paths by percentage

#### One-Click Execution

<figure><img src="/files/I38XGSYKcRwZjtXQgYLu" alt=""><figcaption></figcaption></figure>

Execute complex, multi-step workflows with a single user action.&#x20;

The **MainController** smart contract orchestrates the entire sequence on-chain, ensuring atomicity—either the whole workflow succeeds, or it reverts entirely, preventing stuck funds.

#### Real-Time Simulation

<figure><img src="/files/fGsL4YV0kdpibiJ7d3PQ" alt="" width="563"><figcaption></figcaption></figure>

Before signing any transaction, **Simulate** your workflow to:

* Preview balance changes
* Estimate gas costs with precision
* Catch errors (e.g., insufficient allowance) early
* Verify logic paths

#### Execution Monitor

<figure><img src="/files/mXZu9MSRlt2pQM92FMT2" alt="" width="273"><figcaption></figcaption></figure>

Track your live workflows with granular visibility:

* **Node-Level Status:** See exactly which step is processing (e.g., "Bridging...", "Swapping...").
* **Transaction Logs:** Access hashes and receipts for every on-chain action.
* **Visual Feedback:** Watch the flow progress through the diagram in real-time.

***

### Enterprise Features

#### Template Library

<figure><img src="/files/OfiHujNJXzawioHPERzx" alt="" width="563"><figcaption></figcaption></figure>

Get started instantly with 8 pre-built templates for common B2B scenarios:

1. **Cross-Border Treasury Transfer** - Bridge & Swap across chains.
2. **Treasury FX Hedging** - Diversify stablecoin holdings.
3. **Supply Chain Escrow** - Yield-bearing escrow for payments.
4. **Revenue Split & Tax** - Automated fund allocation.
5. **Multi-Chain Gas Refill** - Maintenance for operational wallets.
6. **Automated On-Ramp** - Fiat to Yield in one go.
7. **Salary Distribution** - Bulk stablecoin payouts.
8. **Invoice Settlement** - Timed payments with yield optimization.

#### Multi-Chain Support

<figure><img src="/files/vWkYzP5fXQfGVcigZzP5" alt="" width="563"><figcaption></figcaption></figure>

Operate seamlessly across supported networks. Manage your Hub treasury on Mantle while interacting with Satellites on Base or Optimism. The application handles the complexity of cross-chain messaging (via LayerZero/Hyperlane) for you.

#### Security First

<figure><img src="/files/DnTpSz07gBCYqY2k6jg9" alt="" width="563"><figcaption></figcaption></figure>

* **Wallet-based Auth:** Secure login via Privy.
* **Non-Custodial:** You retain full control of your funds until execution.
* **Smart Contract Safety:** MainController checks and balances ensure funds are routed only as defined.

***

### Advanced Features

#### AI-Powered Generation

<figure><img src="/files/Z5GJf0rVMI40JDIV3C18" alt="" width="563"><figcaption></figcaption></figure>

Generate workflows from natural language descriptions using **MCP (Model Context Protocol)**. simply describe what you want to achieve:

> "Create a workflow that deposits 1000 USD, swaps 50% to Euro, and puts the rest in Aave."

TilepMoney's Agent will construct the valid node graph for you instantly.

#### Conditional & Temporal Logic

<figure><img src="/files/4rPgEBWMh5NiZOG1Hr7c" alt="" width="563"><figcaption></figcaption></figure>

* **Partition Nodes:** Create complex "If-Then" style generic splits (e.g., "70% to Ops, 30% to Savings").
* **Wait Nodes:** Introduce time delays to build "Set and Forget" workflows (e.g., "Pay invoice in 30 days").


---

# 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://tilepmoney.gitbook.io/tilepmoney-docs/core-concepts/features.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.
