Async Publisher Wallets
Last updated
Was this helpful?
Async publisher wallets are transaction signers for queued Verifiable Memory publish jobs. They live in publisher-wallets.json under the DKG data directory and are managed with:
dkg publisher wallet add <privateKey>
dkg publisher wallet list
dkg publisher wallet remove <address>
dkg publisher enable
dkg publisher publish-async <context-graph-id> <name>Every async publisher wallet needs the chain's native gas token because it submits on-chain transactions.
For TRAC payment, choose one path:
PCA-funded
Register the wallet address as a Publishing Conviction Account agent.
Direct spend
Fund the wallet with enough TRAC and native gas.
If neither path is ready, the daemon can still start and claim jobs, but publish attempts will fail when the transaction reaches the chain.
An async publisher wallet does not need an on-chain node identity or profile to claim jobs.
The daemon still reads each wallet's identity at startup:
0
Publish in no-attribution mode.
N > 0
Use N as publisher-node attribution by default.
publisherNodeIdentityId is attribution metadata. It is not PCA eligibility, direct-spend eligibility, author identity, or ACK quorum identity.
Use --publisher-node-identity-id 0 when you want explicit no-attribution for one publish:
Use a non-zero override only when an operator intentionally wants the publish to carry a specific publisher-node attribution claim.
Core node profile setup creates an identity for the node's primary operational wallet. Separate async publisher wallets are not automatically attached to that identity.
To make a separate publisher wallet resolve to a non-zero node identity, authorize it as an operational wallet for that node identity with the current POST /api/operational-wallets API route or an equivalent future CLI wrapper. If you do not need publisher-node attribution, leave the wallet identityless.
ACK quorum still depends on core receiver identities and operational keys. Changing async publisher wallet attribution does not relax ACK requirements.
Last updated
Was this helpful?
Was this helpful?
dkg ka publish-async notes -c my-project --publisher-node-identity-id 0
dkg publisher publish-async my-project notes --publisher-node-identity-id 0