Metadata-Version: 2.4
Name: lfx-usdctofiat
Version: 0.1.0
Summary: Langflow extension for USDCtoFiat by Galleon Labs. cashout(mode=fast|best). Not a Peer Cash product.
Author: Galleon Labs
License: MIT
Project-URL: Homepage, https://usdctofiat.xyz
Project-URL: Documentation, https://usdctofiat.xyz/developers
Project-URL: Repository, https://github.com/ADWilkinson/usdctofiat-python
Keywords: langflow,lfx,extension,usdctofiat,usdc,offramp,galleon
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: usdctofiat>=0.1.0
Requires-Dist: lfx<2.0.0,>=1.11.0
Dynamic: license-file

# lfx-usdctofiat

Langflow extension for **USDCtoFiat by Galleon Labs**.

Cash out Base USDC to fiat. Built on the public Peer/ZKP2P protocol.
Not a Peer Cash product.

https://usdctofiat.xyz · https://usdctofiat.xyz/developers

## Install

```bash
pip install lfx-usdctofiat
langflow run
```

Langflow discovers the bundle at startup. Components appear under **USDCtoFiat**.

This is a standalone pip extension. Do not add it as an in-tree bundle in
`langflow-ai/langflow`.

## Mode

mode is required (fast | best). No default.

- **fast** — 0% spread / 0 bps, TOFIAT attribution
- **best** — Delegate, 10 bps manager fee

There is no private-key input. Components return unsigned
`{to, data, value, chainId}` transactions for the host to sign.

`create_offramp()` locks TOFIAT + galleonlabs.

## Components

- USDCtoFiat cashout
- USDCtoFiat estimate
- USDCtoFiat watch
- USDCtoFiat withdraw
- USDCtoFiat deposits

## Licence

MIT
