Solend — Solana lending and borrowing
68
55%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./src/skills/bundled/solend/SKILL.mdSolend is a decentralized lending and borrowing protocol on Solana. Supply assets to earn interest, borrow against collateral, and monitor health to avoid liquidation.
/solend deposit <amount> <token> Deposit collateral
/solend withdraw <amount|all> <token> Withdraw collateral
/solend borrow <amount> <token> Borrow assets
/solend repay <amount|all> <token> Repay borrowed assets/solend obligation View your positions (deposits & borrows)
/solend health Check health factor & liquidation risk/solend reserves List reserves with APY & utilization
/solend rates View supply/borrow interest rates table
/solend markets List available lending markets/solend deposit 100 USDC
/solend borrow 1 SOL
/solend health
/solend repay all SOL
/solend withdraw all USDC
/solend reserves
/solend ratesexport SOLANA_PRIVATE_KEY="your-base58-private-key"
export SOLANA_RPC_URL="https://api.mainnet-beta.solana.com" # Optional/kamino — Kamino Finance lending + liquidity vaults/marginfi — MarginFi lending protocol/jup — Jupiter DEX aggregator/bags — Portfolio overview2a8c94e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.