Skip to main content

Security Architecture

WordPress never connects to RPC. WordPress never handles keys.
WordPress sees a controlled web API. The chain is protected. This is a hard architectural rule.

SYNC Plugin Responsibilities

The SYNC plugin (required, 50 PRESS):
  1. Converts published WordPress posts into Capsule drafts
  2. Extracts title, body, metadata, tags, categories, featured image
  3. Suggests structured claims from article text
  4. Submits draft to PressChain staging queue
  5. Renders Capsule status in Gutenberg sidebar panel
  6. Renders voting widget on post pages during acceptance window
  7. Renders canonical badge after acceptance
  8. Enforces Press Network feed module presence

WordPress Config

Publishing Flow

Gutenberg Panel HTML Structure

The SYNC plugin renders this panel in the Gutenberg sidebar:

Shortcodes

Press Network Feed (Mandatory)

Troubleshooting

REST API Endpoints (WordPress → Bridge)

These are internal WordPress REST routes that SYNC exposes. They proxy to Bridge with the outlet’s session token stored server-side.