Marketplace

3space is a primary marketplace to discover and collect digital art. Ownership can be claimed by buying the representative NFTs with cryptocurrencies or fiat. The NFTs will be compatible on secondary marketplaces such as Opensea.

The marketplace also offers digital frames manufactured by different brands. Purchases can be made using Ethereum and Klaytn. With Bluecanvas digital frames, the option to insert NFTs at factory settings will be available.

Interface

Sections

The marketplace is divided into three sections: Features, Featured Artwork and Drops. Each section contains information related to new & upcoming artists, events organized by 3space and 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

Digital art NFTs in the marketplace are categorized by offer type, price range, file types, and date minted.

'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 a NFT

Payments

Cryptocurrencies

Collectors can claim NFTs by signing up and entering their wallet address at account settings, or use third-party wallets that support chrome extension to connect and swap KLAY or ETH with NFTs. Purchasing digital frames requires sign-up to enter shipping address, but payment method and process will be identical since each device will have its own 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, YearCreated, Edition, Description

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