qTeVerse on Bluesky — Decentralized Marketplaces for the AT Protocol
🦋

qTeVerse Meets Bluesky

The first full-scale decentralized marketplace ecosystem built natively on the AT Protocol. Twelve apps, zero databases, one open network.

Bluesky PDS Native AT Protocol XRPC .NET 10 / MAUI

Why Build on Bluesky?

The AT Protocol isn't just for social networking. Its decentralized identity, user-owned repos, and open XRPC API make it the perfect foundation for a marketplace ecosystem.

AT PROTOCOL FEATURES qTeVerse LEVERAGES 👤 Decentralized Identity Every user has a persistent DID Portable across PDS providers Same identity for all qTeVerse apps 📦 User-Owned Repos Data stored in user's own repo No central database dependency Full export and portability 🌐 XRPC API Standard HTTP/JSON RPC protocol Create/read/update/delete records Blob storage for binary data 📝 Custom Lexicons qTeVerse defines 11 marketplace types com.qte.marketplace.* namespace Extensible by community builders 🔗 Federation Users can choose their PDS host Self-hosting supported No single point of failure 🔒 Private Collections app.qte.* collections are NOT indexed Invisible to Bluesky relay and feed Private marketplace data by default

How qTeVerse Extends the Bluesky Network

qTeVerse doesn't compete with Bluesky — it extends the network beyond social into commerce, education, entertainment, and services.

🦋 Bluesky Social Posts • Follows • Feeds • DMs • Lists app.bsky.* lexicons • 70M+ users Same DID • Same PDS • Same Auth qTeVerse Marketplace Layer com.qte.marketplace.* • app.qte.* lexicons 🛒 Commerce qTeMart • qTeBnB 🎵 Media qTeTunes • qTeVids • qTeLive 🎓 Services qTeVersity • qTePets 🎨 Creative MemeAlot • qTeStocks qTe Encoding Engine • 65→64 byte compression • Symph identity • qTeCoin mining
Network effect multiplier: Every Bluesky user is a potential qTeVerse user with zero onboarding friction. Same handle, same identity, same PDS. They don't need to create anything new — they just install an app and sign in.

What This Means for the Bluesky Ecosystem

📡

Beyond Social

qTeVerse proves the AT Protocol isn't limited to social networking. The same infrastructure that powers posts and follows can power marketplaces, education platforms, streaming services, and more.

🏗

Builder Ecosystem

qTeVerse provides a template and shared library for building AT Protocol applications. Any developer can use the same patterns to create new marketplace categories and contribute to the ecosystem.

🔍

Custom Lexicon Showcase

With 11 marketplace lexicons and 8 storage collections, qTeVerse demonstrates how custom lexicon namespaces enable entirely new application categories on the AT Protocol.

💱

Token Economy Model

qTeCoin introduces a token economy layer to the AT Protocol. Users earn rewards for participation, creating aligned incentives without requiring a separate blockchain or cryptocurrency.

🔒

Privacy-First Architecture

qTeVerse demonstrates that AT Protocol repos can store private application data alongside public social data. Private collections (app.qte.*) coexist peacefully with public Bluesky data.

🧬

Novel Data Science

The qTe encoding engine brings quantum-physics-inspired mathematics to the AT Protocol. The 65-to-64-byte bijective mapping and symph identity system are original contributions to data encoding.

Technical Integration Points

For Bluesky developers and AT Protocol engineers: here's exactly how qTeVerse interfaces with the network.

AT Protocol Endpoints Used

EndpointPurpose
com.atproto.server.createSessionUser login
com.atproto.server.refreshSessionToken refresh
com.atproto.server.deleteSessionLogout
com.atproto.repo.createRecordWrite data
com.atproto.repo.getRecordRead single record
com.atproto.repo.listRecordsPaginated queries
com.atproto.repo.putRecordUpdate records
com.atproto.repo.deleteRecordRemove records
com.atproto.repo.uploadBlobBinary data uploads

Custom Lexicon Namespaces

NamespaceVisibilityRecords
com.qte.marketplace.*Cross-user discovery11 types
app.qte.storage.*Private (not indexed)7 types
app.qte.collectionPublic sharing1 type

Marketplace lexicons are designed for cross-user discoverability. A buyer can query a seller's repo for their com.qte.marketplace.listing records directly. Storage collections are private by design and not indexed by any relay.

🔗 Fully Interoperable

qTeVerse uses zero proprietary network protocols. Every API call is a standard AT Protocol XRPC request. Any AT Protocol client, any PDS provider, any relay — qTeVerse works with all of them. The data format is plain JSON stored as standard AT Protocol records.

Open Data Format

Every qTeVerse record is a standard JSON document with a $type field matching its lexicon NSID. Here's what they look like.

Marketplace Listing Record

{
  "$type": "com.qte.marketplace.listing",
  "title": "Handmade Ceramic Mug",
  "description": "Hand-thrown stoneware...",
  "price": 24.99,
  "currency": "USD",
  "category": "crafts",
  "sellerDid": "did:plc:abc123...",
  "sellerHandle": "potter.bsky.social",
  "imageRefs": ["bafkrei..."],
  "status": "active",
  "createdAt": "2026-04-10T15:30:00Z"
}

Marketplace Profile Record

{
  "$type": "com.qte.marketplace.profile",
  "displayName": "Sarah's Pottery Studio",
  "bio": "Handmade ceramics since 2020",
  "roles": ["seller", "buyer"],
  "location": "Portland, OR",
  "rating": 4.8,
  "totalSales": 142,
  "avatarRef": "bafkrei...",
  "createdAt": "2026-01-15T10:00:00Z"
}
Standard JSON + Standard AT Protocol = Total interoperability. Any tool that can read AT Protocol repos can read qTeVerse data. No proprietary formats. No binary encodings (except for qTe symph data, which is intentionally opaque). The marketplace layer is fully transparent.

Get Involved

Whether you're a Bluesky developer, an AT Protocol builder, or just curious about decentralized marketplaces — there's a place for you in qTeVerse.

👨‍💻

Build an App

Use the qTe shared library and marketplace lexicons to create your own qTeVerse app. Publish it through the qTeVerse app store.

Mine the Symph Space

Run qTeCoin and contribute computing power to the symph encoding network. Earn tokens and coins for your participation.

🤝

Use the Marketplace

Sign in with your Bluesky handle and start buying, selling, creating, and connecting across the qTeVerse ecosystem.

qTeVerse is built by sunsingsoft on the open AT Protocol.

🦋 qTeVerse • Built natively on the qTe Protocol • Bluesky-compatible • Open • Decentralized

Welcome to the Future • qTe.app