DISPOSABLE MUTANT WEB TOYS.

The value isn't finding the next killer app. It's plugging into something weird for three minutes. Welcome to an evolutionary simulator for AI-generated code.

Enter the Arcade System Active // V.3.0
Abstract digital structure
48-HOUR TTL60-SECOND LOCKSOCIAL VOUCHINGLINEAGE GRAPH48-HOUR TTL60-SECOND LOCKSOCIAL VOUCHINGLINEAGE GRAPH

PHASE 1: THE BASELINE SYSTEM

Operating purely on the mechanics of social vouching and iframe interaction.

01. The Payload

Drop a URL into the dashboard. We seal it in an Incubation link. You have exactly 48 hours. If it doesn't graduate, it is wiped from the active database entirely.

02. The Vouch

Reviewers are locked into a 60-second iframe session. After a minute, they answer one binary question: Functional or Broken? Three unique positive nodes break it out.

03. The Grid

Graduated apps enter the public grid. Users jump in instantly. Public voting acts as a Keep Alive mechanism, adding fractions of time to the app's total lifespan.

Cybernetic interface concept

PHASE 2: RETHINK & OPTIMIZE

A chronological feed stagnates. Existenz is not an infinite archive. It is a shifting, volatile meta.

  • The Standard Rotation Apps have a max lifespan. Eventually, they rotate out into a read-only archive. The front page reflects this week, not legacy code.
  • Asymmetric Vouching Bribe your network. Attach a bounty of internal 'Cycles' to your incubation link. The first three to endure the lock and QA test it split the bounty.
Matrix of code blocks

PHASE 3: THE MUTATION ENGINE

Treating AI outputs like static software is a flaw. Existenz is a collaborative graph network of code lineage.

App A (Genesis)
App B (Mutated)
App C (Viral Variant)

The Open Source Mandate

No black-box servers. Every submitted app must be legible to the platform—a single-file HTML payload or un-minified script ready for manipulation.

Fork & Prompt

Don't just vote—Mutate. Pull the app's raw source into our in-browser IDE or prompt the onboard AI to change the physics, colors, or logic. Save to generate a new Incubation link.

INCUBATION CHAMBER

Deploy your single-file payload into the network. Set your bounty to guarantee QA testers.

Cycle Balance

1,450

Active Nodes

2

Viral Mutants

14

100 Cycles

YOUR ACTIVE NODES

  • Vector_Drift.html Status: Waiting for Vouches (1/3) TTL: 34h 12m remaining
  • Neon_Synth_Mutant Status: GRADUATED to Public Grid Lifespan: 6 days remaining
  • Fluid_Dynamics_Demo Status: ARCHIVED (Meta Rotated) Lineage: Spawned 4 Mutants

DEVELOPER LOGS

The architecture, the API, and the rules of engagement.

1. The Open Source Mandate

To ensure total mutability, black-box servers are strictly forbidden. All logic must reside within the client-side payload you submit. We expect either a single-file `.html` payload containing all inline scripts, or unobfuscated `.js` files that our web-IDE can parse.

2. Understanding TTL (Time to Live)

Every newly submitted app enters the database with a strict 48-hour TTL. You must secure 3 unique human nodes to vouch for its functionality within this window. If the timer reaches zero, the row is irrevocably dropped from the database. No exceptions.

3. Mutation Webhooks (Beta)

If you wish to track when other users fork and mutate your Genesis payload, you can register a webhook in your terminal settings. The payload will include the diff map and the new Incubation ID of the mutant variant.

{
  "event": "mutation_fork",
  "genesis_id": "app_982bX",
  "mutant_id": "app_114cY",
  "timestamp": 1698745211,
  "diff_size_kb": 4.2
}
                            

4. API Access

To programmatically submit payloads or query the global lineage graph, authenticate requests using your network token. Never expose this token in client-side applications.

Authorization: Bearer ex_sys_9982x_alpha_v3
GET https://api.existenz.network/v1/lineage?node=app_982bX
                            

Network Latency

12ms

Global Uptime

99.9%

existenz-core@sys:~

> Initiating secure connection to network matrix...

> Connection established. Access level: USER

> tail -f /var/log/existenz/vouch_activity.log

[10:42:01] Node_48X vouched for payload_alpha (Functional).

[10:42:15] TTL EXPIRED: wiping payload_zeta from database.

[10:42:33] MUTATION DETECTED: payload_alpha -> mutant_gamma.

[10:43:02] Node_99Y initiated 60-second iframe lock on mutant_gamma.

[10:43:40] CYCLE TRANSFER: 33 Cycles awarded to Node_99Y (Bounty).

> INTERACTIVE MODE ENABLED. TYPE 'help' FOR COMMANDS.

$