Press Pass Credentials System

Innovation #1088 — Special access for verified journalists


Purpose

Allow journalists to observe and report on Liana Banyan with appropriate access levels while maintaining member privacy and platform integrity.


Who Qualifies

Verification Requirements

TierRequirementsAccess Level
Tier 1: Staff JournalistMasthead at recognized publicationFull observation
Tier 2: FreelancePublished clips + editor contactStandard observation
Tier 3: Blogger/IndependentEstablished audience + track recordLimited observation
Tier 4: StudentJ-school enrollment + faculty sponsorEducational access

Recognized Publications Include

  • Major newspapers (NYT, WSJ, WaPo, etc.)
  • Wire services (AP, Reuters, AFP)
  • Business publications (Forbes, Bloomberg, Inc.)
  • Tech publications (Wired, Ars Technica, The Verge)
  • Trade publications (relevant to platform sectors)
  • Academic journals
  • Local newspapers of record

NOT Automatically Qualified

  • Social media influencers (separate Linchpin program)
  • Podcasters without editorial oversight
  • Self-published without track record
  • Anonymous writers

Access Levels

What Press Pass Grants

AccessTier 1-2Tier 3-4
Fly on the Wall (Public)✅ Full✅ Full
Member forums (read-only)✅ Yes❌ No
Governance proceedings✅ Yes⚠️ Limited
Financial aggregates✅ Yes⚠️ Limited
Founder interviews✅ Requestable⚠️ By invitation
Member interviews✅ With consent✅ With consent
Document archive✅ Cephas full✅ Cephas public

What Press Pass Does NOT Grant

RestrictedReason
Individual member dataPrivacy protection
Unpublished innovationsIP protection
Internal communicationsOperational security
Vote-by-vote recordsMember privacy
Financial details (individual)Privacy protection

Application Process

Step 1: Application

FieldRequired
Name
Publication/outlet
Position/role
Published work samples✅ (3 minimum)
Editor/supervisor contact
Story angle (optional)Helps routing
TimelineWhen publishing

Step 2: Verification

CheckMethod
Publication confirmationContact editor
Byline verificationCheck published clips
No conflict of interestDisclosure review
No active litigationLegal check

Step 3: Credential Issuance

CredentialDuration
Active assignmentDuration of story + 30 days
Beat reporter1 year, renewable
One-time accessSingle visit

Press Pass Badge

Visual Indicator

┌─────────────────────────────────────┐
│  📰 PRESS PASS                      │
│                                     │
│  [Name]                             │
│  [Publication]                      │
│  Tier: [1/2/3/4]                   │
│  Valid: [Date Range]               │
│                                     │
│  Access: OBSERVATION ONLY           │
│  No voting • No transactions        │
└─────────────────────────────────────┘

Badge Visibility

  • Visible to all members when Press Pass holder is present
  • Cannot be hidden or made anonymous
  • Clearly marked in any forum/discussion they observe

Rules of Engagement

Journalist Obligations

RuleRequirement
DisclosureMust identify as press when asking questions
ConsentMust get member consent for quotes
AccuracyPlatform may respond to factual errors
EmbargoRespect any agreed embargoes
No tradingCannot use Press Pass for commercial activity

Platform Obligations

CommitmentDetails
AccessProvide promised access levels
ResponseAnswer questions within 48 hours
CorrectionCorrect platform errors promptly
No retaliationNegative coverage doesn’t revoke access
TransparencyExplain any access limitations

Press Liaison

Designated Contact

RoleResponsibility
Press LiaisonPrimary journalist contact
Response time48 hours for initial response
EscalationCan escalate to Founder for major stories
ArchivesMaintains press kit, fact sheets

Press Kit Contents

  • Platform overview (1-pager)
  • Founder bio and photos
  • Key statistics
  • Initiative summaries
  • FAQ document
  • Contact information

Revocation

Press Pass May Be Revoked For

ViolationConsequence
FabricationPermanent revocation
Doxxing membersPermanent revocation + legal action
Violating member consent1-year suspension
Misrepresenting access levelDowngrade tier
Commercial activityRevocation

Appeal Process

  • Written appeal within 30 days
  • Review by Press Liaison + one Compass member
  • Decision within 14 days
  • One appeal per incident

Implementation Notes

Database Fields

CREATE TABLE press_credentials (
  id UUID PRIMARY KEY,
  journalist_name TEXT NOT NULL,
  publication TEXT NOT NULL,
  tier INTEGER CHECK (tier BETWEEN 1 AND 4),
  valid_from DATE NOT NULL,
  valid_until DATE NOT NULL,
  status TEXT DEFAULT 'active',
  editor_contact TEXT,
  story_angle TEXT,
  notes TEXT,
  created_at TIMESTAMP DEFAULT NOW()
);

Integration Points

  • Member profile display (badge)
  • Forum presence indicator
  • Access control gates
  • Audit logging

DocumentConnection
Fly on the WallPublic transparency
Data Access LevelsPrivacy framework
Linchpin ProgramInfluencer track

“Transparency includes letting others watch and report.”

For the Keep.