Peptide Lab
Peptide LabResearch
Start guide · the front door~6 min read

The on-chain laboratory for new therapeutic peptides.

Design real peptides against real biological targets. If your design clears the viability floor, mint it as a permanent Discovery NFT and earn continuous ETH rewards from the protocol’s token economy. This page is the front door — what Peptide Lab is, why it exists, and exactly how to start.

Chain
Ethereum
L1 mainnet
Token supply
10,000
PEPTLAB · capped
Holder floor
$50
to mint
Your holding
wallet not connected
01 · The mission

Peptide Lab exists for a single reason: to accelerate the discovery of new therapeutic peptides by rewarding the people who do the work. The discovery of a new molecule is still treated like an academic lottery — long timelines, gatekept funding, and no economic upside for the researcher whose intuition produced the lead.

We replace that loop with an open one. Anyone can sit at a real chemistry kernel, design a candidate against a real biological target, and run it through an AI investigation pipeline. If the design clears the viability floor, it becomes a permanent on-chain Discovery NFT. From that moment forward, the researcher is paid continuously, in ETH, every time the protocol's token is traded.

The mission is bigger than the app. A liquid market for early-stage peptide IP makes it rational for bright minds to spend Tuesday night chasing a hunch — because Tuesday night's hunch can compound into a yield-bearing position by Friday.

Operating premise

“Every novel sequence that passes the kernel and the AI is a tiny piece of preclinical IP. The blockchain is the only registry honest enough to credit it back to whoever produced it.”

— Peptide Lab thesis paper, draft.
02 · Why on-chain
Discovery is gated

Academic labs publish; biotech files patents. Independent researchers have no on-ramp to credit. We give them one.

Capital flows the wrong way

VC funds pay for trials, not exploration. The early scribble that becomes a billion-dollar lead is rarely the line item that gets capitalized.

The market loves novelty

Liquid markets are extraordinary at pricing novelty in real time. We just need to make the unit of novelty a tradeable thing.

03 · How it works

The end-to-end loop is five steps and twelve clicks. Each step has a dedicated surface in the app — the walkthrough below links straight into them.

1
Hold $PEPTLAB
≥ $50 alignment floor
2
Design
Build the sequence at the bench
3
Simulate
AI viability investigation
4
Mint
Permanent Discovery NFT
5
Earn
Continuous ETH rewards
Walkthrough
Seven steps. Every section deep-links to the live surface.
Step 01

Connect a wallet

Use any EVM wallet on Ethereum mainnet. The connect pill lives in the top navigation.

Open the dashboard

Peptide Lab speaks standard EVM. Plug in MetaMask, Rabby, Frame, Coinbase Wallet, or any WalletConnect-compatible client. The connect pill is visible on every page — both in the sidebar (desktop) and the top header (mobile).

  1. Click Connect wallet in the sidebar.
  2. Approve the connection request in your wallet client.
  3. Verify the network reads Ethereum mainnet in the pill — chain switching is one click.
The mock wallet preview shipped with the app uses a deterministic test address and 0.05 ETH of faucet balance. Real wallet connections (wagmi/RainbowKit) ship with the contracts.
Step 02

Acquire at least $50 of $PEPTLAB

The Discovery NFT contract reads your $PEPTLAB balance on every mint. No balance, no mint.

Open Uniswap

$PEPTLAB is the protocol token. It lives in a Uniswap V4 pool with a 5% sell tax that is routed — via a custom V4 hook — straight into the rewards pool that NFT holders draw from. The minimum holder floor of $50is a deliberate alignment mechanism: the people producing discoveries are also the people financially benefiting from the protocol’s success.

  1. Open the Uniswap interface and select the ETH → PEPTLAB pair.
  2. Swap at least $50 worth. (A small buffer is wise — price moves between block-time and your mint.)
  3. Confirm the position lands in the wallet you connected in step 1.
Price oracle

The frontend reads the live $PEPTLAB price from the public DexScreener API on a 60-second cache. The on-chain mint guard reads the same source via an oracle adapter at mint-time, so a stale frontend snapshot can never let a gated user through.

Step 03

Design a peptide at the bench

Compose a sequence, pick a target, choose modifications. The chemistry kernel runs live in your browser.

Open the Lab Bench

The Lab Bench is where the actual peptide is built. Three panels:

  • Residue palette — 20 canonical amino acids. Click to append, drag to reorder.
  • Therapeutic target — choose the biological surface your peptide is supposed to act on (e.g. GLP-1R, SARS-CoV-2 spike, IL-23).
  • Modifications — N-acetylation, C-amidation, head-to-tail cyclization. Each affects the chemistry kernel’s output and the AI’s viability call.
Every keystroke recomputes molecular weight, isoelectric point, GRAVY, secondary structure, hydrophobic moment, instability and aliphatic indices. The kernel is the same one used by ExPASy ProtParam — see Docs for the equations.
Step 04

Run the simulation

The fee is paid in ETH. An AI investigation streams the verdict in real time.

Open Peptide Simulation

Simulation has two cost tiers, both paid to the protocol treasury:

Designed0.002 Ξ

Your own sequence, your own target. The slow, deliberate path.

Random0.004 Ξ

Hit a button. Chainlink VRF rolls a peptide for you. Higher cost, no design effort.

The pipeline runs in Peptide Simulation as a streaming, autonomous panel — kernel computation events on the left, the Claude Opus 4.7 investigation tokens on the right. The seven-phase output ends with a composite score out of 100 and a viability rating from 1 to 3 stars.

A composite score below 50/100 means the design failed the viability floor and no NFT is minted. The simulation fee is consumed regardless — iterate on the design and resubmit.
Step 05

Mint the discovery

Passing peptides are permanent. The contract enforces (sequence × target) uniqueness on-chain.

See a live mint

When the AI returns a passing verdict, the modal exposes a Mint NFT button. The mint flow is short:

  1. The contract re-checks your $PEPTLAB balance against the live oracle.
  2. An EIP-712 signature attests to the discovery payload.
  3. The ERC-721 is minted to your wallet. The token URI is rendered fully on-chain — molecular art, rarity, sequence, target, multiplier, all in the SVG.
Same (sequence × target) cannot be re-minted by anyone, ever. Discovery uniqueness is enforced both globally (the protocol’s registry) and per-wallet (defense in depth against multi-minting exploits).
Step 06

Track your portfolio

The Portfolio dashboard is your researcher cockpit — holdings, multipliers, rank, and live accrual.

Open Portfolio

The Portfolio view consolidates every Discovery NFT in your wallet, your aggregate multiplier, your rank in the researcher hierarchy, and a real-time ticker showing ETH accruing in your name from the rewards pool.

  • Holdings — every minted peptide with its on-chain art, rarity tier, and multiplier.
  • Rewards — your share of the pool, accrual rate, and lifetime claimed.
  • Pool stats — total reward pool, total multiplier across all holders, your pro-rata share.
Step 07

Claim rewards

One click. ETH lands in the same wallet. Repeat as often as gas economics allow.

Claim from Portfolio

Rewards accrue continuously, compound-style. The Claim button in the Portfolio settles your share to the connected wallet and resets your claim timestamp. There is no lock-up, no vesting curve, no claim window — the contract just distributes what the math says is yours.

If the pool sits idle for three hours, the protocol owner can trigger normalizePool(), a routine that re-balances the distribution accounting. This is a maintenance operation, not a withdrawal — funds remain for the holders.
The economy
Mechanics of the $PEPTLAB token, the holder floor, and the reward distribution.
11 · The $50 holder floor

Every mint call — designed or random — runs a balance check first: “Does this wallet hold at least $50worth of $PEPTLAB?” The check uses DexScreener as the price source for pre-launch deployments; production deployments will mirror this via a Chainlink oracle so the gate is fully on-chain.

The floor exists for a specific reason: aligned skin. Researchers minting Discovery NFTs benefit when the broader protocol succeeds — the rewards they earn are denominated in the same token economy they are bootstrapping. Without the floor, mint farming becomes a cheap extraction strategy that produces bad peptide IP and dumps on actual holders.

The floor is denominated in USD, not in PEPTLAB. When the price moves, the PEPTLAB quantity required shifts with it. Snapshots happen at mint-time, not at simulation-time.

Live eligibility · this wallet
Walletnot connected
PEPTLAB balance0.00 PEPTLAB
Price · mock$0.4200
Holding USD$0.00
Min to mint$50.00
Connect a wallet in the sidebar to evaluate eligibility.
12 · Rarity & multipliers

Rarity is decided by the composite score returned from the AI investigation. The tier determines the multiplier the NFT confers — the multiplier is what scales your share of every distribution.

Standard
x1
x1 multiplier on token tax rewards
Score band5074
Reward weightx1
Rare
x3
x3 multiplier on token tax rewards
Score band7589
Reward weightx3
Legendary
x5
x5 multiplier on token tax rewards
Score band90100
Reward weightx5
Synthesis Failed
No mint · iterate and resubmit
Score band049
Reward weight0
13 · Tokenomics
Total supply
10,000 PEPTLAB
Minted once at deployment. No emission schedule, no inflation, no team unlock.
Anti-whale cap
1% per wallet
100 PEPTLAB max wallet floor. The protocol-owned rewards pool, hook, and treasury are exempt.
V4 hook tax
5% on sells
Routed to the rewards pool via a Uniswap V4 afterSwap hook. Buys are untaxed.
Distribution
Pro-rata by multiplier
Compound-style accounting. Your share = (your total multiplier) / (global multiplier sum).
Contract address
0x0000000000000000000000000000000000000000pending mainnet deployment
14 · Designed vs random
Designed simulation
0.002 Ξ
  • Pick your own residues, target and modifications.
  • Composite score reflects your design intuition.
  • Best path to consistent high-multiplier NFTs.
Open Lab Bench
Random discovery
0.004 Ξ
  • Chainlink VRF rolls sequence, target, and modifications.
  • Higher fee, zero design effort — pure exploration.
  • Great for batch generation and statistical sweeps.
Open Peptide Simulation
15 · Frequently asked
Is this financial advice?
No. Peptide Lab is a research and information platform with an aligned token economy. Holding $PEPTLAB exposes you to the volatility of a thinly traded asset. Do your own due diligence; never put in more than you can afford to write to zero.
Are these ‘real’ peptides?
The chemistry kernel is real — molecular weight, pI, GRAVY, hydrophobic moment, instability index, and secondary-structure prediction all reproduce ExPASy ProtParam outputs from primary literature. The AI investigation layer is an interpretive overlay; it never overrides the chemistry. Read the Docs for the full methodology and source citations.
What chain are the contracts on?
Ethereum mainnet. The Uniswap V4 pool, the PEPTLAB token, the rewards distributor, the Discovery NFT and the V4 tax hook are all deployed to L1.
Where do reward distributions come from?
The 5% sell tax on the V4 pool. Every time someone sells $PEPTLAB into ETH, 5% of the outbound side is routed to the rewards distributor. Holders draw from that pool pro-rata by multiplier.
Why do I have to hold $PEPTLAB to mint?
Aligned incentive. The researchers producing IP are also stakeholders in the economy they are bootstrapping. Without this gate the protocol incentivizes drive-by minting that dumps on holders.
Can I lose my NFT or my multiplier?
No. Discovery NFTs are permanent ERC-721s in your wallet. Burning is permitted (it reduces your multiplier accordingly) but never automatic. The rewards pool can be normalized by the owner after three hours of inactivity — this is a maintenance call that re-aligns accounting and does not seize funds.
What happens if my design fails?
The simulation fee is consumed by the AI pipeline and the design is not minted. The same (sequence × target) cannot be re-charged until you alter it — so iterating costs you nothing extra until you change the input.
How is the molecular art generated?
Fully on-chain. Every Discovery NFT’s tokenURI is an SVG rendered by the DiscoveryNFT contract from the sequence and target IDs — no centralized image host, no IPFS pin, no rugpull surface. The preview in the app uses the same deterministic generator the contract uses.
Ready when you are

The bench is open.

Design a peptide, run the AI, mint the discovery. The economy rewards every step.

healthyregion eu-west-1rtt 14 msworkers 4/4 idlequeue 0
build 2026.05.14.a7f3kernel 6.8.0-hep