Simplify Community appreciation

Tier Up!
Reward Loyalty!

Build Bonds!

Tier Up!
Reward Loyalty!

Build Bonds!

Tier Up!
Reward Loyalty!

Build Bonds!

Tier Up!
Reward Loyalty!

Build Bonds!

Tier Up!
Reward Loyalty!

Build Bonds!

Strengthen the bond with your community through our on-chain tier system. This solution offers a seamless way to foster loyalty and appreciation based on asset holdings, enhancing your community-building strategy with deep insights.

Strengthen the bond with your community through our on-chain tier system. This solution offers a seamless way to foster loyalty and appreciation based on asset holdings, enhancing your community-building strategy with deep insights.

Strengthen the bond with your community through our on-chain tier system. This solution offers a seamless way to foster loyalty and appreciation based on asset holdings, enhancing your community-building strategy with deep insights.

Strengthen the bond with your community through our on-chain tier system. This solution offers a seamless way to foster loyalty and appreciation based on asset holdings, enhancing your community-building strategy with deep insights.

Strengthen the bond with your community through our on-chain tier system. This solution offers a seamless way to foster loyalty and appreciation based on asset holdings, enhancing your community-building strategy with deep insights.

On-chain, secure and Reliable

On-chain, secure and Reliable

Key Features
for Your Tier System

Unlock the Power of Our Tier System: Key Features Designed to Enhance Your Web3 Experience

Supporting All Major Token Standards

Explore the Range of Supported Token Standards for Seamless Tier System integration

Seamless Integration with dApps

Easily interact with decentralized applications (dApps)

Infinite Tier Levels

With infinite tier levels, you can tailor to your needs.

On Chain Tier System

Easily interact with decentralized applications (dApps)

Advanced Analytics

Our Analytics module offers detailed performance metrics, tailored for precise business insights.

Advanced API endpoints

Our API enables easy data integration into your system, enhancing functionality.

Safely Use Your Assets from Your Cold Wallet

With our permissionless wallet delegation method, you can securely utilize your assets across tier systems.

Safely Use Your Assets from Your Cold Wallet

With our permissionless wallet delegation method, you can securely utilize your assets across tier systems.

Supporting All Mayor Token Standards

Explore the Range of Supported Token Standards for Seamless Tier System integration

Safely Use Your Assets from Your Cold Wallet

With our permissionless wallet delegation method, you can securely utilize your assets across tier systems.

Seamless Integration with dApps

Easily interact with decentralized applications (dApps)

Safely Use Your Assets from Your Cold Wallet

With our permissionless wallet delegation method, you can securely utilize your assets across tier systems.

Safely Use Your Assets from Your Cold Wallet

With our permissionless wallet delegation method, you can securely utilize your assets across tier systems.

Advanced API endpoints

Our API enables easy data integration into your system, enhancing functionality.

Infinite Tier Levels

Embrace peace of mind with advanced security features

Infinite Tier Levels

With infinite tier levels, you can tailor to your needs.

Advanced Analytics

Embrace peace of mind with advanced security features

Advanced Analytics

Our Analytics module offers detailed performance metrics, tailored for precise business insights.

Pricing

Pricing Plan

Passionate individuals working together to bring innovation to life

Free Tier System

FREE


Limited Tier Levels

Limited Token Integration

Basic API access

Get Started

Paid Tier System

$99

Infintie Tier levels

Unlimited Token Integration

Contract Ownership

API access

Analytics

Pre Order

Custom Tier System

Custom

Custom Token Integration

Personalyzed Analytics

Custom Tier Level Set Up

Custom Contract Development

Custom API Endpoint Request

Pricing

Pricing Plan

Passionate individuals working together to bring innovation to life

Free Tier System

FREE


Infinte Tier Levels

Limited Tier Levels

Unlimited Token Integration

Limited Token Integration

API access

Basic API access

14 days trial period

Paid Tier System

$99

Infintie Tier levels

Unlimited Token Integration

Contract Ownership

API access

Basic Analytics

Custom Tier System

Custom

Custom Token Integration

Personalyzed Analytics

Custom Tier Level Set Up

Custom Contract Development

Custom API Endpoint Request

Meet the Team

Our Dedicated Team

Passionate individuals working together to bring innovation to life

Gabor Retfalvi

CEO & Co-Founder

Attila Fekecs

COO & Co-Founder

Knowix.eth

CPO & Co-Founder

Attila Kiraly

CTO & Co-Founder

//SPDX-License-Identifier: Apache-2.0
pragma solidity 0.8.23;

import {IBalanceOf} from "./interface/IBalanceOf.sol";
import {ITierSystem} from "./interface/ITierSystem.sol";

contract TierSystem is ITierSystem {

    string private _name;
    address private _owner;
    address public factory;

    IBalanceOf[] private _tokens;

    uint256 private _tierCount;
    mapping (uint => uint[]) private _tierConfig;
    
    event TiersUpdated(address[] tokens_, uint[][] tierConfig_);
    event OwnerUpdated(address indexed previousOwner, address indexed newOwner);
    
    constructor()
    {
        _name = "MASTER TIERSYSTEM IMPLEMENTATION";
        _owner = msg.sender;
    }

    function init(
        string memory name_,
        uint[][] memory tierConfig_,
        address[] memory tokens_,
        address owner_ 
    ) public {
        // TODO: check if factory is the caller
        _name = name_;
        _setTiers(tokens_, tierConfig_);
        _owner = owner_;
        factory = msg.sender;
    }

    function updateTiers(address[] memory tokens_, uint[][] memory tierConfig_) public {
        require(msg.sender == _owner, "TS: Caller is not the owner");
        _setTiers(tokens_, tierConfig_);
    }
//SPDX-License-Identifier: Apache-2.0
pragma solidity 0.8.23;

import {IBalanceOf} from "./interface/IBalanceOf.sol";
import {ITierSystem} from "./interface/ITierSystem.sol";

contract TierSystem is ITierSystem {

    string private _name;
    address private _owner;
    address public factory;

    IBalanceOf[] private _tokens;

    uint256 private _tierCount;
    mapping (uint => uint[]) private _tierConfig;
    
    event TiersUpdated(address[] tokens_, uint[][] tierConfig_);
    event OwnerUpdated(address indexed previousOwner, address indexed newOwner);
    
    constructor()
    {
        _name = "MASTER TIERSYSTEM IMPLEMENTATION";
        _owner = msg.sender;
    }

    function init(
        string memory name_,
        uint[][] memory tierConfig_,
        address[] memory tokens_,
        address owner_ 
    ) public {
        // TODO: check if factory is the caller
        _name = name_;
        _setTiers(tokens_, tierConfig_);
        _owner = owner_;
        factory = msg.sender;
    }

    function updateTiers(address[] memory tokens_, uint[][] memory tierConfig_) public {
        require(msg.sender == _owner, "TS: Caller is not the owner");
        _setTiers(tokens_, tierConfig_);
    }

On-Chain

Full ownership
of your
On-Chain
Tier system

Full ownership
of your
On-Chain
Tier system

Take full control of your tier system with our on-chain solution, designed to give you exclusive ownership and the power to tailor every aspect of your digital tier system. Own the process from start to finish, customizing tier levels, integrating tokens, and analyzing your holders to make the best decisions, perfectly aligning with your vision

Take full control of your tier system with our on-chain solution, designed to give you exclusive ownership and the power to tailor every aspect of your digital tier system. Own the process from start to finish, customizing tier levels, integrating tokens, and analyzing your holders to make the best decisions, perfectly aligning with your vision

Upcoming Developments

Upcoming Developments

Passionate individuals working together to bring innovation to life

Tier System V1
Upcoming Developments

Infintie Tier levels

Unlimited Token Integration

Contract Ownership

API access

Basic Analytics

Tier System V2
Upcoming Developments

Detailed Analytics

Cold & Hot wallet Link

Other Smart contract integrations

Request Feature

Tier System Analytics
Upcoming Developments

Partner's Request

Analytics Requests

Advanced Analytics

Web App

Request Feature

Get Answers to Your Questions

Frequently Asked Questions

Frequently Asked Questions

Why to use the Tier System?

What's the Pricing?

How to delegate my wallet?

Is is safe to connect my wallet to your site?

How can we implement the Tier System into my project?

Why to use the Tier System?

What's the Pricing?

How to delegate my wallet?

Is is safe to connect my wallet to your site?

How can we implement the Tier System into my project?

Subscribe to
Our Newsletter

Stay Informed, Stay Ahead of the Curve with Our Exclusive Newsletter

Stay Informed, Stay Ahead of the Curve with Our Exclusive Newsletter

Useful links

Useful links

Find us on:

© by Next Earth

Useful links

Useful links

Find us on:

© by Next Earth

Useful links

Useful links

Find us on:

© by Next Earth