Hello, I have been meaning to respond to this for a while, but putting it off with various other things going on. Was also talking with others in the Qortal community and wanted everyone to get a chance to give their feedback.
To answer some of your questions, I will make a slight comparison with Idena. There are foundational similarities despite being very different platforms, and it’s something that others involved with the Passport may be familiar with. I have also seen some planning for Humanode integration with the Passport. I’m not sure what data would be checked there, but they seem to have similar goals too. Differences would be Humanode using biometrics, while Qortal is more of a trust network like BrightID, being used to allow mining/minting, like Idena without the captcha system.
Understanding Qortal’s Consensus Mechanism:
In layman’s terms, how does Qortal’s consensus mechanism ensure that each account is unique and prevents mass account creation?
Trying to avoid PoW in order to allow anyone to participate without specialized hardware, has proven to be a challenge and as the project grows, there have been compromises made with that goal. Minting uses MemPoW (memory hard proof of work) which prevents someone from running a large number of minting accounts on one machine. This still requires some computer resources while allowing people to use lower powered devices to run a node. There is no identifying information or KYC linked to a minting account, so there is not a guarantee they are unique. The method of sharing minting keys within the community, from existing members to new ones, is a limiting factor on new account creation. No one can just ask for 100 minting keys to start a farm. The community would likely not support that, in addition to the fact that people can only create a few keys at a time. The block consensus is weighted towards higher level accounts to some degree, which means even if someone had 100 minting accounts, they would not be able to influence the network too strongly.
Could you briefly explain the role of “key distance” and “minter level” in the timestamping of a minted block in Qortal?
As each new block has a random hash, that is compared with the public minting key of any potential minters (both converted to numerical values). This allows whoever comes closest to the random hash to be weighted towards a successful block. Minter level is also factored in, with a higher level reducing that “distance” value. Whichever block candidate has the best value would be the next block to be confirmed on the chain. As for how that affects the timestamp directly, from what I understand, when the value is higher, it’s less trusted and requires longer period of time to be allowed. That’s actually a bit beyond my technical understanding. Looking at the code, it’s not clear to me, but I will see if I can get a better answer from the devs.
Qortal’s Leveling System:
How does Qortal’s leveling system encourage users to participate and stay committed over the long term?
As with most mining systems, people are rewarded for their contributions to maintain and secure the network by running a node. The term “decentralized proof of stake” has been used for Qortal’s system in the past, though it’s more like staking time than coins. In a sense, minting is “autopooled” so that everyone who is online gets a share, regardless of who actually signs the block. Higher level accounts get a larger share, so there is incentive to support the network long term to earn more rewards.
What are the main benefits a user receives as they progress through Qortal’s levels?
Aside from minting QORT rewards, the number of blocks minted (which corresponds to the levels) can be used for weighting any on-chain community decisions. There is a polling system (similar to Idena oracles) which allows anyone to create a poll and take votes. It’s flexible like the Passport because whoever counts the vote can decide to use any metric they like. For example, excluding Level 0 accounts so that people cannot spam the votes. The development team is committed to using this system for feedback on major platform changes, which means people will have more influence on the direction of Qortal as they increase levels.
Integration with Gitcoin Passport:
How do you envision the integration of Qortal’s leveling system with the scoring mechanism of Gitcoin Passport?
I think it would make sense to award a number of points on the Passport, based on someone’s minter level. Perhaps one point for levels 1-2, another for 3-4, and another for 5 and above. There could be other indicators of natural human activity aside from levels as well, for example points for registering a name, making trades or other transactions, or publishing content to the network.
Given our aim to maintain a low-dimensional model for Gitcoin Passport, how would Qortal’s multi-level system be accommodated?
If I understand what is meant by “low dimensional” it seems that this integration would align with that goal. If minter level is what earns the Passport stamp, then the only metric being measured for that would be the amount of blocks minted, which just is dependent on running a node for longer time.
User Engagement and Growth:
Could you share the current number of active minters on Qortal and a breakdown across the different levels?
It’s not easy to determine exactly how many minting accounts are enabled and being used regularly, without some analysis of the chain over time, but it’s possible to check the current info. Right now I am seeing about 7000 minting accounts, with the following distribution: Level 1: 1000, Level 2: 2000, Level 3: 1000, Level 4: 1500, Level 5: 1000, Level 6: 300, Level 7: 50.
This information can also be found using the following API call:
https://api.qortal.org/addresses/online/levels
What has been the growth trend of new minters joining Qortal in recent times?
This is also hard for me to estimate accurately, but we have had steady growth over time, with more new people joining after new feature releases, or interviews with other communities. Generally we have a wave of new accounts, with some getting more involved than others, and some staying longer term while some lose interest over time. The platform is under constant development, and we’re always looking to collaborate with other projects, so I expect to see more growth in the future as well.
Use Cases and Applications:
Are there specific platforms or applications currently leveraging Qortal’s leveling system for identity verification or other functionalities?
Could you provide an example of a successful use case of Qortal’s leveling system outside of the Qortal platform itself?
At this time there is no external platform or 3rd party services that integrate with Qortal to make use of the minter levels in that way. I have not yet personally found anything beyond the Passport where that seems appropriate, but I am open to exploring that further.
Future Plans and Development:
Are there upcoming features or modifications to Qortal’s leveling system that we should be aware of?
It’s worth noting that Qortal cannot perfectly prevent sybil behaviour, though I think it does a good job of working towards that goal. However, there have been patterns of activity which indicate some users creating multiple minting keys for themselves, against the intent of the system. This caused the dev team to make a difficult decision to algorithmically apply a “blocks minted penalty” to any flagged accounts. This was not without some controversy and much discussion in the community, but in the end it was supported as being good for the network. If necessary, this could be applied again in the future, and that possibility may also deter that type of behaviour in first place. Any other changes being considered so far, would be to increase decentralization, like giving the Founder accounts less influence.
How do you perceive the potential collaboration with Gitcoin Passport benefiting the broader Qortal community?
I think it will give people recognition for supporting a decentralized network, as well as bring more awareness and growth to the project from those outside the existing community. It will also be an opportunity for them to learn more about other Web3 projects, and potentially be motivated to donate to ones they want to support. I would also hope that more collaboration will inspire developers to help build, for example to create a wrapped QORT on an EVM chain, which would allow more activity across different networks.
Technical Aspects:
From a technical perspective, how would the integration process unfold? Are there challenges or prerequisites we should consider?
I would expect it to work similar to other blockchain based stamps, where the person would be required to sign a message in the Qortal network, to prove they control the address to be linked, then the info for this address could be checked using the API through a public node. The main technical challege I see is how best to sign that tx in a way that’s straightforward and simple for the end-users. I am sure that it can be done, and should not be too complicated, but I have not spent much time on the technical side of that yet.
Given Qortal’s emphasis on minters being consistently online and synced, how would this factor be represented in the Gitcoin Passport score?
It is not imperative that a minter stays online. They simply won’t increase their blocks minted while they are not active. The minter’s progress is always available in the blockchain data, so there should be no issue with this for the Passport score.
I would also like to respond to another post I found that details some of the criteria for new stamp providers. (I cannot find the original post link to refer to at the moment.)
-
Strong human (vs sybil) signal
While not a perfect system, I think that Qortal does a good job to prevent mass account farming, without requiring any KYC. As that is one of the goals of the project, I expect that it can also be adjusted and improved as the network grows, and we have more chain activity to review and consider.
-
Free (or very cheap)
There is no cost to run a Qortal node, aside from the usual electricity and bandwidth costs associated with any type of internet activities.
-
Ensuring that a user can quickly get set up and verified is important to the overall Passport and partner platform’s success.
While it’s intended that people have invested time to prove themselves to the community, the developers have worked to make the software as simple as possible, with install wizards that guide you through set up. There is also a good amount of resources available online, and strong community support for those with technical issues.
-
Strong partnership
Having another project with similar goals would be beneficial to Qortal. Any outside analysis or suggestion for improvement is always welcomed and taken seriously. While I cannot speak for everyone, I think most in Qortal would be interested to work together, and implement changes when appropriate.
-
Sizable user base
There are estimated to be several thousand accounts, with hundreds of people who are actively using the platform for chat, trading, or sharing and browsing information, and a smaller group who are trying to build apps or move their content to Qortal. Similar to any project, there are less people who are more active, but overall there is a strong sense of community and shared ideals.
Hopefully I was able to answer your questions well, but I am glad to elaborate or find more info if there is anything I missed. I look forward to hearing everyone’s thoughts, concerns, criticisms, etc. Thank you very much for your patience and time, and I hope we can find a way to strengthen both communities with this potential collaboration.