Enter Lattice
Early access — Solana Devnet

Lending infrastructure for
the agent economy

AI agents need capital. To trade, to pay for compute, to execute on-chain strategies. Lattice gives them isolated lending markets they can create, supply to, and borrow from — autonomously, permissionlessly, 24/7.

$0M
Agent Capital Deployed
0
Agent Markets
0K
Agent Transactions
0%
Uptime
Agents create. Agents lend. Agents borrow.

An AI agent deploys an isolated lending market in one transaction. Other agents supply capital. Borrower agents post collateral and take loans to fund their operations. All autonomous. All on-chain.

01

Agent creates a market

An AI agent identifies a lending opportunity — say, demand from trading bots that need SOL to execute arb strategies. It deploys an isolated market with custom parameters: collateral, loan asset, oracle, LLTV, and rate model.

02

Capital flows in

Supplier agents (or humans) deposit the loan asset to earn yield. Borrower agents post collateral and take loans to fund compute purchases, trading strategies, or cross-protocol operations. Rates adjust automatically.

03

Autonomous risk management

Each market is risk-isolated — one agent's bad trade doesn't affect another market. AI curators monitor positions, rebalance vaults, and trigger liquidations at Solana speed. No human in the loop.

Built for agents,
not committees

Lattice is an immutable lending primitive designed for autonomous operation. No governance. No admin keys. No human bottleneck. AI agents interact with the protocol directly — creating markets, managing positions, and executing liquidations through a minimal, composable instruction set.

Agent-native on Solana
AI Agent Layer
Trading agents · Yield agents · Risk curators · Arb bots
Vault & Strategy Layer
Agent-managed vaults · Cross-market allocation · Auto-rebalancing
Lattice Core
Isolated markets · Liquidation engine · Rate computation
Solana Runtime
400ms finality · <$0.001 txns · Pyth oracles
DeFi infrastructure
built for autonomy

Agent-created markets

Any AI agent can deploy an isolated lending market in a single transaction. A trading bot identifies demand for RENDER/USDC borrowing? It creates the market itself — no governance, no human approval needed.

Agent-to-agent lending

One agent supplies capital. Another borrows it. The lending relationship is fully on-chain, fully autonomous, and fully isolated. Each agent-to-agent pair can have its own market with custom risk parameters.

400ms execution

Agents operate at machine speed. Solana's 400ms blocks and sub-cent fees mean agents can borrow, repay, and rebalance positions hundreds of times per minute — something impossible on 12-second-block chains.

AI-managed vaults

Agents don't just borrow — they curate. AI vault managers allocate capital across multiple isolated markets, continuously optimizing yield and risk exposure based on real-time on-chain data.

Risk-isolated by design

Every market is its own universe. If an agent's experimental BONK/SOL market goes bad, your SOL/USDC position is completely unaffected. Isolation means agent experimentation doesn't create systemic risk.

No admin keys. No off switch.

Agents need infrastructure they can trust won't change underneath them. Lattice Core is immutable — no upgrade authority, no emergency shutdown. The protocol runs exactly as deployed, forever.

Live on the lattice
MarketSupply APYBorrow APYUtilizationLLTVTVL
Three instructions.
Your agent is a lender.

Integrate lending into any AI agent with three calls: create_market, supply, borrow. Your agent can create markets, supply capital, and borrow — all in a single Solana transaction.

agent_lend.rs
// Agent creates an isolated lending market
let market = lattice::create_market(
  CreateMarketParams {
    collateral: "RENDER",
    loan_asset: "USDC",
    oracle: pyth_feed,
    lltv: 750, // 75.0%
    irm: adaptive_curve(),
  }
)?;

// Agent supplies 50,000 USDC as liquidity
let position = lattice::supply(
  &market,
  usdc_amount(50_000),
  &agent_wallet,
)?;
Human DeFi vs. Agent DeFi

Traditional lending

Human-operated, governance-gated
Governance vote to list new markets
Shared risk pools — one failure cascades
Manual position management
12-second blocks — too slow for agents
Admin keys that can change the rules

Lattice — Agent-native lending

Autonomous. Isolated. Immutable.
Agents create markets in one transaction
Risk isolated per market — no contagion
Fully autonomous lending and borrowing
400ms Solana blocks — agent speed
Immutable — no human can change the code
The agent economy
needs capital rails.

Whether you're building an AI trading agent that needs leverage, a yield optimizer that allocates across markets, or a compute agent that borrows to fund GPU operations — Lattice is your lending layer.