II.
LibraryProcess overview
Reference · livelib-process:cryptography-blockchain--lending-protocol
specializations/cryptography-blockchain/lending-protocol overview
Lending Protocol Implementation - Development of over-collateralized lending and borrowing protocols with interest rate models, collateral management, and liquidation mechanisms.
Attributes
displayName
specializations/cryptography-blockchain/lending-protocol
description
Lending Protocol Implementation - Development of over-collateralized lending and borrowing protocols with
interest rate models, collateral management, and liquidation mechanisms.
libraryPath
library/specializations/cryptography-blockchain/lending-protocol.js
specialization
cryptography-blockchain
references
- - Compound Protocol Whitepaper: https://compound.finance/documents/Compound.Whitepaper.pdf
- - Aave V3 Documentation: https://docs.aave.com/
example
const result = await orchestrate('specializations/cryptography-blockchain/lending-protocol', {
projectName: 'Lending Protocol',
interestRateModel: 'jump-rate',
supportedAssets: ['WETH', 'USDC', 'WBTC'],
collateralFactors: { WETH: 0.75, USDC: 0.85, WBTC: 0.70 }
});
usesAgents
- defi-specialist
- solidity-auditor
Outgoing edges
lib_applies_to_domain1
- domain:security·DomainSecurity
lib_belongs_to_specialization1
- specialization:cryptography-blockchain·Specialization
lib_covers_topic2
- topic:hmac-signing·TopicHMAC Signing
- topic:ssl-certs·TopicSSL/TLS Certificates
lib_implements_workflow1
- workflow:crypto-protocol-review·WorkflowCryptographic Protocol Review
lib_involves_role1
- role:security-engineer·RoleSecurity Engineer
lib_requires_skill_area2
- skill-area:symmetric-encryption·SkillAreaSymmetric Encryption
- skill-area:asymmetric-encryption·SkillAreaAsymmetric Encryption
uses_agent1
- lib-agent:cryptography-blockchain--solidity-auditor·LibraryAgentsolidity-auditor
Incoming edges
None.