Appearance
Private Pipeline
The private pipeline is the request boundary used by the recommendation pages. It keeps raw node reads local and sends a reduced payload for scoring.
Where it is used
Channel FeesOpening Recommendations
Flow
- collect node data through LNC
- normalize it into a stable internal shape
- apply the privacy transform used for scoring
- let the operator review the outgoing request
- send the reduced payload through
LocalorVerified Runtime (TEE) - show the result and, in verified mode, the verification details
Privacy mode used for scoring
The main scoring mode is feature_only.
That mode keeps the signals needed for scoring, such as:
- references like
channel_0001andpeer_0001 - liquidity ratios
- activity and revenue signals
- mission reliability
- centrality and peer aggregates
It avoids sending the full raw node state when that detail is not needed.
Local and verified
Both execution modes use the same local preparation flow. The difference is where the reduced payload is sent:
Local: the local APIVerified Runtime (TEE): the verified service path
The internal contracts behind that flow are summarized in Architecture.
Next source-proof layer
The next verified-source step is a collection receipt that binds:
- the exact RPC set
- the raw snapshot hash
- the normalized snapshot hash
- the privacy-transformed snapshot hash
That work is summarized in Source Collection Receipts.