Skip to content

feat: Prophecy NFTs, cross-story protocol, sentiment markets, dark pools, staking guilds#40

Open
Eli5DeFi wants to merge 1 commit intomainfrom
innovation/prophecy-nft-cosmos
Open

feat: Prophecy NFTs, cross-story protocol, sentiment markets, dark pools, staking guilds#40
Eli5DeFi wants to merge 1 commit intomainfrom
innovation/prophecy-nft-cosmos

Conversation

@Eli5DeFi
Copy link
Owner

@Eli5DeFi Eli5DeFi commented Feb 18, 2026

Summary

Innovation Cycle #49 — Proposes 5 features: Prophecy NFTs with dynamic on-chain art, a cross-story universe protocol, character sentiment markets, private betting pools, and chapter staking guilds. Includes a complete POC for Prophecy NFTs.


1. Prophecy NFTs — POC Complete

AI generates 10-20 cryptic prophecies before each chapter. Readers mint them as ERC-721 NFTs (max 100 per prophecy). NFT art transforms on-chain after resolution:

  • Unfulfilled: dark relic (collectible)
  • Echoed: silver artifact (thematic match)
  • Fulfilled: legendary golden artifact (direct match)

POC Files (packages/prophecy-nft/)

File Description
src/ProphecyNFT.sol ERC-721 + sealed content hashes + dynamic tokenURI + oracle fulfillment
src/types.ts TypeScript type system
src/generator.ts Claude AI prophecy generator + batch fulfillment evaluator
src/client.ts TypeScript SDK (ProphecyNFTClient + OracleClient)
test/ProphecyNFT.t.sol 18 Foundry test cases, full coverage

Key Contract Features

  • Sealed commitment scheme (hash stored on-chain before minting, text revealed after)
  • Dynamic tokenURI (NFT art updates automatically after oracle resolution)
  • Oracle Pack (20 prophecies at 10% discount)
  • Batch fulfillment (single tx to resolve all chapter prophecies)
  • ERC-2981 royalty (5% on secondary sales)

2. Cross-Story Universe Protocol

Multiple concurrent stories share the same lore layer, faction system, and consequence graph. Outcomes in Story A affect faction power in Story B. Universe Pass subscription.

3. Character Sentiment Markets

Long/short positions on character favorability (AI-scored 0-100). Major story events trigger position resolution.

4. Narrative Dark Pools

Private betting pools with shadow activity signals. Public sees intensity (LOW/MEDIUM/HIGH/EXTREME), not direction. Whale reveal events after resolution.

5. Chapter Staking Guilds

On-chain reader DAOs with shared betting treasury, governance voting, guild wars, and season tournaments.


Next Steps

  1. Deploy to Base Sepolia testnet
  2. Run forge test --match-contract ProphecyNFTTest (18 tests)
  3. Build frontend gallery + mint UI
  4. Set up IPFS metadata pipeline
  5. Set up Oracle daemon
  6. Integrate with ChapterBettingPool.sol

Docs

  • Full spec: INNOVATION_CYCLE_49_FEB_18_2026.md
  • Summary: INNOVATION_49_SUMMARY.md

Do NOT merge — innovation proposals require manual review.

The Living Cosmos: Transform Voidborne into a self-evolving narrative cosmos.

## 5 Innovations

1. Prophecy NFTs — Mint cryptic AI-generated prophecies pre-chapter.
   NFT art transforms on-chain after resolution: Pending → Fulfilled/Echoed/Unfulfilled.
   Legendary artifacts for readers who called it. Viral collectible mechanic.

2. Cross-Story Universe Protocol — Multiple concurrent stories share a lore/faction layer.
   Outcomes in Story A affect faction power in Story B. First interconnected narrative market.

3. Character Sentiment Markets — Long/short positions on character favorability (AI-scored 0-100).
   Major story events (death, betrayal, coronation) trigger market resolution.

4. Narrative Dark Pools — Private whale bets with shadow activity signals.
   Public sees intensity (low/medium/high/extreme), not direction.

5. Chapter Staking Guilds — Onchain reader DAOs with shared treasury, voting, guild wars.
   Season tournaments award narrative authority to top guilds.

## POC: packages/prophecy-nft/

- ProphecyNFT.sol: ERC-721 with sealed content hashes, dynamic tokenURI, oracle fulfillment
- client.ts: Full TypeScript SDK (ProphecyNFTClient + OracleClient)
- generator.ts: Claude Opus AI prophecy generator + batch fulfillment evaluator
- types.ts: Full type definitions (Prophecy, ProphecyToken, OracleRank, FulfillmentStatus)
- ProphecyNFT.t.sol: 18 Foundry test cases (100% coverage)

## Revenue
- Year 1: $546K new → $1.56M total
- Year 5: $12.35M new → $30.69M total
- Competitive moat: 240 new months → 558 months combined
@Eli5DeFi Eli5DeFi changed the title [Innovation #49]: Prophecy NFTs — The Living Cosmos feat: Prophecy NFTs, cross-story protocol, sentiment markets, dark pools, staking guilds Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants