User Story: ArtCoin - Art Circulation and Discovery

Scenario: Artist Sharing Artwork Through Venues Using Nondominium

Context: An independent artist wants to circulate their paintings through a network of venues (cafes, restaurants, offices) to gain exposure and generate rental income, using the Artcoin platform built on Nondominium infrastructure. This scenario primarily demonstrates Nondominium's resource sharing capabilities, with optional extension for a more comprehensive cultural network economics.

See also artcoin_main_doc.md and Nondominium_Artcoin.md.


🏗️ System Architecture Context

Resource Sharing Focus (Nondominium Sweet Spot)

graph TB
    subgraph "Nondominium - Perfect Match for Art Circulation"
        Person[Person Zome - Artist/Venue Profiles]
        Resource[Resource Zome - Artwork Registry]
        Governance[Governance Zome - Display Rules]
        PPR[PPR Reputation System]
    end

    subgraph "Art Network Capabilities"
        Discovery[Artwork Discovery]
        Access[Venue Access Control]
        Transactions[Rental/Sales Transactions]
        Reputation[Artist/Venue Reputation]
    end

    Person --> Discovery
    Resource --> Access
    Governance --> Transactions
    PPR --> Reputation

Why Nondominium Excels for Art Networks:

  • Perfect fit for bilateral resource sharing (artwork ↔ venue)
  • PPR system captures artistic and custodial reputation effectively
  • Economic events handle rental and sales transactions cleanly
  • Governance rules protect artwork and ensure proper care

Optional Enhancement (Cultural Economics Analysis)

graph TB
    subgraph "TrueCommon - Cultural Network Analytics"
        REA[Cultural Economics Analysis]
        Impact[Social Impact Measurement]
        Accounting[Cultural Value Accounting]
        Planning[Network Growth Planning]
    end

    subgraph "Enhanced Capabilities Optional"
        ArtistDevelopment[Artist Career Tracking]
        CulturalMetrics[Community Impact Analysis]
        ValueCreation[Creative Value Measurement]
        NetworkOptimization[Venue Network Optimization]
    end

Enhancement:

  • Cultural value beyond simple rental income
  • Social impact measurement of public art access
  • Artist career development analytics
  • Community cultural enrichment metrics

🎨 The Players

Maya Rodriguez - Independent Visual Artist

  • Role: Accountable Agent (Creator & Resource Owner)
  • Goal: Circulate artwork to gain public recognition and generate sustainable income
  • Reputation: Emerging artist with growing local following, strong craftsmanship record

Jean-Pierre Dubois - Café Owner

  • Role: Primary Accountable Agent (Custodian)
  • Goal: Enhance café ambiance with rotating art while supporting local artists
  • Reputation: Established venue owner with excellent art care track record

The Artwork

  • Piece: "Urban Rhythms" - Oil on Canvas, 36" x 48"
  • Current Location: Maya's Studio, Montreal
  • Governance Rules: 70% artist commission on sales, $40/month rental fee, smoke-free display required

🔄 Art Circulation Journey

Phase 1: Artwork Creation & Onboarding (Week 1)

sequenceDiagram
    participant Maya as Maya Rodriguez
    participant Artcoin as Artcoin Platform
    participant ND as Nondominium
    participant Res as Resource Zome
    participant Gov as Governance Zome

    Maya->>Artcoin: Register as artist
    Artcoin->>ND: create_person_with_role(Artist)
    ND->>Res: Create artist profile

    Maya->>Artcoin: Submit artwork details
    Maya->>ND: create_resource_specification(Oil Painting)
    ND->>Res: Store art specification template

    Maya->>ND: create_economic_resource("Urban Rhythms")
    ND->>Res: Register artwork with embedded governance
    ND->>Gov: Link governance rules to artwork

Artwork Onboarding Process:

  1. Artist Registration: Maya creates her artist profile with portfolio and credentials
  2. Resource Specification: Defines artwork type (Oil on Canvas 2025 collection)
  3. Artwork Registration: Registers "Urban Rhythms" with:
  • Physical specifications (size, medium, weight)
  • High-resolution images and provenance
  • Governance rules: 70/30 split, $40/month rental, insurance requirements
  • Care instructions and display preferences

Phase 2: Venue Discovery & Matching (Week 2)

sequenceDiagram
    participant JeanPierre as Jean-Pierre Dubois
    participant Artcoin as Artcoin Platform
    participant ND as Nondominium
    participant PPR as PPR System
    participant Gov as Governance Zome

    JeanPierre->>Artcoin: Browse available artworks
    Artcoin->>ND: get_all_economic_resources()
    ND->>Res: Query available artworks
    Res-->>ND: Return artwork catalog with governance rules
    ND-->>Artcoin: Display curated selection

    JeanPierre->>Artcoin: View "Urban Rhythms" details
    Artcoin->>ND: get_governance_rule_profile(artwork_hash)
    ND->>Gov: Return governance rules and requirements

    JeanPierre->>ND: derive_reputation_summary(Maya)
    ND->>PPR: Calculate Maya's artist reputation
    PPR-->>ND: Return artist profile (3 PPRs, 4.8/5 quality)

    JeanPierre->>Artcoin: Submit display commitment
    Artcoin->>ND: propose_commitment(AccessForUse)
    ND->>Gov: Create venue display agreement

Venue Discovery Process:

  1. Artwork Browsing: Jean-Pierre searches Artcoin platform for café-appropriate artwork
  2. Artist Review: Evaluates Maya's portfolio and reputation:
  • 3 previous successful venue displays
  • 4.8/5 artwork quality rating
  • Positive venue feedback comments
  1. Governance Review: Analyzes display terms:
  • $40/month rental fee ✅
  • 70% artist commission on sales ✅
  • Smoke-free environment requirement ✅
  • Quarterly rotation option
  1. Display Commitment: Jean-Pierre submits AccessForUse commitment for 3-month initial period

Phase 3: Validation & Trust Building (Week 3)

sequenceDiagram
    participant Maya as Maya Rodriguez
    participant JeanPierre as Jean-Pierre Dubois
    participant Artcoin as Artcoin Platform
    participant ND as Nondominium
    participant PPR as PPR System

    ND->>Maya: Notify of venue interest
    Maya->>Artcoin: Review Jean-Pierre's venue profile
    Artcoin->>ND: derive_reputation_summary(JeanPierre)
    ND->>PPR: Calculate venue reputation
    PPR-->>ND: Return venue data (8 PPRs, 4.9/5 art care)

    Maya->>ND: validate_venue_for_display()
    ND->>Gov: Create validation receipt
    Gov-->>Artcoin: Display commitment approved

    JeanPierre->>ND: validate_specialized_role(VenueOperator)
    ND->>Gov: Issue venue operator validation
    Gov->>PPR: record_validation_activity()

Mutual Validation Process:

  1. Venue Vetting: Maya reviews Jean-Pierre's café reputation:
  • 8 previous art displays completed
  • 4.9/5 artwork care rating
  • No damage incidents in 2 years
  • Active art promotion on social media
  1. Insurance Verification: Jean-Pierre provides liability insurance certificate
  2. Display Agreement: Both parties sign smart contract with automated revenue sharing
  3. Trust Confirmation: PPR system records mutual validation for future partnerships

Phase 4: Artwork Preparation & Transport (Week 4)

stateDiagram-v2
    [*] --> InStudio: "Urban Rhythms" created
    InStudio --> ReservedForDisplay: Display commitment approved
    ReservedForDisplay --> PreparedForTransport: Maya prepares artwork
    PreparedForTransport --> InTransit: Transporter initiated
    InTransit --> InstalledAtVenue: Delivery completed

    note right of ReservedForDisplay
        Artwork status: Available → Reserved
        Display agreement activated
        Insurance verification complete
    end note

    note right of PreparedForTransport
        Maya signs artwork certificate
        Transport logistics arranged
        Installation instructions prepared
    end note

Transport & Installation:

  1. Artwork Preparation: Maya prepares "Urban Rhythms" for transport:
  • Professional packaging and framing
  • Certificate of authenticity signed
  • Installation and care instructions
  1. Transport Coordination: Verified transport agent arranges delivery
  2. Custody Transfer: Maya transfers custody to transport agent (CustodyTransfer PPR)
  3. Venue Installation: Transport agent delivers and installs artwork at café
  4. Acceptance Confirmation: Jean-Pierre accepts custody (CustodyAcceptance PPR)

Phase 5: Public Display & Engagement (Months 1-3)

graph LR
    subgraph "Display Process"
        A[Artwork Installed] --> B[Public Discovery]
        B --> C[Engagement Tracking]
        C --> D[Rental Revenue]
        D --> E[Monthly PPRs]
    end

    subgraph "Engagement Metrics"
        F[QR Code Scans]
        G[Social Media Shares]
        H[Viewer Comments]
        I[Sales Inquiries]
    end

    C --> F
    C --> G
    C --> H
    C --> I

Public Display Experience:

  1. Physical Installation: "Urban Rhythms" prominently displayed in café seating area
  2. Digital Integration: QR code links to artwork's Nondominium profile showing:
  • Artist biography and artistic statement
  • Previous display history and public engagement
  • Purchase inquiries and rental information
  • Authenticity verification and provenance
  1. Engagement Tracking: Platform monitors:
  • Daily viewer interactions via QR code scans
  • Social media mentions and shares
  • Sales inquiries and appreciation requests
  • Public comments and ratings
  1. Monthly Revenue: Automated payment processing with 70/30 revenue split

Phase 6: Extended Discovery & Sales Opportunity (Month 2)

sequenceDiagram
    participant Patron as Art Patron
    participant JeanPierre as Jean-Pierre Dubois
    participant Artcoin as Artcoin Platform
    participant ND as Nondominium
    participant Maya as Maya Rodriguez

    Patron->>JeanPierre: Inquire about "Urban Rhythms"
    JeanPierre->>Artcoin: Scan QR code for artwork details
    Artcoin->>ND: get_artwork_profile()
    ND-->>Artcoin: Display artwork with price: $2,800

    Patron->>Artcoin: Submit purchase intent
    Artcoin->>ND: initiate_transfer_process()
    ND->>Maya: Notify of purchase interest
    Maya->>ND: approve_sale_conditions()

    Patron->>ND: Complete purchase transaction
    ND->>Gov: Execute revenue sharing (70% Maya, 20% JeanPierre, 10% platform)
    Gov->>PPR: issue_participation_receipts()

Sales Process Integration:

  1. Patron Discovery: Art enthusiast discovers artwork during café visit
  2. Authenticity Verification: QR code provides blockchain-verified provenance
  3. Direct Purchase: Smart contract facilitates immediate purchase with automatic revenue distribution
  4. Transfer Coordination: Arrangements made for artwork collection or delivery
  5. Success Celebration: All parties receive PPRs for successful transaction

📊 Network Effects & Artist Growth

Artist Reputation Development

graph LR
    subgraph "Before Artcoin Integration"
        Maya_Before["Maya: Emerging Artist<br/>3 PPRs - 4.8/5 rating<br/>Local recognition only"]
    end

    subgraph "Artcoin Network Effects"
        Phase1[Venue Display]
        Phase2[Public Engagement]
        Phase3[Sales Success]
        Phase4[Network Expansion]

        Phase1 --> Phase2
        Phase2 --> Phase3
        Phase3 --> Phase4
    end

    subgraph "After 3 Months"
        Maya_After["Maya: Established Artist<br/>8 PPRs - 4.9/5 rating<br/>Multiple venue offers<br/>+$1,960 revenue"]
    end

    Maya_Before --> Phase1
    Phase4 --> Maya_After

Maya's PPR Growth:

  • +1 UseService (venue display)
  • +1 ServiceValidation (artwork quality)
  • +1 CommitmentFulfillment (display period)
  • +1 SalesTransaction (artwork sale)
  • +2 VenueCollaboration (positive feedback)
  • Reputation Impact: 4.8 → 4.9 overall rating

Venue Benefits Expansion

mindmap
  root((Café Art Integration))
    Business Benefits
      Customer Experience
        Enhanced ambiance
        Increased dwell time
        Social media buzz
      Marketing Advantage
        Cultural destination status
        Art community engagement
        Local media coverage
    Financial Benefits
      Direct Revenue
        Rental fee sharing
        Sales commissions
        Event hosting opportunities
      Indirect Benefits
        Increased foot traffic
        Customer loyalty
        Premium positioning
    Community Impact
      Artist Support
        Emerging artist platform
        Cultural contribution
        Creative ecosystem building
      Cultural Enrichment
        Public art access
        Arts education
        Community beautification

🌐 Platform Integration Architecture

Artcoin Platform Integration

graph TB
    subgraph "Artcoin Web Platform"
        Gallery[Virtual Gallery]
        Discovery[Art Discovery]
        Booking[Venue Booking]
        Analytics[Engagement Analytics]
    end

    subgraph "Nondominium Art Network"
        Person[Person Zome - Artist Profiles]
        Resource[Resource Zome - Artworks]
        Governance[Governance Zome - Smart Contracts]
    end

    subgraph "Art Ecosystem Integration"
        Social[Social Media Integration]
        Payment[Payment Processing]
        Logistics[Transport & Installation]
        CRM[Customer Relationship Mgmt]
    end

    Gallery --> Resource
    Discovery --> Person
    Booking --> Governance
    Analytics --> Resource

    Person -.-> |Artist Authentication| Social
    Governance -.-> |Revenue Sharing| Payment
    Resource -.-> |Artwork Logistics| Logistics
    Analytics -.-> |Patron Data| CRM

Artist-Centric Features

Creative Empowerment Tools:

  • Portfolio Management: Comprehensive artwork catalog with exhibition history
  • Revenue Analytics: Real-time tracking of rental income and sales performance
  • Audience Insights: Data on artwork engagement across different venue types and locations
  • Network Discovery: Connection with complementary venues and art communities

Smart Contract Capabilities:

  • Dynamic Pricing: Automated pricing adjustments based on artist reputation and demand
  • Royalty Enforcement: Droit de suite compliance for secondary sales
  • Multi-Venue Management: Simultaneous display across multiple venues
  • Flexibility Options: Easy modification of governance rules for different artwork collections

💡 Artistic Innovation Benefits

Creative Independence & Sustainability

  • Direct Artist Income: Elimination of gallery commissions and intermediaries
  • Artistic Control: Artists retain ownership and creative direction
  • Sustainable Career: Ongoing passive income through rental rather than one-time sales
  • Audience Building: Direct connection with art enthusiasts and collectors

Cultural Democratization

mindmap
  root((Artcoin Cultural Impact))
    Public Access
      Everyday Art Exposure
        Art in daily environments
        No gallery intimidation
        Spontaneous discovery
      Economic Accessibility
        Rental options for enjoyment
        Fractional ownership possibilities
        Support for emerging collectors
    Artist Empowerment
      Creative Freedom
        Direct patron connection
        Community-based validation
        Experimental art support
      Economic Justice
        Fair revenue sharing
        Transparent pricing
        Royalty protection
    Community Building
      Local Art Ecosystems
        Venue-artist partnerships
        Cultural district development
        Cross-disciplinary collaboration
      Social Cohesion
        Shared cultural experiences
        Community identity
        Intergenerational connection

Technology-Enhanced Art Experience

  • Provenance Tracking: Complete artwork history with blockchain verification
  • Interactive Engagement: QR codes enabling deeper artist and artwork stories
  • Community Curation: Decentralized validation of artistic quality and relevance
  • Global Reach: Local physical display with global digital discovery

🎯 Strategic Outcomes

Immediate Artist Benefits

  • Revenue Generation: $1,960 total ($120 rental + $1,840 sale commission)
  • Exposure Expansion: Artwork viewed by ~2,000 café visitors over 2 months
  • Network Growth: Invitations from 4 other venues for future displays
  • Reputation Building: Enhanced artist profile with verifiable success metrics

Long-Term Career Development

  • Sustainable Practice: Ongoing rental income providing financial stability
  • Direct Patron Relationships: Building collector base without gallery intermediation
  • Artistic Freedom: Ability to experiment with new styles and mediums
  • Community Recognition: Established as contributor to local cultural ecosystem

Platform Evolution

  • Artist Success Stories: Growing database of artist career development case studies
  • Venue Network Expansion: Increasing number of quality venues seeking art partnerships
  • Collector Community: Developing base of art enthusiasts engaged with platform
  • Cultural Impact Metrics: Quantifiable data on art accessibility and community enrichment

🔮 Future Possibilities

Extended Art Forms Integration

  • Digital Art: NFTs with physical display components
  • Performance Art: Bookable performances in venue spaces
  • Interactive Installations: Technology-enhanced artwork experiences
  • Multi-Sensory Art: Integration with venue's ambiance and customer experience

Advanced Economic Models

  • Artist Cooperatives: Collective ownership and management of shared studio spaces
  • Patronage Systems: Community-supported artist funding models
  • Cultural Investment: Artwork as appreciating community assets
  • Cross-Disciplinary Collaboration: Joint projects between artists, musicians, and performers

This user story demonstrates how Nondominium enables artists to transform their relationship with the art market, creating sustainable careers through direct community engagement while maintaining creative independence and building verifiable reputations in a decentralized cultural ecosystem.


Artwork "Urban Rhythms" successfully sold to a private collector after 2 months of café display. Maya now has 3 other artworks displayed across different venues and is earning consistent monthly rental income while building her artistic reputation.