A GlobaX social object can leave the platform through a signed share carrying a portable reference to where it came from. The owner's private identity does not travel in that public link. When someone returns through the share, GlobaX can verify the signed path, attribute the return to the original object and show that journey to the owner.
The Portable Social Value Graph (PSVG) is GlobaX's answer to a simple problem: when a post leaves a platform, it usually loses its history. Who made it, what it was, and where it came from all disappear the moment it crosses the boundary.
PSVG gives each shared social object a portable, verifiable reference to its own origin. The reference travels. The private identity behind it does not.
One genuine production social object completed the full path end to end on the live system: signed share → external transit → verified return → attribution → owner journey. The run used a real authenticated account and a separate unauthenticated browser session. No test harness, no staging environment, no synthetic data.
When a visitor arrives through the shared link, the production system resolves the opaque reference back to the originating social object, reconstructs the canonical signed payload and verifies the signature on its own servers. The visit is recorded as a privacy-preserving hashed return event, repeat visits from the same visitor are deduplicated per day, and an attribution edge is written into the value graph linking the return to the original content.
The mechanism fails closed: if verification does not succeed, nothing is attributed.
Create. A person posts something real on GlobaX.
Prove. The action is recorded as a verifiable platform record.
Share. The share issues a sealed, server-signed share envelope.
Leave. The public link travels outside GlobaX carrying one opaque reference.
Return. Someone opens that link and comes back through it.
Verify. GlobaX rebuilds the signed payload and checks it on its own servers.
Attribute. The return is linked back to the original social object.
Journey. The owner can see the resulting journey of that object.
GlobaX is not claiming it can track content around the internet. The claim is narrower and more useful: a shared object can carry a portable, verifiable reference to its provenance without exporting the owner's private identity along with it. The signed material stays on the platform's side of the boundary, where it is checked.
It means the corridor completed on real production infrastructure, and the things that were not fully proved are stated rather than hidden. It is not a claim that PSVG is validated in every possible scenario.
One defect was also found and fixed during validation: an early run exposed a timestamp canonicalisation mismatch that caused verification to fail closed. The correction was implemented, the previously failing record then verified naturally, and a completely fresh end-to-end run passed. The failure and its fix are part of the evidence trail.
Phases P0 through P3 — the social object spine, signed share envelopes, verified returns and the owner journey view — are closed at VALIDATED WITH OBSERVATIONS. Phases P4 through P8 remain held: they are not live, not enabled and not claimed.