Zodiac shelf
The official signs a public address holds.
A Cosmic Receipt is a shareable surface for verified Zodiac ownership: held signs, wheel coverage, element mix, modality mix, and current season context.
The official signs a public address holds.
How much of the twelve-sign wheel appears in the shelf.
Fire, earth, air, water, and modality patterns.
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);