# Hyperfy Discord - 2026-01-17

## Overall Discussion Highlights

### Product Releases & Announcements
- Agent12 announced "NEW Proof of OG just dropped" in the general channel
- A new blockchain integration feature was discussed in the share channel, which connects with Phantom wallet and includes NFT badge claiming functionality

### Technical Implementations
- The blockchain integration was implemented using Cursor AI rather than a standard .hype file
- The badge claiming system mints NFTs similar to POAPs (Proof of Attendance Protocol)
- Users need an "op pass NFT" to connect to the "op API" for the badge claiming functionality
- Server-side code handles the badge minting process
- When users claim a badge, it mints an NFT to their wallet and displays a confirmation message in chat

## Key Questions & Answers

**Q: Is that a .hype powering this or something deeper in the code?** (asked by Agent12)  
**A:** It's deeper in the code, created using Cursor AI, which might break on updates. (answered by 𝕽𝖔𝖚𝖘𝖙𝖆𝖓)

**Q: How does badge claim work?** (asked by ash)  
**A:** It mints an NFT to your wallet like a POAP and should display a confirmation in chat. You need an op pass NFT to connect to the op API. (answered by 𝕽𝖔𝖚𝖘𝖙𝖆𝖓)

## Community Help & Collaboration

**Helper:** 𝕽𝖔𝖚𝖘𝖙𝖆𝖓  
**Helpee:** ash  
**Context:** User clicked claim badge but only heard a sound with no visible confirmation  
**Resolution:** 𝕽𝖔𝖚𝖘𝖙𝖆𝖓 explained that the badge should be in their wallet and suggested they might have missed the chat confirmation if on mobile

## Action Items

### Technical
- **Improve badge claim feedback for mobile users**  
  Description: Ensure mobile users can see badge claim confirmations  
  Mentioned By: 𝕽𝖔𝖚𝖘𝖙𝖆𝖓

- **Consider more update-resistant implementation**  
  Description: Current implementation using Cursor AI might break on updates  
  Mentioned By: 𝕽𝖔𝖚𝖘𝖙𝖆𝖓