Marketplace (Drops)

3space is a primary marketplace for discovering and collecting digital art. Ownership can be claimed by buying representative NFTs with cryptocurrencies or fiat. The NFTs will be compatible with secondary marketplaces such as Opensea.

Drops also offer digital frames manufactured by different brands. Purchases can be made using Ethereum, Klaytn, and Korean Won. Bluecanvas digital frames will allow the option to insert NFTs at factory settings.

Interface

Sections

The marketplace is divided into Features, Featured Artwork, and Drops. Each section contains information about new and upcoming artists, events organized by 3space, and the latest industry news and updates.

'Featured artist' introduces new & upcoming artists and the story behind their creations. Written interviews share personal thoughts and experiences, which may help audiences understand more about the artist and the artwork.

'Events' include exhibitions, events, and collaborations prepared by the 3space team.

A separate 'Feature' page will post the latest news and updates in the industry.

Functions

Search and Filter

Offer type, price range, file types, and date minted categorize digital art NFTs in the marketplace.

'Offer type' defines whether it is a generative art, a single edition, or multiple copies

'Price range' will allow collectors to find art according to their budget

'File types' define how the art was created and stored - it can be a still image or photography, a GIF, 3D, or a moving image in video format

'Date minted' refers to when the artwork was converted to an NFT

Payments

Cryptocurrencies

Collectors can claim NFTs by signing up and entering their wallet address in account settings, or they can use third-party wallets that support Chrome extensions to connect and swap BTC, KLAY, ETH, and Polygon with NFTs. Purchasing digital frames requires signing up to enter the shipping address, but the payment method and process will be identical since each device will have its NFTs to support on-chain transactions.

Fiat

For fiat payments, 3space will adopt web-based third-party payment gateways, as illustrated below.

NFT Metadata

NFTs listed in the marketplace will contain the following attributes in Metadata JSON files: Artist name, Dimensions, Year Created, Edition, and Description.

An example of JSON file stored on IPFS can be found below:

{
    "name": "뢈멍 Campfire",
    "description": "제 μž‘ν’ˆ \'뢈멍\'μ—μ„œλŠ” ꡳ이 λ‹€λ₯Έ 행동을 ν•˜μ§€ μ•Šμ•„λ„ μ˜¨μ „νžˆ κ·ΈλŒ€λ‘œμ˜ λͺ¨μŠ΅λ§ŒμœΌλ‘œ 빛이 λ‚˜λŠ” μš”μ†Œλ“€μ„ 넣어보렀고 ν–ˆμŠ΅λ‹ˆλ‹€. 뢈멍의 메인 였브젝트인 \'λͺ¨λ‹₯뢈\', κ·Έ λͺ¨λ‹₯λΆˆμ„ λ°”λΌλ³΄λŠ” μΊλ¦­ν„°μ˜ \'λΉ›λ‚˜λŠ” 눈\', 'λ°€ν•˜λŠ˜μ— λ– μžˆλŠ” \'별\', μΊ ν•‘νŠΈλ ˆμΌλŸ¬λ₯Ό μž₯μ‹ν•œ \'κΌ¬λ§ˆμ „κ΅¬\' 등이 κ·Έ μš”μ†Œλ“€μ΄ λ˜μ—ˆμŠ΅λ‹ˆλ‹€. μ €λŠ” 이런 μš”μ†Œλ“€μ΄ λ‹€λ₯Έ 무언가λ₯Ό ν•˜μ§€μ•Šμ•„λ„, κ·ΈλŒ€λ‘œ μžˆμ–΄λ„ λΉ›λ‚˜λŠ” \'우리\'λ₯Ό νˆ¬μ˜ν•˜μ—¬ 보여쀀닀고 μƒκ°ν•©λ‹ˆλ‹€. κ·Έλ ‡κ²Œ μž‘μ€ \'μš°λ¦¬λ“€\'이 λͺ¨μ—¬μ„œ ν•˜λ‚˜μ˜ 예쁜 μž‘ν’ˆμ„ λ§Œλ“€μ–΄ λ‚˜κ°„λ‹€λŠ” 것이 제 μž‘ν’ˆμ˜ μ»¨μ…‰μ΄μž μ˜λ„μž…λ‹ˆλ‹€.",
    "image":"ipfs://QmW5TJVM5BofvPg88y4RLz5VYthQtayqKzkXkzY7bYVkb3?filename=campfire_bao.mp4",
    "attributes" : [
        {
          "trait_type": "Artist",
          "value": "BAO"
        },
        {
          "trait_type": "Technique",
          "value": "motion graphics"
        }, 
        {
          "trait_type": "Type",
          "value": "digital original"
        },
        {
          "trait_type": "Inspiration",
          "value": "light"
        },
        {
          "trait_type": "Astro",
          "value": "3SPACE ART"
        },
        {
          "trait_type": "Edition",
          "value": "1/1"
        },
        {
          "trait_type": "Dimension",
          "value": "1920X1080"
        },
        {
          "trait_type": "Rarity",
          "value": "High"
        },
        {
          "trait_type": "YearCreated",
          "value": "2021"
        } 
    ]
}

Last updated