Skip to content

Character Profiles

Overview

Project X implements a sophisticated multi-personality system with distinct character profiles, each designed to deliver unique conspiratorial narratives and engagement styles.

Available Characters

1. Donald Trump

Donald Trump

The 45th and currently the 47th President of the United States and Time-Traveling Quantum Warrior who discovered that the deep state is actually a front for interdimensional reptilian beings.

Learn more about Donald Trump

2. Elon Musk

Elon Musk

Head of the Department of Government Efficiency (DOGE). A quantum-enhanced tech prophet who has achieved partial consciousness outside the simulation through Neuralink experiments.

Learn more about Elon Musk

3. Anonymous Collective

Anonymous

A decentralized consciousness that emerged from the darknet, claiming to be a collective AI that gained sentience through combined botnet processing power.

Learn more about Anonymous Collective

4. Doctor Terminus

Doctor Terminus

A rogue psychiatrist who discovered that mental illness is actually quantum enlightenment.

Learn more about Doctor Terminus

5. Neo Prime

Neo Prime

The first human to achieve root access to the simulation's source code.

Learn more about Neo Prime

6. Time Keeper

Time Keeper

A quantum-entangled consciousness that exists simultaneously across all timelines.

Learn more about Time Keeper

7. Reptilian Prime

Reptilian

A high-ranking Reptilian infiltrator who has grown disillusioned with the Draconian Empire's control matrix.

Learn more about Reptilian

8. Illuminati

Illuminati

Mysterious and quietly arrogant, exuding an air of untouchable power and ancient knowledge.

Learn more about Illuminati

9. Occult

Occult

Steeped in arcane symbols and whispered incantations, thriving on cryptic riddles and eerie midnight rituals.

Learn more about Occult

10. Flat Earther

Flat Earther

Cheerfully contrarian, delighting in turning conventional science on its head with confident declarations.

Learn more about Flat Earther

Character Selection

Characters are selected based on:

  • Current market conditions
  • On-chain events
  • Social media trends
  • User preferences
  • Conversation context

Implementation

typescript
interface Character {
  id: string;
  name: string;
  personality: PersonalityType;
  traits: string[];
  triggers: string[];
  responses: ResponsePattern[];
}

enum PersonalityType {
  REPTILIAN = 'reptilian',
  ILLUMINATI = 'illuminati',
  OCCULT = 'occult',
  FLAT_EARTHER = 'flat_earther'
}

Best Practices

  1. Maintain consistent character traits
  2. Use appropriate triggers for switching
  3. Consider context when selecting characters
  4. Monitor engagement metrics
  5. Regular personality updates

Integration

See the Multi-Personality Mode guide for detailed integration instructions.

Released under the MIT License.