GWAP ECOSYSTEMBuilt with purpose.
GWAP Public Proof

Prove control of an X account with a public challenge.

GWAP Public Proof is a read-only X integration for account verification. Users publish a one-time challenge themselves; GWAP then retrieves the submitted public post through X API v2 to verify who authored it. GWAP does not post to X on the user's behalf.

X API v2 integration

Public post read access is used only to verify Proof of Control.

When a user submits an X post URL, the GWAP server requests that specific public post by ID and reads the author relationship needed to confirm that the claimed account published the one-time GWAP challenge.

GET /2/tweets/:id

tweet.fields=author_id

expansions=author_id

user.fields=username

READ ONLY

No automatic posting.

GWAP generates the verification text, but the user chooses whether to publish it from X. GWAP does not require write or Direct Message permission for Public Proof.

AUTHOR VERIFIED

The pasted link is not trusted by itself.

GWAP independently checks the returned X post author and binds a successful verification to the stable X account ID, not only to a mutable username.

LIMITED PURPOSE

Verification data stays scoped to trust provenance.

Public Proof records the challenge, submitted post reference, visible handle, verification status, method, and timestamps required to explain how the relationship was verified.

Verification flow

Simple for users. Strict underneath.

A social account is never marked verified because a username looks similar, a profile image matches, or a user simply says they control it.

  1. 01Claim the X handle you control inside GWAP OS.
  2. 02Choose a GWAP share theme and generate a one-time Public Proof challenge.
  3. 03Publish the generated verification message from the claimed X account.
  4. 04Paste the public X post URL back into GWAP OS.
  5. 05GWAP reads that public post through X API v2 and verifies the exact challenge, author handle, and stable X account ID.
  6. 06A successful check creates Proof-of-Control provenance in the GWAP Trust Graph and Relationship Graph.
Learn more

See the verification and data-handling details.

Public Proof is documented alongside the broader GWAP trust, API, privacy, and account infrastructure.