Announcing – Where’s the Cheese?

Where's the Cheese?

This is your opportunity to support project growth on the Theta Blockchain!

I am offering up NFTs to the community that can be redeemed for my time helping you launch NFT projects using the Selene Network.

Because it takes time to build and grow, the raffle will span the calendar year of 2025.

Key points

  • NFTs are about $10 worth of coin.
  • After the first raffle, tickets will be sold in ETH, BNB and POL.
  • This NFT pays Agents 65% commission for sales and 15% for IT support.
  • The prizes are outlined in the whitepaper, maybe $15k worth.
  • It’s all about growing the Selene Network.

There is time to get involved, for growing the network means getting Partner Agents registered so they can capture the commissions and installing the core software so multiple website can participate.

The prizes will be distributed throughout the year, thus buying in early gives you more chances to win (1 raffle, multiple draws, etc).

More importantly, it gives Partner Agents time to find the network and get signed up. And, as prizes are claimed and get dropped onchain, the Agents will have more to talk about.

Support this Project

This is a new way to sell NFTs using blockchain for settlement while empowering content creators to be able to manage how they compensate their fanbase or loyal influencers.

Install Metamask, connect to this website (or any partner website) and see the process in action.

Also note that the Selene Network core code is tokengated on holding a soul bound Participant NFT. The code will help you acquire that NFT.

Where is this NFT mintable?

Anywhere there is a server running the Selene Network software. Right now, there are two locations (I’ll edit this page as more installs request it).

Where you mint matters!

If you mint from me, my Partner Agent and website will collect the commissions. If you mint from an affiliated site, they get the IT commission and present their Partner Agent Id in order to collect commissions. If you mint presenting a Partner Agent id on the URL, that Partner Agent will receive the commissions.

Here are some examples

To mint from me using Tfuel:

https://AmorStyle.com/dsn/?contract=0x9aff5efe24084fb7788472193afe734be775e4e4

To mint from an affiliate using Tfuel:

https://ThetaPollinator.org/dsn/?contract=0x9aff5efe24084fb7788472193afe734be775e4e4

To use your own agent id, you have to build the URL:

https://Affiliate.website]/dsn/?contract=0x9aff5efe24084fb7788472193afe734be775e4e4&agent=The_Agent_Id

To mint using ETH, BNB or POL:

Click the home button in this advertisement block at the top of the page.

If you want to mint from an affiliate site (like Theta Pollinator), follow the link above.

Projects in Raffle

The following three projects are what is being offered for the raffle.

Note that the home icon takes you to the location where the project can be minted, the “WP” icon links to the project whitepaper and the copy icon captures the home URL for switching browsers (if you’re on mobile, you need to use the mobile Metamask browser).

Simple NFT Project
Custom NFT Project
Simple Paywith NFT Project

Disclaimer

As with launching any new project, there may be issues that need to be fixed. Hopefully, all the issues will be relatively small, thus fixable. If there is a critical issue, I have the ability to terminate the minting so that a reasonable solution can be found a presented in order to complete the process of enabling growth.

Tokengating Audio Files with a DAT

In this project, I wanted to show the end-to-end implementation of using the Selene Network software and a compatible smart contract to tokengate audio files from my server. This sample is fully documented in the zip file download which is, like all other Selene Network examples, free.

Download drmaudiov1.zip from https://amorstyle.com/download.

Interact with the demo: https://amorstyle.com/dsn/?contract=0x44a8e5648334a6685c8425676d7c074e19c9a37f

If you choose to use this software to generate a similar user experience, you’ll need a couple things.

Hosting

All Selene Network projects require that you host the project on your own server. It’s not a WordPress install, but actual file hosting through your hosting service.

Metamask

You and the clients using this code will need Metamask in order to launch the smart contract to the blockchain and to interact with it once it’s there.

Content that you own

You’ll also need something that is valuable enough to make someone want to buy it from you.

The Basic Idea

The idea is, if the visitor buys the DAT, it can be used to unlock the content.

The way this demo does that is the creator places the valuable files on their server in a folder that only they can read. They then create an ‘nfts’ directory where they place the project folder. At this point, you edit the project JSON files (just text) and come up with your own image and then upload it to your server. You use a Selene Network install to validate that it sees your project file correctly.

Then, you launch the already built smart contract to the blockchain using ThetaScan.io. In the process of doing that, you configure it to point to your server and your project.

At this point, you’ll have your own smart contract on chain that you can reference like the link above “?contract=Your_contract_address”.

Now, because this demo contract references my demo content, you’ll need to make sure that you edit the JSON file that describes the content so that it downloads the appropriate files from the correct location on your server. And, the details of all this is contained within the documentation that is included in the ZIP file.

Summary

As with any Selene Network compatible smart contract, you can incentivize sales agents and other installs to feature your product. If they make a sale, their commission is automatically credited to them within the smart contract.

More Info

Even though I’ve made this code – simple – for a developer, most people still see it as if I’m writing Martian or something else completely foreign. Thus, tag me on social media and ask if I can help you get this done.

This project is similar to my custom NFT project, which is linked to here:

https://amorstyle.com/dsn/?contract=0x15433398Fd20b5c88D1A15a24675891c96174155

I’m also giving away some of these projects in my “Where’s the Cheese?” raffle. Pick up a raffle ticket and support this work.

https://amorstyle.com/dsn/?contract=0x9aff5efe24084fb7788472193afe734be775e4e4

Proof of Origin Records

Since the Selene Network empowers content creators to token gate content, it seems appropriate to build in functionality that can be used to help manage the copyright process.

Thus, you can now find Proof of Origins functionality built into the Selene Network core code. This code allows content creators the ability to use the immutable nature of blockchain to timestamp content that can be used to show proof of origin for digital content.

The process is built around the hash functionality that all blockchains use to prove the ledger has not been altered.

Imagine an illustrator sketches a new cartoon character on a napkin in a restaurant. The creator then takes the item home and scans it into an image file. The illustrator then hashes the file and creates a record JSON file that references this initial image. Using the illustrator’s own Proof of Origin contract, the hash of this original file is stored on chain in a specific block.

In this case, the illustrator has a timestamp of the creation without actually releasing the creation to the public.

As you can see, the illustrator created a record that this creation happened at a particular moment in time. But it doesn’t show that the content being produced doesn’t infringe upon someone else’s copyright – like drawing a picture of micky mouse and trying to claim that as your own.

Produce original content

Yet, if you’re producing original content and you want to record a timestamp that supports your claim to the creation process, this contract could be of help to you.

Launch your own contract

The code to perform this work is available to download from my website.

https://AmorStyle.com/download/recordsv1.zip

The ZIP file contains documentation with regards to how to launch and use the contract. The Selene Network core code supports this type of contract natively so it’s easy to use. If you’d like an introduction to the process, click the video image above and hear what I have to say about it.

Here is an example showing how this code is displayed.

https://amorstyle.com/dsn/?contract=0xf65e29018c3c2407e63a4ac0fc970d1a07fbd95d


Launching a Compatible Membership Smart Contract

Hit another Selene Network milestone today. I’ve published a Selene Network compatible membership smart contract sample with documentation that anyone can use on the Theta blockchain.

As with the Simple Sample (documented in a previous article), the idea is, you download a ZIP file which is a working example of a simple membership project and put it to work for you. The Selene Network core code supports this membership functionality directly.

If you want to modify the contract to fit your special needs, there is included documentation explaining how you can test it before deploying.

Ultimately, this sample makes things simple.

The documentation explaining how to do this is included in the ZIP file itself.

I’ve launched a version of this contract and it can be viewed using the Selene Network software with the following URL:

https://amorstyle.com/dsn/?contract=0x98039a0bc1125c93542a6f6572287a23a2e38b49

If you want to download this example, that can be done by clicking on ‘sc_simpv2m.zip’ on the download page:

https://amorstyle.com/download

As with all downloads, please verify the code is unaltered using the SHA1 hash.

Launching a Compatible Smart Contract

Hit another Selene Network milestone today. I’ve published documentation sample code and the built-in documentation that allows anyone to launch their own Selene Network compatible smart contract.

The idea is, you download a ZIP file which is a working example of a simple project and then you modify it to fit your needs.

If you have no coding experience, you don’t need to modify anything but you just use the ABI and bytecode that is already provided.

It’s really that simple.

The documentation explaining how to do this is included in the ZIP file itself.

I’ve launched a version of this contract and it can be viewed using the Selene Network software with the following URL:

https://amorstyle.com/dsn/?contract=0x5995ca40adc2621a7a931ff353dc9fcc88070a3f

If you want to download this example, that can be done by clicking on ‘sc_simpv2.zip’ on the download page:

https://amorstyle.com/download

As with all downloads, please verify the code is unaltered using the SHA1 hash.

Video Documenting the Selene Network

After building the ‘reel’ functionality into the Selene Network, I decided to leverage that infrastructure to build in references to videos that talk about different elements of the software.

Basically, by describing the pieces, I’m hoping to be able to convey the overall idea.

A link to the playlist can be found within the Selene Network code itself. Visit a Selene Network install and click the ‘cap’ in the upper right hand corner.

If there are elements of the Selene Network that still don’t make sense to you, please let me know.

The Wallet Educational Series

Wallet Education Module

I’ve built another project using Selene Network functionality. This time, it’s a tokengated video series to teach people how to use crypto wallets in a secure fashion. It’s effectively a collection of videos that are uploaded to the Theta EdgeCloud which uses Theta DRM to unlock access.

I would encourage anyone (and everyone) to get one of these Digital Access Tokens (DAT) to not only learn about how wallets work, but more importantly, learn how the Selene Network works. Click the home icon and visit the project’s mint page.

To go with this DAT project, I modified the core Selene Network code to introduce the idea of a video reel. The project creator authors a JSON file that describes the videos (kinda modeled after other video service providers) so that there are clickable thumbnails to the videos. Here is a link that unravels this projects reel, link.

The information about the reel is referenced in the core Metadata that describes the project. Thus, a visitor to the project can see that there is a video reel associated with the project and they can view it.

It’s another demo!

Yet you will most likely learn something about wallets and crypto if you get this DAT and watch the series.

Behind the scenes

This project demonstrates a simple PayWith type Selene Network project. This is effectively the type of project that you could develop if you purchased the “Simple Paywtih NFT Project” package. The key difference between this package and the “Simple NF Project” is the ability to pay using ETH, POL, BNB or Tfuel.

Another thing that is unique to this project is that the JSON data that describes the video reel is editable by the project creator. This means that a project like this could be used to tokengate regularly generated content. The creator would simply upload the video to the Theta EdgeCloud and then edit the JSON data that is used by the project. Once changed, the project will show the new video and use the same smart contract to DRM the content.

Keep in mind that I’m raffling off projects all year through the “Where’s the Cheese?” project. If you get a raffle ticket, you might just win one of these projects.

One last thing

With regards to the video reel functionality, the Selene Network code allows for linking to either YouTube or Theta EdgeCloud videos. The idea here is that the video that is linked in to YouTube is the video that introduces the viewer to the product that is tokengated. This allows the project creator the ability to explain what the product is – in video form – for the customer.

The Concept of the Selene Network

To get a better idea of what the Selene Network is, it is worth understanding what it was modeled after, so you can draw comparisons to things you already understand.

The model

The Selene Network is modeled after a modern-day department store. Think of it as a store with multiple entrances, a bunch of specialty departments and products. Those departments have sales representatives and managers. On the shelf are the products of all different types.

When buying a product, you can take it to any register in the store. If a sales agent served you, the casher will usually ask who that was so they can be credited for the sale.

The products are created outside the store by the product creators. Each product has it’s own reason for existing and appeals to different types of customers. Some products are hard to sell, others easy – thus different profit margins.

Yet all of this comes together to form a store.

The logical components

The Selene Network simulates this functionality in a virtual way so anyone can shop for any product that is listed and shop on websites that specialize in particular content.

Think of the Selene Network core code (which is a free download which is installed on websites) as the place where you enter the store. The store looks like and functions the way you’re expecting across multiple websites.

Also think of the different websites as being specialty areas in the store. They will display the items that they are most interested in. The website chooses what to show you, or better yet, what they are selling. These websites also act like salesmen in that they show/teach you about the products.

In the store, any product can be purchased at any register(website) and the sales representative is credited for the sale. This functionality is partly hidden in that you modify the URL to contain the agent id and/or add the contract that you’re interested in. But, the money is handled at the blockchain level, thus any website interacts on the till in the same way – following the same rules.

The Players

You don’t need a store unless you have a product.

The product is a Selene Network compatible NFT smart contract. This can be a Theta Video API token gated NFT, a DRM Anything NFT, a custom designed NFT or whatever. Anyone can create content and launch it to the blockchain. When they do, the high-level code will be able to interface with it. Effectively, the NFT is the product for the virtual store and the act of launching it on-chain makes it available in the store.

The person that creates a product is the content creator. The wallet associated with the content creator is considered the owner of the project and the one that holds the property rights to the creation. It is the titled person. It is the person that brings value to market.

Because every product is different, the content creator defines what they offer, chooses a price and assigns the appropriate sales commissions.

It’s hard to sell a product if there are no sales people.

The registered agents in the network act as the sales people. For digital products like this, it makes sense that they are people that have a voice and/or following. It would be expected that they would have social media followings on different platforms – or a sales technique that get them in front of customers.

Because the act of minting requires an agent id, the code is designed to support sales agents with URLs that include the link. The idea is, the agent might be a YouTube social media influencer that has agent id 4242. If they talk about an item, they would simply add “agent=4242” to the link that they build to the product. When the customer mints, the agent is credited with the sale.

The managers of the sales agents

It makes sense to have people that are good at organizing sales teams as the owner of an Agent NFT. Partner agents (sales people) get registered to the Agent NFT.

With this being said, the Agent NFT holder (Founding Agent) is the one responsible for building out their sales team. Because they get a cut of the sales through their registered agents, it makes sense for the Agent NFT holder to register the best salesmen that they can. The goal would be to optimize the cashflow through their registered agents.

Being an Agent NFT holder is like being the manager of a sales team. It’s up to you to help your team shine.

The end result

The process of using the Selene Network more closely resembles shopping in a store than trading in a marketplace. Once you really focus on how a store operates, you’ll see similarities in the design.

The key difference is that the money trades between the customer and the product creator and in the process, the sales people are rewarded. There is no central repository for holding money nor is there anyone that can block you from interacting with the product NFT.

How the Selene Network uses the Participant NFT

If you’ve visited the Selene Network install on this website (hint) this link:

https://amorstyle.com/dsn

The first thing you’ll notice is that you’ve got to connect Metamask for the code to actually work. The core code uses the functionality of Metamask to let the user interact with blockchains. Specifically, the Theta Mainnet, so hook up that blockchain network.

So, once you connect, the next thing you’ll see is a prompt to buy a Participant NFT. The UI looks kinda cheesy, but it’s the text in the blue section that you’ll want to understand. Because this is new technology, I’ve built in a little guidance to help stir you in the right direction.

Yet, what’s being presented to you is that you have to buy a Participant NFT in order to unlock the Selene Network core code.

The logical response would be, do I have to buy something before I can see it in action? In other words, was this written by Nancy Palosi? … Thank God, no.

The code in action

Just below the blue information section you’ll get to see the code in action. The section, which looks like the image here, is a demonstration of the code. It’s already interfaced with the Participant NFT on the blockchain and shown you information about it.

The top section (title trough total NFTs), which contains the NFT image is the project description section. Every Selene Network compatible NFT provides this basic info. This is the key part that allow the core code to interface with the smart contract.

Just below that is the minting section. The core code fetches the current price of tfuel so that it can show you 50 cents worth of tfuel. That’s the cost of unlocking this project for the visitor. When you click the mint button, the code launches Metamask to request payment.

If you choose to put a Participant NFT in the account that you linked to this website (might want to call it your Selene Network account), every time you visit any Selene Network compatible server, it will detect that you already own this NFT and unlock the code.

You can say that the Selene Network is tokengated on a Participant NFT.

Why is it designed this way?

Not only does the high-level code perform a Participant NFT check, but all Selene Network compatible smart contract NFT projects do too. Key functionality within the project NFTs check to make sure that you are from the Selene Network. If you don’t hold this NFT in the wallet that is interacting with the Selene Network compatible project, it will reject the key function requests.

The second reason is that this is one of the ways that the Selene Network designer gets paid. It’s not a lot, but if enough people use the network, it will add up.

Is there anything else the Participant NFT is used for?

Yes. Another key aspect in the design of the Selene Network is that in order to incentivize sales people to get involved, there needs to be some limits on how many agents can sign up. The network wants the right sales people, not just anyone.

So, inside the minting of the Agent NFTs, which are used to sign up sales agents, the minting code has a check that makes the mint relative to the number of Participants using the network. As the number of Participants grow, the numbers will allow for new Agent NFTs to be minted.

Summary

So, when you’re presented with the prompt to buy a Participant NFT, I’m saying thank you right now for that purchase. The code you’re using to mint that NFT is the Selene Network core code and it will deliver the key that allows you to be a participant in the Selene Network – which is software that anyone can run on this server.

Why are my NFT projects demos?

Today, Google’s AI is a little smarter than normal.

“A “demo project” in software development is a small, functional version of a software application designed to showcase its key features and functionality to potential users or stakeholders, essentially acting as a “preview” to demonstrate the concept and potential of the full product before significant development investment is made.”

Each demo on my website proves out a little functionality that an NFT could have while allowing me to build out the protocols and framework, which all need to work together in order to show something useful that is worthy of developing further – and, of course, using.

During this time, I’ve also built out tools to help make developing for this project more efficient. As I move into the next phase of this project (empower the propagation of NFT projects) I’m sure I will continue to add features to these tools and make parts free for download.

What do the demos show?

It is possible to have common high-level code that can live on multiple servers which can all work together as a unified sales network to empower commission-based NFT sales and these NFT can be custom designed by creators – all at a very low cost.

The decentralized design displayed in these demos, combined together with the ability to claim commissions in a leap forward for the NFT industry. Having decentralized access to a blockchain removes a significant point of failure for centralized NFT marketplaces. Being able to use the blockchain to distribute sales commission also means that you’re empowering the ‘right’ sales people to drive sales for the appropriate project.

Removing some centralized points of failure makes the system more robust and removes locations where ‘someone else’ could lock you away from claiming your property. These demos show that agents can get to their funds in any project without having to ask for permission. If one server is shut down, just install the code on another.

How do you use a demo?

All my demos are built using the same framework. The demos are an NFT project hosted on a server that gets launched in the blockchain. Because they are Selene Network compatible, the high-level code can extract useful information about the project out of the NFT which is reflected to the human that wants to interact with the NFT.

Most all my code is a zip file download. If the file is not already on my server, you just need to ask for it. The code is PHP and JavaScript and I try to make it easy with regards to showing where the changes need to happen – if you want to customize it.

You need help?

If you need help, message me on twitter(x) or connect with me in discord.

Download the Selene Network

https://amorstyle.com/dsn/dsn_latest.zip