Colend logo

Colend

The first native lending and borrowing protocol built on the Core blockchain — where supply rates are fair, collateral rules are clear, and the code is open.

Mission

The team behind Colend started with a single conviction: most DeFi lending protocols were not built for the chains they ran on. They were ported. That gap matters.

Colend is native to Core. That means the protocol's risk parameters, oracle design, and incentive model are calibrated for Core's block times, validator set, and liquidity profile — not copied from Ethereum mainnet configurations that happened to compile on a different VM.

The goal is straightforward. Give users a place to supply assets and earn a real yield, borrow against collateral without punishing liquidation thresholds, and do all of it without a middleman holding keys.

Technology

Colend's protocol is modeled on the pool-based lending model pioneered by Aave, with modifications for Core's specific conditions. Each asset market has an isolated pool of smart contracts that track supply, borrow, and interest in real time.

Interest rates adjust algorithmically. When utilization is low, borrowing is cheap. As more of the supplied liquidity gets borrowed, the rate climbs — this is the standard kinked rate curve, and it works well. There is no hidden spread.

Collateral factors are set per asset. CORE, stablecoins, and wrapped BTC positions carry different loan-to-value ratios based on liquidity depth and volatility history. The protocol checks these values against on-chain price feeds at the moment of any borrow or liquidation, not on a delayed schedule.

The vault accounting layer follows patterns compatible with ERC-4626, making integration with aggregators and yield routers simpler. Positions are represented by aToken-style receipt tokens, so supplied balances compound automatically and are transferable.

Approach to Risk

Risk is not an afterthought. Before any asset is listed, Colend's team runs a structured review: on-chain liquidity depth, price oracle reliability, smart contract audit status, and token concentration among top holders.

New assets start with conservative collateral factors. Those are raised only after sufficient on-chain data is collected. This is a deliberate choice — it means slower growth for certain markets, and that is fine.

Liquidations are handled by open competition. Any wallet can trigger a liquidation once a position breaches its health factor, and the liquidator receives a bonus from the collateral. No whitelisting, no bots with special access. The mechanism is the same one that has kept Aave's bad debt close to zero across multiple market cycles.

The protocol does not hold admin keys that can drain user funds. Governance changes go through a timelock. That gives the community time to review any proposed parameter change before it takes effect.

CLND Token and Incentives

CLND is the native token of Colend. It trades on-chain and is used to align incentives between the protocol and its users. Suppliers and borrowers who participate in active markets can earn CLND rewards on top of their base interest rate.

The reward rate is not fixed. Governance can adjust emissions per market based on utilization and strategic priorities. This gives the protocol a lever to bootstrap liquidity in new markets without permanently diluting long-term holders.

CLND holders can participate in governance proposals — changing risk parameters, adding new asset markets, adjusting fee tiers, and similar decisions. The voting process is on-chain and verifiable. See more details about how the Colend platform structures its governance on the FAQ page.

The Team

The people building Colend have backgrounds in protocol engineering, DeFi product design, and blockchain security. The team is small on purpose — small enough to move quickly, large enough to cover the necessary disciplines.

Development has been audited by external security firms before each major release. Audit reports are published. The team does not hide findings; every issue discovered and its resolution is documented in the public audit record.

Support runs through Telegram and the documentation hub. Response time is not always instant — the team is building, not just managing — but known issues get addressed and the changelog is kept current.

Where to Go Next

If you have specific questions about how the Colend platform works, the FAQ covers common topics in detail — from connecting a wallet to understanding liquidation mechanics.

To start supplying or borrowing, return to the main app and connect your wallet. Markets are live on Core mainnet. There is no waitlist.

For technical documentation, the GitBook covers contract addresses, rate model parameters, and integration guides for developers who want to build on top of Colend's protocol.