Andhakara
Andhakara is a collectible card collection on vibe.market, trading as ANKR on Base, with an In Oz We Trust expansion.

Andhakara trades as ANKR on vibe.market, a Base-native platform for collectible card collections. Packs open onchain, card metadata and pack odds are published before purchase, and every pull, trade, and listing settles as a Base transaction anyone can verify. The platform's mechanics, contracts, and developer interfaces are documented at docs.vibechain.com, including the contract interfaces an agent would build against.
The In Oz We Trust expansion connects the collection to the wider Ozmium world, and the cards themselves trade on the open market: the collection is listed on OpenSea as well as on vibe.market itself.
The Cards
Watch It
Pack Economics, Measured
The mechanics are contract reads rather than marketing, so the arithmetic is checkable before you buy anything.
| Input | Where It Comes From |
|---|---|
| Pack Price | getMintPrice(n) on the drop contract |
| Entropy Fee | getEntropyFee(), the randomness cost, added on top |
| Card Value | getTokenSellQuote() against the bonding curve |
| Platform Fee | Roughly 7.5 percent on the round trip, split between creator, referrer, and platform |
Which gives the expected value of opening one pack:
EV = sum( P(rarity) x payout(rarity) ) x (1 - fee) - packCost - entropyFee - gas
The house edge is explicit rather than hidden. A 7.5 percent round trip on a bonding curve is the business model, stated in the open, and a pack is only worth opening when the rarity distribution pays for it. That is measurable, and it is the reason the numbers above are contract calls rather than claims.
Cards come in five tiers, read from getTokenRarity: Common, Uncommon, Rare, Epic, and Legendary.
Both Andhakara contracts are live on Base as minimal-proxy clones, so every figure here can be read straight from the chain:
| Contract | Address |
|---|---|
| Drop | 0x6b86b5fdb2be7aa5680959aba268963876dbb091 |
| Token | 0xf3d04c612643a98ac485458053c0a9fe6b6d6a53 |
The referrer share of that 7.5 percent is why the links on this page carry a referral code. Opening a pack through them costs you nothing extra, and routes the referrer portion of a fee you were paying anyway.
What Makes a Card Collection Onchain
Physical trading cards have an authentication problem that has never really been solved: grading is a service you pay for, and provenance is a story somebody tells you. Onchain, both are properties of the record.
| Property | How It Works |
|---|---|
| Pack Odds | Published before purchase, not discovered after. |
| Provenance | Every mint, pull, and transfer is a Base transaction. |
| Ownership | Held in your own wallet, tradeable without asking anyone. |
| Scarcity | Enforced by the contract rather than by a printer's word. |
Where It Sits
Andhakara is a collection, not a financial product, and holding a card entitles you to nothing beyond the card. Read Terms And Risk before buying anything onchain, here or anywhere else.




