Zodiacs.org
Cosmic Receipt

A receipt for held signs.

A Cosmic Receipt is a shareable surface for verified Zodiac ownership: held signs, wheel coverage, element mix, modality mix, and current season context.

Held signs

Zodiac shelf

The official signs a public address holds.

Wheel

Coverage

How much of the twelve-sign wheel appears in the shelf.

Composition

Elements and modes

Fire, earth, air, water, and modality patterns.

Season

Current match

Whether the current Zodiac season is held.

import { getIdentityReceiptData } from "@zodiacs/sdk/identity";

const receipt = getIdentityReceiptData(ownership);

console.log(receipt.wheelCoverage);
console.log(receipt.elementComposition);