← All Tokens
JupSOL

Flash Loan Jupiter Staked SOL

JupSOLdirect route
Max Available
JupSOL
Fee (SDK)
No swap cost
Route
Direct
Status
Loading...

Flash Loan Calculator

Simulate a flash loan on JupSOL — see the exact fee breakdown before you code.

Enter an amount above to see the exact fee breakdown
📦

Quick Start Code

Flash loan 1.00K JupSOL with the VAEA SDK — copy and paste into your project.

typescript
import { VaeaFlash } from '@vaea/flash';

const flash = new VaeaFlash({
  apiUrl: 'https://api.vaea.fi',
  source: 'sdk'
});

const quote = await flash.getQuote('JupSOL', 1000);
console.log(`Fee: ${quote.fee_breakdown.total_fee_pct}%`);

const sig = await flash.execute({
  token: 'JupSOL',
  amount: 1000,
  onFunds: async (ixs) => {
    ixs.push(myArbitrageIx);
    return ixs;
  }
});
Install →npm i @vaea/flash
How this flash loan works
1
begin_flash()
Register JupSOL loan on-chain
2
Borrow from lending protocol
Direct pool withdrawal
3
Your logic executes
Arb, liquidation, swap...
4
end_flash()
Repay + ~0.03% fee

Frequently Asked Questions — JupSOL Flash Loan

What is a JupSOL flash loan?

A JupSOL flash loan lets you borrow Jupiter Staked SOL (JupSOL) with zero collateral in a single Solana transaction. You receive the full amount, execute your strategy (arbitrage, liquidation, collateral swap), and repay — all atomically. If repayment fails, the entire transaction reverts.

How much does a JupSOL flash loan cost?

The current fee for a JupSOL flash loan is 0.03%. This is the flat VAEA protocol fee — no swap costs since JupSOL is borrowed directly from lending protocols.

How much JupSOL can I borrow?

You can currently borrow large amounts of JupSOL. Available liquidity is pulled from Solana lending protocols and updated every 10 seconds. Check the dashboard for real-time availability.

What is the difference between direct and synthetic flash loans?

Direct flash loans borrow tokens directly from lending protocols (Marginfi, Kamino, Save) at a fixed 0.03% fee. Synthetic flash loans borrow a base token (SOL/USDC) and swap to your target token via Sanctum or Jupiter, with fees that vary based on market liquidity.

Why is JupSOL a direct route token?

Jupiter Staked SOL has deep liquidity in Solana lending protocols like Marginfi and Kamino, so VAEA can borrow it directly without going through a swap. This gives you the lowest possible fee (0.03%) and fastest execution.

Which SDKs support JupSOL flash loans?

VAEA Flash supports JupSOL in all three SDKs: TypeScript (npm i @vaea/flash), Rust (cargo add vaea-flash-sdk), and Python (pip install vaea-flash). All SDKs include simulation, fee estimation, and execute functions.

Is it safe to use JupSOL flash loans?

Yes. Flash loans are atomic — the entire transaction succeeds or reverts. You never lose funds because if the repayment fails, Solana rolls back everything. VAEA's on-chain program verifies repayment before the transaction finalizes.

Related Topics

JupSOL flash loanborrow JupSOL SolanaJupiter Staked SOL DeFiSolana flash loanatomic transactionno collateralVAEA Flashflash loan SDKdirect routeMarginfiKamino0.03% feearbitrage botliquidation botDeFi automationJupSOL price

Other Flash Loan Tokens

SOL
SOL
USDC
USDC
USDT
USDT
JitoSOL
JitoSOL
JUP
JUP
JLP
JLP
cbBTC
cbBTC
mSOL
mSOL
bSOL
bSOL
INF
INF
laineSOL
laineSOL
TRUMP
TRUMP
View all 30 →