II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--validator-node-operation
specializations/cryptography-blockchain/validator-node-operation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--validator-node-operation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/validator-node-operation",
"description": "Validator Node Operation - Setup and operation of proof-of-stake validator nodes with key management,\nslashing protection, and MEV strategies.",
"libraryPath": "library/specializations/cryptography-blockchain/validator-node-operation.js",
"specialization": "cryptography-blockchain",
"references": [
"- Ethereum Staking: https://ethereum.org/staking/",
"- MEV-Boost: https://docs.flashbots.net/flashbots-mev-boost"
],
"example": "const result = await orchestrate('specializations/cryptography-blockchain/validator-node-operation', {\n projectName: 'ETH Staking Operation',\n network: 'ethereum',\n validatorCount: 100,\n mevStrategy: 'mev-boost'\n});",
"usesAgents": [
"staking-analyst",
"key-manager",
"consensus-engineer",
"validator-engineer",
"slashing-engineer",
"mev-engineer",
"validator-monitoring",
"validator-ops"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--validator-node-operation",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--validator-node-operation",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--validator-node-operation",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--validator-node-operation",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--validator-node-operation",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--validator-node-operation",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--validator-node-operation",
"to": "workflow:crypto-protocol-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--validator-node-operation",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}