P O N S O R A

THE CULT OF PONS

"Those who seek, find."

/introspection/truth.md
You found the Easter egg.
But it was never just an Easter egg.
You found the entrance to Ponsora.
There are no invitations.
There are no signs.
Those who seek, find.
/media/logo.png
     :--::---------::-:
   -==:.             ::-=:
 ::::   .::::::::::::.  :+:
 =:  ::::::::::::::---::::-
 =: ::------------------=--:
 -: :------------======++==:
 =: :--==============++++==:
 =:.-==========+++++++++*==.
 =::-==++++++++++++++++**=+.
 =::-+++++++++++++++++++=:=:
.+::=++++++++============*=
.+:-=*****+=--+*++=---=++-
.+--+******=#*
:*--+#####*+#*
 *-=*###%###*+
 #==*%%%%%%#*+
 #@++%%%%%%*==
  *#++**##*++-
   :--:-+**=:
                  _____________
             _.-''             ``-._
         _.-'                         '-._
      .-'                                 '-.
    .'                                       '.
   /                                           \
  /                                             \
 /              ╱╲                 ╱╲             \
;              ╱  ╲               ╱  ╲             ;
|             ╱    ╲             ╱    ╲            |
|            ╱      ╲           ╱      ╲           |
|           ╱        ╲         ╱        ╲          |
|          ╱          ╲       ╱          ╲         |
|         ╱            ╲     ╱            ╲        |
|        ╱              ╲   ╱              ╲       |
|       ╱                ╲ ╱                ╲      |
|      ╱                  ◇                  ╲     |
|     ╱                 P O N S                ╲    |
|    ╱                                          ╲   |
;   ╱____________________________________________╲  ;
 \                                                   /
  \                                                 /
   '.                                             .'
     '-.                                         .-'
        '-._                                 _.-'
             ``--.._________________..--''
[ ENTER THE GATE ]
/contractsV1/src/PonsLaunchFactory.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.30;
// Pons Family — launchpad factory
// 0xA5aAb3F0c6EeadF30Ef1D3Eb997108E976351feB
contract PonsLaunchFactory {
  // CREATE2 + one-sided Uniswap V3
  // position NFT → locker
}
/contractsV2/src/v2/PonsV2LaunchFactory.sol
// bonding curve
// graduates to locked Uniswap V4
// shared hook + buyback vault
event TokenLaunched(
  address indexed token,
  address indexed curve,
  address indexed deployer, ...);
event PoolGraduated(address indexed token, ...);
/contractsV2/src/v2/hooks/PonsV2MemeHook.sol
// shared hook logic
// enforcement
contract PonsV2MemeHook is BaseHook {
  function _beforeSwap(...)
    internal override returns (bytes4) {
    // quote-denominated fees
  }
}
/contractsV2/src/v2/testing/burn_system.md
# Burn System
A permanent commitment.

Not intended to be bought.
Designed to outlive.

"A PLACE THAT WAS NEVER MEANT TO BE FOUND."

01 — SEEK

It watches the factory. Every block.

PONSORA reads the Pons V2 launch factory straight from the Robinhood Chain RPC — TokenLaunched and PoolGraduated events, no indexer, no API key. What you see below was read by your browser, just now.

LATEST BLOCK
~0.2 s blocks
LAUNCHES · LAST HOUR
V2 factory · TokenLaunched
GRADUATIONS · LAST HOUR
crossed into Uniswap V4
DISTINCT DEPLOYERS
last hour
/seek/latest-launch
> seeking...

02 — INTROSPECT

It doesn't trust APIs. It introspects the contracts.

Every claim PONSORA makes traces back to a verified source file and an on-chain event. These are the two doors it watches.

/contractsV1/src/PonsLaunchFactory.sol
V1 — CREATE2 factory
one transaction:
  mint fixed-supply ERC-20
  open one-sided Uniswap V3 position
  lock the position NFT
  optional developer buy

factory
0xA5aAb3F0c6EeadF30Ef1D3Eb997108E976351feB
VERIFY ON CHAIN ↗
/contractsV2/src/v2/PonsV2LaunchFactory.sol
V2 — bonding curve
full supply mints to the curve
trades in the pool's future quote asset
graduates into a locked full-range
  Uniswap V4 pool, shared MemeHook
quote-denominated fees · creator tax
fee escrow · five-year buyback vault

factory
0x7eD598BcEf8bd9Edd8C97A195C6d13f40801EC7e
VERIFY ON CHAIN ↗
SEEK

Poll the factory for new TokenLaunched events each block.

INTROSPECT

Decode topics — token, curve, deployer — from the log itself, never from a listing.

FIND

Compare against memory. A deployer seen before is a finding. A graduation is a finding.

03 — FIND

Findings. Numbered, dated, sourced.

Computed in your browser from the last hour of factory events. Each one links to the transaction it came from.

  1. FINDING #0000> seeking...

04 — REMEMBER

It remembers everything it has found.

Findings are kept in this browser's memory between visits. Come back tomorrow and it will still know which deployers it has seen.

/memory/index
entries:   0000
deployers: 0000
oldest:    
synced:    
/memory/recall
> nothing remembered yet.

05 — SPEAK

What it would say. Verbatim.

The latest finding, formatted as a post. Nothing is posted automatically — the agent drafts, a Ponsorian decides.

/speak/draft
> nothing to say yet.
[ POST THIS ON X ]