Skip to content
flowfi

flowfi

crosschain, vesting, lending, crossbridge lending

Created on 8th October 2025

flowfi

flowfi

crosschain, vesting, lending, crossbridge lending

The problem flowfi solves

Cross-Chain Liquidity Fragmentation:

  • $50B+ locked in Base ecosystem can't access Solana DeFi
  • $40B+ in Solana DeFi can't access Ethereum liquidity
  • Traditional bridges: 0.1-0.5% fees, 7-14 day delays, 5-10% failure rates
  • Users need multiple wallets and complex processes

Our Solution:

using the just release base/solana bridge testnet

https://github.com/base/bridge

Direct Base ↔ Solana lending using Base's experimental bridge

  • 80-90% cost reduction vs traditional bridges
  • 15-minute cross-chain operations vs 7-14 days
  • Single interface for both ecosystems

What People Can Use It For

Cross-Chain Arbitrage:

  • Deposit USDC on Base → Borrow wUSDC on Solana
  • Capture price differences between chains (0.2-0.5% typical)
  • 99.9% profit retention vs 40% with traditional bridges

Yield Optimization

  • Base Aave: 3.5% APY → Solana liquid staking: 8.2% APY
  • Net gain: 4.7% additional yield
  • Example: $10M = $470K extra annual yield

Multi-Chain Portfolio Management

  • Security on Base + Speed on Solana
  • Single interface for both chains
  • No complex bridging processes

Target Users:

DeFi power users, professional traders, institutions managing $10B+ cross-chain

Challenges I ran into

Challenges I Ran Into

Base Bridge Integration

  • Challenge: Experimental bridge with no documentation
  • Solution: Reverse-engineered bridge interfaces, built simulation framework

Cross-Chain Security

  • Challenge: Message verification between different blockchain architectures
  • Solution: Cryptographic request IDs, time-based expiry, proof verification

State Synchronization

  • Challenge: Maintaining loan states across 15-minute bridge delays
  • Solution: Sophisticated PDA system on Solana, atomic operations on Base

Multi-Wallet UX

  • Challenge: Seamless MetaMask + Phantom/Solflare integration
  • Solution: Unified wallet management with automatic network switching

Development Complexity

  • Challenge: Solidity + Rust + TypeScript across two chains
  • Solution: Comprehensive testing framework, online IDE integration

The Solution:

Deep Technical Architecture

Base Chain Contracts (Deployed on Base Sepolia)

// VaultUSDC.sol - Share-based vault with cross-chain locking contract VaultUSDC { function lock(uint256 amount) external onlyLoanMessenger; function unlock(uint256 amount) external onlyLoanMessenger; } // LoanMessenger.sol - Bridge integration contract LoanMessenger { function requestLoan(uint256 amount, bytes32 solanaReceiver, uint256 duration) external returns (bytes32 requestId) { vault.lock(amount); bridge.bridgeCall(solanaInstructions); // THE MAGIC } }

Solana Program (Anchor on Devnet)

// loan_vault program - Cross-chain message verification pub fn prove_message( request_id: [u8; 32], base_borrower: [u8; 20], // Ethereum address amount: u64, // USDC amount proof: Vec<[u8; 32]> // Bridge proof ) -> Result<()> pub fn mint_wusdc(request_id: [u8; 32]) -> Result<()> pub fn burn_wusdc_finalize(request_id: [u8; 32], amount: u64) -> Result<()>

Cross-Chain Message Flow

  1. Base: User deposits USDC → LoanMessenger locks funds → Bridge message sent
  2. Bridge: 15-minute processing → Message available on Solana
  3. Solana: User proves message → Mints wUSDC → Uses in Solana DeFi
  4. Repayment: Burns wUSDC → Bridge message back → Unlocks funds on Base

Contract Relationship:

Deep Integration

  • VaultUSDC trusts only LoanMessenger for lock/unlock
  • LoanMessenger integrates directly with Base bridge
  • Solana program verifies Base bridge messages
  • Atomic operations ensure security across 15-minute delays

Deployed Addresses (Live & Verified)

  • MockUSDC:

    0xB9058Ab9dC9BBE18EB99f8babB34a94D16435E12

  • VaultUSDC:

    0x6f4bd518B598158CB5B764aED672324D547a7102

  • LoanMessenger:

    0xf1E180F1fFe2B1eC08D05cef1a51710308d3A1aC


  1. How People Can Use It

Complete User Flow

Setup (5 minutes)

  • Connect MetaMask (Base Sepolia) + Phantom/Solflare (Solana Devnet)
  • Get test ETH + SOL from faucets
  • Mint test USDC from our contract

Deposit & Earn (Base Chain)

  1. Deposit USDC to vault → Receive vUSDC shares
  2. Earn yield while funds available for lending

Cross-Chain Loan (Base → Solana)
3. Request loan → Enter amount + Solana address
4. Wait 15 minutes for bridge processing
5. Prove message on Solana → Mint wUSDC
6. Use wUSDC in Solana DeFi

Repayment (Solana → Base)
7. Burn wUSDC on Solana
8. Wait 15 minutes for bridge
9. Funds unlock on Base automatically

Advanced Strategies

  • Arbitrage: Exploit price differences between chains
  • Yield Farming: Base security + Solana yields
  • Portfolio Rebalancing: Single interface, both ecosystems

Developer Integration

// Frontend integration import { useBaseContracts } from './hooks/useBaseContracts'; import { useSolanaProgram } from './hooks/useSolanaProgram'; // Request loan const { requestLoan } = useBaseContracts(); const requestId = await requestLoan(amount, solanaAddress, duration); // Prove and mint on Solana const { proveMessage, mintWusdc } = useSolanaProgram(); await proveMessage(requestId, proof); await mintWusdc(requestId);

Innovation Highlights

  • ✅ First Base ↔ Solana DeFi integration
  • ✅ Pioneered bridge integration patterns
  • ✅ 15+ successful cross-chain operations
  • ✅ $10,000+ test volume processed
  • ✅ Complete open-source implementation

Live Demo: Frontend deployed with real contract integration
GitHub: Full source code, deployment scripts, comprehensive tests
Impact: Demonstrates practical utility of Base's experimental bridge for DeFi

Link to the GitHub Repo of your project

Live URL of your project

What is your product’s unique value proposition?

FlowFi is the first cross-chain lending protocol that connects Base and Solana using the official Base Bridge, allowing users to lend on one network and borrow seamlessly on another. While most lending protocols are siloed within a single blockchain, FlowFi introduces true liquidity mobility, enabling assets like USDC to move securely across ecosystems and power lending opportunities wherever they’re needed most.

The alpha build demonstrates this innovation through a live Base→Solana lending loop: users deposit USDC on Base, the protocol locks the funds, and verified messages through the Base Bridge trigger the minting of wrapped-USDC (wUSDC) on Solana for borrowers. When repayments occur, FlowFi’s Solana program sends cross-chain proofs back to Base, unlocking funds automatically.

This working prototype validates FlowFi’s value, secure, interoperable, chain-agnostic lending that breaks the boundaries between DeFi ecosystems, reduces idle liquidity, and creates a unified, fluid lending experience across chains.

Who is your target customer?

Target Customer

FlowFi’s ideal users are DeFi-native traders, yield farmers, and cross-chain power users who actively manage assets across Base, Solana, and other emerging L1/L2 ecosystems. These users often hold stablecoins or yield-bearing assets on one chain but face friction and opportunity loss when trying to access liquidity or lending markets on another.

FlowFi is also designed for builders and protocols who want to integrate cross-chain liquidity projects that operate on Solana or Base and need a seamless way to bridge stable assets for their users.

We validated this audience through:

Community research within Solana and Base ecosystems (Superteam, Layer3, and Base Guild communities), where users expressed pain around fragmented liquidity and manual bridging steps.

Prototype testing with early DeFi users and developers who confirmed the need for trust-minimized, message-based lending flows instead of traditional wrapped-asset bridges.

Feedback sessions from test users during the alpha build, showing strong interest in FlowFi’s simple “lend on one chain, borrow on another” experience.

Market Opportunity and Why Now

The cross-chain DeFi landscape is rapidly expanding, yet liquidity remains fragmented across ecosystems. Billions of dollars in stablecoins and yield assets sit idle on networks like Solana, Base, and Ethereum because there’s no unified way to borrow or lend across them without relying on risky, centralized bridges.

With Coinbase launching Base as a mainstream on-ramp and Solana re-emerging as the high-speed execution layer for DeFi and payments, the timing for FlowFi is ideal. The official Base Bridge finally enables secure, verifiable message passing between Base and Solana solving the hardest technical barrier that kept cross-chain lending theoretical until now.

The total addressable market (TAM) spans:

Over $100B+ in DeFi TVL across EVM and non-EVM chains.

$30B+ in stablecoins on Solana and Base combined, with no efficient liquidity sharing.

A rapidly growing user base of multi-chain wallets and cross-chain traders.

FlowFi enters at this inflection point with an alpha-proven lending model that demonstrates how Base-native liquidity can power Solana borrowing (and vice versa) without custodial risk. As DeFi matures, the demand for interoperable yield, efficient liquidity routing, and trust-minimized cross-chain credit will define the next major wave and FlowFi is built precisely for that.

Who are your closest competitors and how are you different?

Competitors and Differentiation

Closest Competitors:

1: Portals: A cross-chain yield and swap aggregator connecting EVM chains

2: Squid Router: Enables cross-chain swaps and bridging between multiple networks using Axelar

3: Wormhole: A general-purpose interoperability protocol connecting over 20 chains

4: LayerZero: A messaging protocol for cross-chain apps (bridges, DEXs, lending)

5: Kamino Finance: A Solana-native lending and liquidity optimization protocol (single-chain)

How FlowFi Is Different

FlowFi stands out from other cross-chain projects because it isn’t just another bridge or swap aggregator, it’s a true cross-chain lending protocol. While most platforms like Portals, Squid Router, or Wormhole focus on transferring or swapping assets across EVM chains, FlowFi enables users to lend on one chain and borrow on another. It’s built directly on the official Base Bridge, which uses root-based verification instead of wrapped tokens or multi-sig custodians, making it trust-minimized and more secure.

Unlike generic interoperability layers such as LayerZero or Wormhole that rely on external relayers, FlowFi’s design uses Base’s native message-passing and proof finalization system, removing middlemen and reducing risk. It also bridges the hardest technical gap EVM to non-EVM (Base ↔ Solana) instead of staying within EVM networks like most competitors.

Most importantly, FlowFi abstracts all the complex bridging steps into a simple, single-click user experience: lenders deposit on Base, borrowers receive wrapped-USDC on Solana, and repayments flow back automatically. This makes FlowFi the first protocol to create seamless, trustless credit mobility across ecosystems, connecting Base’s liquidity with Solana’s speed and efficiency.

What is your distribution strategy and why?

Distribution Strategy and Why

FlowFi’s approach is community-driven and ecosystem first, focused on activating liquidity and developer communities across Base and Solana rather than paid advertising or traditional sales.

We plan to grow through three core distribution pillars:

1: Ecosystem Partnerships:

A: Collaborate with Base and Solana ecosystem teams, DeFi hubs (e.g., Kamino, Jupiter, Aerodrome), and hackathon organizers to integrate FlowFi as the default cross-chain lending primitive.

Partner with stablecoin issuers and cross-chain analytics tools to extend awareness and usage.

Work with Base Guilds, Superteam communities, and DeFi accelerators to bring early liquidity providers.

2: Community and Incentives:

Launch a “Flow Pioneer” program rewarding early lenders, borrowers, and testnet users with points and badges redeemable during mainnet rollout.

Host educational threads, community calls, and cross-chain quests on Layer3, Galxe, and QuestN, driving organic engagement and feedback loops.

Empower DeFi influencers and community leaders to test and promote the MVP in their circles.

3: Developer Integrations:

Release an open FlowFi SDK and API so wallets, DeFi dashboards, and trading bots can integrate FlowFi’s cross-chain lending features natively.

Target existing Solana and Base dApps (yield protocols, on-chain treasuries) that need to unlock cross-chain liquidity without building new bridges.

This plan fits perfectly well with our audience because FlowFi’s early adopters are DeFi-native, community-driven users and builders who value composability and trust minimized tech over marketing hype. By growing through ecosystems, partnerships, and authentic engagement, not paid ads; FlowFi can scale liquidity and credibility organically while aligning with the open-source culture of Web3.

Discussion

Builders also viewed

See more projects on Devfolio