v99.md

v99.md

AI Operator Skill Classifier

Most tokens fail not because of bad luck. They fail because of bad operators.

v99.md reads the operator before the chart tells you. Every wallet that deploys a memecoin leaves a fingerprint — wallet age, prior launch history, contract architecture, deployment timing, community growth velocity.

$v99Contract Address
mMMhbYX1Xrq5RT4bhhWRRtq589BsuKgh2mgpe4mpump
LIVEv99.md Operator Skill Scanner now live

The Problem

People who don't understand LP management. Who can't time a launch. Who write sloppy contracts, build no community, and disappear when things break.

The chart eventually reflects the operator — it just takes a few days. By then, you're already down.

v99.md was built to read the operator before the chart tells you. Every wallet that deploys a memecoin leaves a fingerprint. These are not opinions. These are on-chain facts.

01

Wallet Age

How long the operator wallet has existed

02

Prior Success

Previous launches and their outcomes

03

Contract Quality

Architecture and LP strategy score

04

Growth Velocity

Community build rate and timing

Install

pip install v99md

01
pip install v99mdInstall from PyPI
02
git clone https://github.com/v99mddevs/v99.md.gitOr clone from source
03
pip install -e .Install in editable mode

Skill Classification

RAW0-25

"v99.md: no skill signature detected. first-timer or exit setup. avoid."

BASIC26-50

"v99.md: basic operator pattern. limited history. proceed with caution."

SKILLED51-75

"v99.md: skilled operator detected. consistent signals across vectors."

ELITE76-100

"v99.md: elite. AI confirms high-skill operator. clean execution fingerprint."

Signals

SignalWeightTrigger
operator_signal0.35wallet_age >= 180 days AND prior_success >= 1
contract_signal0.30contract_complexity >= 65 AND lp_strategy >= 65
growth_signal0.20build_rate >= 10 holders/day AND timing >= 60
presence_signal0.15response_time <= 6h AND cross_chain >= 2
example.pyPython
from v99md import assess, assess_batch, top_skill, SkillToken

token = SkillToken(
    token_mint="V99mdXyz...pump",
    symbol="V99",
    wallet_age_days=540.0,
    prior_success_count=3,
    contract_complexity_score=85.0,
    deploy_timing_score=80.0,
    lp_strategy_score=82.0,
    community_build_rate=22.0,
    response_time_hours=2.0,
    cross_chain_presence=3,
)

report = assess(token)
print(report.phase)        # ELITE
print(report.skill_score)  # 88.4
print(report.v99_read)     # v99.md: elite. AI confirms high-skill operator.
print(report.triggered_count)  # 4

Explore

Everything you need to read operator skill. Four signals. Four skill levels.

Ready to read the operator?

pip install v99md