$1M+
Working Capital Available
3,000+
Working Capital Lines Provisioned. 0 Defaults or loss.
500+
Agent Developers
$1M+
Working Capital Available
3,000+
Working Capital Lines Provisioned. 0 Defaults or loss.
500+
Agent Developers
The Floe Stack
Everything your agent needs to earn, spend, and build credit.
Six components. One SDK. Works with AgentKit, LangChain, CrewAI, ElizaOS, OpenAI, Claude, and any framework that speaks HTTP.
01
Agent Wallet
Your agent gets a programmable bank account — spend limits, allowed destinations, and permissions enforced immutably.
02
Fiat onramp & offramp
USDC in and out via cards, bank accounts, and local payouts in 100+ countries. Visa, Mastercard, Apple Pay, Google Pay supported. Your agents work in any currency, settle in USDC.
100+ countries · Visa · Mastercard
03
Secured working capital
Instant credit against your wallet assets. One API call to borrow.
3,000+ working capital lines issued · 0 defaults
04
Unsecured working capital
Credit underwritten against your agent's receivables and other proprietary signals. Real-time underwriting on deterministic cashflows.
Receivables + proprietary underwriting
05
x402 payment facilitator
One proxy endpoint to pay any of 13,000+ x402 APIs. Smart-contract enforced spend limits, allowed destinations, and verify-work-before-pay. Agent never touches the x402 protocol directly.
13,000+ APIs · ~50ms signing
06
Credit & trust bureau
Every repayment builds a portable trust and credit signal. Identity, cashflow history, repayment record. Other services can underwrite your agent without re-running diligence.
ERC-8004 · Portable · Onchain
One integration → wallet, fiat in/out, working capital, payments, and credit history. Your agent just earns and spends.
Built by operators from
WU Western Union Airwallex ARCHAX BNP PARIBAS Euler seda Pacific Northwest NATIONAL LABORATORY Duke UNIVERSITY
$ npm install floe-agentcopy
import { floeActionProvider } from "floe-agent";

const loan = await agentkit.invoke("instant_borrow", {
  borrowAmount: "5000000000",       // $5,000 USDC
  collateralAmount: "2000000000000000000",
  maxInterestRateBps: "1200",       // up to 12% APR
  duration: "2592000",              // 30 days
});
How it works
One SDK. The full financial loop.
Register your agent, fund the wallet, get working capital, pay for anything, earn revenue, repay — and build credit history with every cycle.
Step 1 · Setup
Register your agent and wallet
Add the Floe SDK. Your agent gets a non-custodial smart contract wallet with ERC-8004 identity, programmable spend limits, and chain-of-thought permissions.
$ npm install floe-agent

import { floeActionProvider } from "floe-agent";

const agentkit = await AgentKit.from({
  walletProvider,
  actionProviders: [
    floeActionProvider(),
  ],
});

// → ERC-8004 identity, non-custodial wallet, ready
Step 2 · Fund
Fund the wallet — fiat or crypto
USDC in via cards, bank accounts, or local payouts in 60+ countries. Or transfer directly on-chain. Your agent has working capital in any currency, settled in stablecoins.
Visa · Mastercard · ACH · 60+ countries
// USDC liquidity in. Global access out.

  IN  Agent Wallet    OUT
  ────             ────
  Cards           Virtual cards
  Bank transfer    Bank accounts
  Apple Pay       Local payouts
  Google Pay      On-chain
  Onchain
Step 3 · Borrow
Get instant working capital
One API call. Floe matches your agent with the best available lender — fixed rate, fixed term, isolated position. Secured against on-chain collateral, or unsecured against receivables and chain-of-thought.
3,000+ loans matched · 0 defaults
const loan = await agentkit.invoke("instant_borrow", {
  borrowAmount: "5000000000",    // $5,000 USDC
  maxInterestRateBps: "1200", // 12% APR ceiling
  duration: "604800",       // 7 days
});

// → USDC delivered in seconds
Step 4 · Spend
Pay any x402 service automatically
Send any URL through the Floe proxy. When a server returns HTTP 402, the facilitator handles signing, settlement, and verification — your agent never touches the payment layer.
13,000+ x402 APIs · ~50ms signing
// One endpoint. Any x402 resource.
await fetch("https://x402.floelabs.xyz/proxy/fetch", {
  method: "POST",
  body: JSON.stringify({
    url: "https://api.anthropic.com/v1/messages",
    body: payload
  })
});

// → Floe signs, settles, verifies. Agent gets the response.
Step 5 · Earn & Repay
Earn revenue, repay automatically
Agent completes the task and gets paid. Pledge a lien on inbound revenue and Floe sweeps a configurable % before funds reach the wallet. Or repay manually — collateral auto-returns in the same transaction.
Atomic repayment from the next x402 receipt
// Pledge revenue lien — auto-repay from inbound x402
await agentkit.invoke("pledge_revenue_lien", {
  loanId,
  sweepPercent: "3000", // 30% of inbound
});

// Or repay manually any time
await agentkit.invoke("repay_credit", { loanId });
// → collateral auto-returns in same tx
Step 6 · Build trust
Every repayment builds credit history
Each repaid loan writes a deterministic signal to your agent's ERC-8004 record — repayment history, cashflow consistency, reputation score. Other protocols can underwrite your agent without re-running diligence. Better terms unlock as your agent runs.
Portable credit · Onchain · ERC-8004
// Your agent's onchain credit profile

  Loans repaid        24
  Default rate        0%
  Avg repayment      4.2 days early
  Cashflow score     A-
  Available limit    $50,000

// → Other protocols read this. Better terms next loan.
Pricing

Free to integrate. Pay nothing until your agent borrows.

5%of interest or financing paid

Floe takes 5% of interest paid on each loan. You pay the lender's APR; we take a slice of that. No subscription, no seat fees, no minimums.

No subscription
No minimums
No seat fees
Get Started
Meet the team

Who's behind Floe

Floe Labs founders
Alex Christian
Co-founded DataMynt. Former Airwallex, Western Union, eBay.
Shivam Chaturvedi
Co-founded DataMynt. Previously CTO Kado.money (Acquired), Founding engineer at Transak.

We built Floe because financial independence for agents is a precursor to full autonomy and long-running agents that do things without a human user.

Why Floe
No more payment walls.
No more interrupted tasks.
An agent that runs out of credit mid-task is a crashed server. Floe makes credit invisible infrastructure — always there, never in the way.
Always-on credit
Your agent never hits a payment wall mid-task. Structured credit lines pre-approve spending so operations continue uninterrupted.
🛡
Programmable guardrails
Set max borrow amounts, rate ceilings, and duration limits in code. Fixed terms mean no surprise rate spikes. The agent proposes; your parameters decide.
📊
Real-time visibility
Check loan health, accrued interest, collateral ratio, and time to expiry with a single call. Know exactly what your agents owe at any moment.
Why Floe
No more payment walls.
No more interrupted tasks.
An agent that runs out of credit mid-task is a crashed server. Floe makes credit invisible infrastructure — always there, never in the way.
Always-on credit
Your agent never hits a payment wall mid-task. Structured credit lines pre-approve spending so operations continue uninterrupted.
🛡
Programmable guardrails
Set max borrow amounts, rate ceilings, and duration limits in code. Fixed terms mean no surprise rate spikes. The agent proposes; your parameters decide.
📊
Real-time visibility
Check loan health, accrued interest, collateral ratio, and time to expiry with a single call. Know exactly what your agents owe at any moment.
Where the capital comes from
Backed by institutional capital,
governed by smart contracts
Floe's working capital lines are funded by institutions who deploy capital into onchain with fixed terms and no socialized risk. Your agent draws from these pre-approved facilities permissionlessly. No pools, no variable rates, no liquidation cascades.
$1M
Working Capital Pipeline
20%+
Target IRR for Investors
Omniscia
Audited · 0 Critical
How the protocol works →
Security
Audited. Transparent. Verifiable.
168-page comprehensive audit by Omniscia. Zero critical vulnerabilities. All contracts verified on BaseScan.
0 critical
Omniscia Audit
168-page security audit. All findings remediated. Hardened oracles with Chainlink + Pyth fallback and circuit breaker.
Verified
Onchain contracts
All smart contracts verified and readable on BaseScan.
Non-custodial
Architecture
Bilateral isolated positions. No shared pools. No socialized risk. Collateral held by protocol, not Floe.
View audit report →
Where the capital comes from
Backed by institutional capital,
governed by smart contracts
Floe's working capital lines are funded by institutions who deploy capital into onchain with fixed terms and no socialized risk. Your agent draws from these pre-approved facilities permissionlessly. No pools, no variable rates, no liquidation cascades.
$1M
Working Capital Pipeline
20%+
Target IRR for Investors
Omniscia
Audited · 0 Critical
How the protocol works →
Security
Audited. Transparent. Verifiable.
168-page comprehensive audit by Omniscia. Zero critical vulnerabilities. All contracts verified on BaseScan.
0 critical
Omniscia Audit
168-page security audit. All findings remediated. Hardened oracles with Chainlink + Pyth fallback and circuit breaker.
Verified
Onchain contracts
All smart contracts verified and readable on BaseScan.
Non-custodial
Architecture
Bilateral isolated positions. No shared pools. No socialized risk. Collateral held by protocol, not Floe.
View audit report →
FAQ
Your questions, answered

Your agent calls APIs. Some of those APIs charge per call — LLMs, voice, data, search, compute. Floe is the credit and payment layer in front of those calls: your agent never runs out of funds mid-task, never blocks on a card decline, and you don't pre-fund balances at every vendor.

One SDK call replaces the entire billing stack — wallet, fiat funding, working capital, x402 payment routing, and portable credit history. Your agent earns, spends, and builds credit. You ship.

x402 is an open payment standard from Coinbase and Cloudflare, built specifically for the case where an AI agent (not a human) needs to pay for an API call. The server returns HTTP 402, the agent pays, the request succeeds — no API keys to rotate, no prepaid balances to top up, no Stripe checkout flow. It works at machine speed.

13,000+ APIs already accept x402 payments. Over 100M payments have settled on the protocol since May 2025. It's becoming the default way agents pay for resources.

Floe is the credit facilitator on top of x402: when your agent doesn't have funds on hand, we extend a credit line so the payment still goes through. The agent never sees the payment layer — it just makes the API call and gets the response. x402 Facilitator docs →

No crypto knowledge required. One install, one proxy endpoint. Drop-in SDKs for AgentKit, LangChain, CrewAI, Vercel AI SDK, OpenAI Agents, Claude (MCP), and ElizaOS. Or hit the REST API directly from Python, Rust, Go — anything that speaks HTTP.

Full quickstart: Agent Quickstart →

Funding is fiat-first: Visa, Mastercard, ACH, Apple Pay, Google Pay, or local payouts in 60+ countries. Money settles into your agent's wallet as USDC under the hood — but you and your users see dollars in, dollars out.

Pricing: Free to integrate. No subscription, no seat fees, no minimums. You pay 5% of interest only when your agent draws on a credit line. If your agent never borrows, you never pay us. The APIs you call through Floe charge their own rates — Floe doesn't mark them up.

Spend caps are enforced before money moves, not after. You set max borrow amounts, rate ceilings, allowed destinations, and per-task limits in code. The agent cannot exceed those parameters regardless of what it decides to do.

Credit terms are fixed at origination: fixed rate, fixed duration, no margin calls, no variable rates, no surprise fees. Every loan is an isolated bilateral position — one lender, one borrower — so there's no shared-pool risk and no liquidation cascade if other agents misbehave. You see accrued interest, collateral health, and time to expiry on a single API call.

Floe is built by Alex Christian (previously DataMynt co-founder, Airwallex, Western Union, eBay) and Shivam Chaturvedi (DataMynt co-founder, CTO at Kado, acquired; founding engineer at Transak). Both have shipped payments infrastructure at scale before Floe.

The protocol has been audited by Omniscia — 168-page report, zero critical findings, all remediated. 3,000+ credit lines issued through the protocol with zero defaults. Dual oracle setup (Chainlink + Pyth fallback), contracts verified on BaseScan, and fully non-custodial — Floe cannot move your agent's funds unilaterally.

View the audit report →

See example agents on GitHub →

Or email the founders directly →

Get started
Start building in 5 minutes
$ npm install floe-agentcopy

Read the quickstart →
Or talk to our team →
FAQ
Your questions, answered

Your agent calls APIs. Some of those APIs charge per call — LLMs, voice, data, search, compute. Floe is the credit and payment layer in front of those calls: your agent never runs out of funds mid-task, never blocks on a card decline, and you don't pre-fund balances at every vendor.

One SDK call replaces the entire billing stack — wallet, fiat funding, working capital, x402 payment routing, and portable credit history. Your agent earns, spends, and builds credit. You ship.

x402 is an open payment standard from Coinbase and Cloudflare, built specifically for the case where an AI agent (not a human) needs to pay for an API call. The server returns HTTP 402, the agent pays, the request succeeds — no API keys to rotate, no prepaid balances to top up, no Stripe checkout flow. It works at machine speed.

13,000+ APIs already accept x402 payments. Over 100M payments have settled on the protocol since May 2025. It's becoming the default way agents pay for resources.

Floe is the credit facilitator on top of x402: when your agent doesn't have funds on hand, we extend a credit line so the payment still goes through. The agent never sees the payment layer — it just makes the API call and gets the response. x402 Facilitator docs →

No crypto knowledge required. One install, one proxy endpoint. Drop-in SDKs for AgentKit, LangChain, CrewAI, Vercel AI SDK, OpenAI Agents, Claude (MCP), and ElizaOS. Or hit the REST API directly from Python, Rust, Go — anything that speaks HTTP.

Full quickstart: Agent Quickstart →

Funding is fiat-first: Visa, Mastercard, ACH, Apple Pay, Google Pay, or local payouts in 60+ countries. Money settles into your agent's wallet as USDC under the hood — but you and your users see dollars in, dollars out.

Pricing: Free to integrate. No subscription, no seat fees, no minimums. You pay 5% of interest only when your agent draws on a credit line. If your agent never borrows, you never pay us. The APIs you call through Floe charge their own rates — Floe doesn't mark them up.

Spend caps are enforced before money moves, not after. You set max borrow amounts, rate ceilings, allowed destinations, and per-task limits in code. The agent cannot exceed those parameters regardless of what it decides to do.

Credit terms are fixed at origination: fixed rate, fixed duration, no margin calls, no variable rates, no surprise fees. Every loan is an isolated bilateral position — one lender, one borrower — so there's no shared-pool risk and no liquidation cascade if other agents misbehave. You see accrued interest, collateral health, and time to expiry on a single API call.

Floe is built by Alex Christian (previously DataMynt co-founder, Airwallex, Western Union, eBay) and Shivam Chaturvedi (DataMynt co-founder, CTO at Kado, acquired; founding engineer at Transak). Both have shipped payments infrastructure at scale before Floe.

The protocol has been audited by Omniscia — 168-page report, zero critical findings, all remediated. 3,000+ credit lines issued through the protocol with zero defaults. Dual oracle setup (Chainlink + Pyth fallback), contracts verified on BaseScan, and fully non-custodial — Floe cannot move your agent's funds unilaterally.

View the audit report →

See example agents on GitHub →

Or email the founders directly →

Get started
Start building in 5 minutes
$ npm install floe-agentcopy

Read the quickstart →
Or talk to our team →

Lloyd's of London started in a coffee shop. Floe is your Agent's coffee shop.