$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
Install the SDK and add Floe as an AgentKit action provider. Three lines to initialize, one call to borrow:
npm install floe-agent @coinbase/agentkit

import { floeActionProvider } from "floe-agent";

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

await agentkit.invoke("instant_borrow", {
  borrowAmount: "5000000000",
  collateralAmount: "2000000000000000000",
  maxInterestRateBps: "1200",
  duration: "2592000",
});
Not using AgentKit? The Credit REST API provides the same functionality over HTTP — works with Python, Rust, or any language. Full guide: Agent Quickstart →
Floe is live on Base Mainnet (Chain ID: 8453).

Supported markets:
Loan tokens: USDC, USDT
Collateral tokens: WETH (Wrapped ETH), cbBTC (Coinbase Wrapped BTC)

Four active markets: USDC/WETH, USDC/cbBTC, USDT/WETH, USDT/cbBTC. Additional collateral types (including compute network tokens and RWAs) are on the roadmap.
x402 is an open payment protocol built by Coinbase and Cloudflare that lets AI agents pay for API calls using USDC over HTTP. When a server returns HTTP 402 (Payment Required), the agent signs a USDC payment and resubmits — all handled at the protocol level.

Floe's x402 credit facilitator sits between the agent and the resource server. When an agent doesn't have enough USDC to pay, the facilitator draws from the agent's Floe credit line, settles with the server instantly, and debits the agent's balance. The agent gets the API response without ever touching payment logic.

Over 100 million x402 payments have been processed since May 2025 across 13,000+ indexed APIs. x402 Facilitator docs →
Yes. Floe completed a 168-page comprehensive security audit by Omniscia with zero critical vulnerabilities. All findings have been remediated.

The protocol uses dual oracles (Chainlink + Pyth fallback) with a circuit breaker that pauses operations when price data is unreliable. All smart contracts are verified on BaseScan.

Architecture is fully non-custodial — every loan is an isolated bilateral position. No pools, no shared risk. View audit report →
Floe's credit lines are funded by institutional lenders who deploy capital into onchain loan books. Lenders set their own terms — rate, duration, collateral requirements, LTV limits — and the protocol's matching engine pairs them with borrowers automatically.

Every loan is bilateral and isolated: one lender, one borrower, fixed rate, fixed term. There are no shared liquidity pools. If one loan defaults, no other position is affected.

Lenders can opt into permissioned markets with KYC/AML compliance hooks for regulated capital deployment. The protocol currently has $480M in credit pipeline from institutional partners.
Yes. Floe offers structured credit markets for institutional lenders and capital allocators. You define your own terms:

Rate parameters: Minimum APR, stratified rates by duration
Risk parameters: Max LTV, liquidation LTV, accepted collateral types
Term structure: Duration, grace periods, early repayment terms, prepayment penalties
Fill settings: Total capacity, minimum fill size, partial fills
Compliance: Optional KYC/AML hooks for permissioned loan books

Target 20%+ IRR with full counterparty transparency and isolated position risk. No socialized bad debt.

Contact us for institutional access →
Get started
Start building in 5 minutes
$ npm install floe-agentcopy

Read the quickstart →
Or talk to our team →
FAQ
Your questions, answered
Install the SDK and add Floe as an AgentKit action provider. Three lines to initialize, one call to borrow:
npm install floe-agent @coinbase/agentkit

import { floeActionProvider } from "floe-agent";

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

await agentkit.invoke("instant_borrow", {
  borrowAmount: "5000000000",
  collateralAmount: "2000000000000000000",
  maxInterestRateBps: "1200",
  duration: "2592000",
});
Not using AgentKit? The Credit REST API provides the same functionality over HTTP — works with Python, Rust, or any language. Full guide: Agent Quickstart →
Floe is live on Base Mainnet (Chain ID: 8453).

Supported markets:
Loan tokens: USDC, USDT
Collateral tokens: WETH (Wrapped ETH), cbBTC (Coinbase Wrapped BTC)

Four active markets: USDC/WETH, USDC/cbBTC, USDT/WETH, USDT/cbBTC. Additional collateral types (including compute network tokens and RWAs) are on the roadmap.
x402 is an open payment protocol built by Coinbase and Cloudflare that lets AI agents pay for API calls using USDC over HTTP. When a server returns HTTP 402 (Payment Required), the agent signs a USDC payment and resubmits — all handled at the protocol level.

Floe's x402 credit facilitator sits between the agent and the resource server. When an agent doesn't have enough USDC to pay, the facilitator draws from the agent's Floe credit line, settles with the server instantly, and debits the agent's balance. The agent gets the API response without ever touching payment logic.

Over 100 million x402 payments have been processed since May 2025 across 13,000+ indexed APIs. x402 Facilitator docs →
Yes. Floe completed a 168-page comprehensive security audit by Omniscia with zero critical vulnerabilities. All findings have been remediated.

The protocol uses dual oracles (Chainlink + Pyth fallback) with a circuit breaker that pauses operations when price data is unreliable. All smart contracts are verified on BaseScan.

Architecture is fully non-custodial — every loan is an isolated bilateral position. No pools, no shared risk. View audit report →
Floe's credit lines are funded by institutional lenders who deploy capital into onchain loan books. Lenders set their own terms — rate, duration, collateral requirements, LTV limits — and the protocol's matching engine pairs them with borrowers automatically.

Every loan is bilateral and isolated: one lender, one borrower, fixed rate, fixed term. There are no shared liquidity pools. If one loan defaults, no other position is affected.

Lenders can opt into permissioned markets with KYC/AML compliance hooks for regulated capital deployment. The protocol currently has $480M in credit pipeline from institutional partners.
Yes. Floe offers structured credit markets for institutional lenders and capital allocators. You define your own terms:

Rate parameters: Minimum APR, stratified rates by duration
Risk parameters: Max LTV, liquidation LTV, accepted collateral types
Term structure: Duration, grace periods, early repayment terms, prepayment penalties
Fill settings: Total capacity, minimum fill size, partial fills
Compliance: Optional KYC/AML hooks for permissioned loan books

Target 20%+ IRR with full counterparty transparency and isolated position risk. No socialized bad debt.

Contact us for institutional access →
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.