II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--lending-protocol
specializations/cryptography-blockchain/lending-protocol json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--lending-protocol",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/lending-protocol",
"description": "Lending Protocol Implementation - Development of over-collateralized lending and borrowing protocols with\ninterest 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', {\n projectName: 'Lending Protocol',\n interestRateModel: 'jump-rate',\n supportedAssets: ['WETH', 'USDC', 'WBTC'],\n collateralFactors: { WETH: 0.75, USDC: 0.85, WBTC: 0.70 }\n});",
"usesAgents": [
"defi-specialist",
"solidity-auditor"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "workflow:crypto-protocol-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--lending-protocol",
"to": "lib-agent:cryptography-blockchain--solidity-auditor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}