@extends('layouts.marketing') @section('content')

Borrow

Choose a collateral asset to see required LTV and minimum deposit. Then apply now and complete KYC + proof of payment.

APR from {{ number_format(($minApr ?? 0) * 100, 2) }}%
@foreach($collateralAssets as $asset)
{{ $asset->name }}
{{ $asset->symbol }}
Interest Rate: {{ number_format(($minApr ?? 0) * 100, 2) }}% APR
LTV Ratio: {{ number_format((float)$asset->loan_ltv_ratio * 100, 2) }}%
Min Collateral: {{ $asset->min_collateral_coin }} {{ $asset->symbol }}
Apply Now
@endforeach

Why Choose Us

A guided loan process with clear collateral requirements and admin-managed durations.

Steps

1
Select collateral
Pick the crypto you want to deposit.
2
Complete KYC
Upload your ID + selfie.
3
Pay & upload proof
Send required collateral to your wallet address.
4
Get approved
Admin verifies and updates your status.
@endsection