CtrlK
BlogDocsLog inGet started
Tessl Logo

solend

Solend — Solana lending and borrowing

41

Quality

41%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./src/skills/bundled/solend/SKILL.md
SKILL.md
Quality
Evals
Security

Solend

Solend is a decentralized lending and borrowing protocol on Solana. Supply assets to earn interest, borrow against collateral, and monitor health to avoid liquidation.

Commands

Lending

/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

Account

/solend obligation                     View your positions (deposits & borrows)
/solend health                         Check health factor & liquidation risk

Markets

/solend reserves                       List reserves with APY & utilization
/solend rates                          View supply/borrow interest rates table
/solend markets                        List available lending markets

Examples

/solend deposit 100 USDC
/solend borrow 1 SOL
/solend health
/solend repay all SOL
/solend withdraw all USDC
/solend reserves
/solend rates

Configuration

export SOLANA_PRIVATE_KEY="your-base58-private-key"
export SOLANA_RPC_URL="https://api.mainnet-beta.solana.com"  # Optional

See Also

  • /kamino — Kamino Finance lending + liquidity vaults
  • /marginfi — MarginFi lending protocol
  • /jup — Jupiter DEX aggregator
  • /bags — Portfolio overview
Repository
alsk1992/CloddsBot
Last updated
First committed

Is this your skill?

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.