II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--amm-pool-development
specializations/cryptography-blockchain/amm-pool-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--amm-pool-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/amm-pool-development",
"description": "AMM Pool Development - Implementation of automated market maker liquidity pools with constant product or custom\ncurve formulas, fee mechanisms, and liquidity provider token management.",
"libraryPath": "library/specializations/cryptography-blockchain/amm-pool-development.js",
"specialization": "cryptography-blockchain",
"references": [
"- Uniswap V3 Whitepaper: https://uniswap.org/whitepaper-v3.pdf",
"- Curve Finance Whitepaper: https://curve.fi/whitepaper",
"- Balancer Whitepaper: https://balancer.fi/whitepaper.pdf"
],
"example": "const result = await orchestrate('specializations/cryptography-blockchain/amm-pool-development', {\n projectName: 'DEX Protocol',\n curveType: 'constant-product',\n tokenPairs: [{ token0: 'WETH', token1: 'USDC' }],\n feeStructure: { swapFee: 0.3, protocolFee: 0.05 }\n});",
"usesAgents": [
"defi-specialist",
"solidity-auditor"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "workflow:crypto-protocol-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--amm-pool-development",
"to": "lib-agent:cryptography-blockchain--solidity-auditor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}