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

# overview

## Hybrid Execution Infrastructure for Crypto Treasury

Billz Pro is a **crypto-native, compliance-aware execution infrastructure** enabling businesses to operate from **on-chain capital** into **regulated fiat payment rails**.

Billz Pro is built for operators who hold treasury in crypto but need reliable fiat execution for business obligations:

* **EUR via SEPA**
* **USD via ACH**

It combines:

* **Web3-native treasury logic** (collateral, lending/borrowing, capital efficiency)
* **Regulated execution posture** (SEPA/ACH rails, compliance checks, structured documentation)

{% hint style="info" %}
**Execution-first, not speculation-first.**
{% endhint %}

```mermaid
flowchart LR
    T[Crypto Treasury] --> O[Billz Pro]
    O --> R1[SEPA EUR]
    O --> R2[ACH USD]
    O --> P[Proof & Reconciliation]
    T -. Optional .-> V[Treasury Vault]
    T -. Optional .-> L[Collateralized Liquidity]

```

> ### At a glance

***

## What Billz Pro enables

* **Crypto -> fiat payment execution** (SEPA / ACH)
* **Proof-oriented payment workflows** (references + reconciliation artifacts)
* **Collateralized liquidity workflows** (lending/borrowing-based, when applicable)
* **Treasury Vault** (optional yield layer, up to **10% APY**, market-driven)
* **Enterprise onboarding posture** (KYB, risk thresholds, documentation)

***

## Who it is built for

| Profile            | Why Billz Pro fits                    |
| ------------------ | ------------------------------------- |
| Web3 startups      | Runway in crypto, obligations in fiat |
| Agencies / studios | Vendor and contractor payment flows   |
| Treasury operators | Need control, proof, and consistency  |
| Founders           | Recurring burn + execution discipline |

***

## What Billz Pro is not

Billz Pro is **not**:

* a bank
* an exchange
* a trading venue
* a custodial wallet provider
* a retail cash-out button

Billz Pro is **execution infrastructure** for treasury operations.

***

## Mini FAQ

<details>

<summary>Is Billz Pro a payments app?</summary>

Not in the usual consumer sense. Billz Pro is positioned as **treasury execution infrastructure**.

</details>

<details>

<summary>Does Billz Pro guarantee non-liquidation in collateralized workflows?</summary>

No. Collateralized lending/borrowing strategies carry liquidation risk.

</details>

<details>

<summary>Is Billz Pro purely a DeFi product?</summary>

No. It is a **hybrid model** combining crypto-native treasury logic with regulated fiat rail execution.

</details>


---

# 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.bill-z.com/billz-pro/overview.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.
