Grant Proposal - TrustSwap TokenLocks, Liquidity Locks and Hourly Vesting Dashboard.

Please find below our Grant Proposal for your consideration.

1. Funding Tier

  • Funding Tier: 2
  • Funding Amount: 50K USD value.
    .

2 Project Overview:

Name: TrustSwap
Founded: July 2020
Token: $SWAP
Team size: 47 employees

TrustSwap’s ecosystem offers smart contact services and innovative solutions for decentralized finance (DeFi) and assists the crypto community and projects to transact with integrity and accountability.

We solve problems in the DeFi space connected to trust, transparency, bad actors, rug pulls, exit scams, smart contract vulnerabilities, extensive development times & costs, token generation, launchpad raises and more.

We achieve this by building foundational layers for multiple L1 chains through services like: Team & Liquidity token Locks, Audited Customizable Token Generator, Launchpad & Incubator platform, Farming-as-a-Service, Vesting-as-a-Service, automated distribution protocols, and Swappable NFT service.

TrustSwap recently acquired a top 3 multi-chain crypto portfolio/tracker & news app: 'TheCryptoApp’ with 172 million ad impressions (last quarter), +2m downloads.

TrustSwap is a proud sponsor of the Eden Reforestation project. To date, through our donations we have helped plant over 120k trees and generated 1,214 paid working days for the local communities.
.

3 How will this project be integrated into Conflux?

We propose to implement the Conflux chain into the following suite of services:

  • 3a Team Token Locks.
  • 3b Liquidity Token Locks. (Pending technical analysis)
  • 3c Hourly Claim Vesting Dashboard.

3a Conflux Team Token Locks & Liquidity Token Locks

Description: A transparent, secure, and decentralized smart contract vault for custom time-released vesting of liquidity tokens and team tokens.
The locking period and amount is customizable. TrustSwap cannot take custody of tokens, and does not have access to them. They are only accessible by the projects and can only be withdrawn after the locking period has been passed.
Supported Chains: Ethereum, BSC, Avalanche, Algorand.
Status: ETH, BSC and Avalanche are on Mainnet. Algorand on Testnet.
Goal: Service to assist de-risking DeFi by eliminating common bad actor vectors such as rug pulls and exit scams. All token locks by Conflux projects will be transparent through our public vesting dashboard which will increase investor and community confidence.
Market Note: TrustSwap is market leader in Token and Liquidity locks with over 1.5 billion USD in locked value and is trusted by 9k+ projects.
Tech Note: Team Token locks can be done. The feasibility of Liquidity Token locks is pending on the availability of a live Conflux DEX that matches our minimum compatibility standards or technical evaluation for an adapted implementation.

3b Hourly Claim Vesting Dashboard - Launchpad partners

Description: Conflux projects in our Launchpad or Incubator program will receive, for free, their own customizable hourly token vesting contract in our audited smart contract platform. The project decides the public/private raise vesting end date, and from vesting start the token recipients can claim their tokens on an hourly basis through the TrustSwap Claim dashboard.
Supported Chains: Ethereum, BSC, Avalanche and Algorand.
Status: ETH, BSC and Avalanche are on Mainnet. Algorand on Testnet.
Goal: Service to prevent expected mass tokens dumps during scheduled release days by Private and/or Public raise participants. Instead, the contract will continuously release small amounts of tokens into an hourly claiming dashboard. This way vested tokens holders will each define their strategy when and with how many intervals they will start claiming their partial tokens. Creating a more balanced and spread division of token releases and reduces sell pressure and volatility.

3c Why is your team interested in creating this project?

TrustSwap strives to assist all projects, investors and communities in de-risking DeFi. As a multichain service provider we are interested in Conflux being a next generation blockchain that shares the same values regarding security, transparency, and stability.

The ecosystem Conflux is building is very promising and tools such as Token & Liquidity Locks and Hourly Vesting will help upcoming Conflux projects get off to a great start. TrustSwap already has a request from a high quality project that wants to launch on Conflux
Trust and Transparency are essential within DeFi and these decentralized tools ensure a great base to instill confidence. TrustSwap looks forward to seeing Conflux projects take advantage of these tools so that together we can build a transparent and safer DeFi future.
.

4 Project Details

4a Team token and Liquidity Locks
This is already heavily used by over 9000 Ethereum, BSC, and Avalanche projects.
Audited by Chainsulting.
The transparent dashboard and Lock platform can be found here: https://team.finance/

Team Token Lock Flow:

  • Go to the Team.finance page powered by TrustSwap
  • Connect wallet
  • Select desired chain: Conflux
  • Select type of lock: Project Tokens
  • Define token amount and lock period.
  • Approve transaction
  • Lock tokens (tokens get transferred to the Smart Contract Vault)
  • View finalized token lock in the private “My Locks” section and/or the public “Explore” page.
  • Additional Features: “Transfer Lock”, “Withdraw” and “Extend Lock”.

Screenshots:


Locks: Transparent Public Dashboard displaying all active locks
.
.
.

Locks: Select on which chain you will create the lock. Conflux will be added there.
.
.
.
lock%20type
Locks: Select which type of lock you want to set and follow the next steps to activate the lock. This example is from BSC, a custom Conflux help text will be displayed here.

Team Locks Development:

  • Installation of the ConfluxSDK to communicate with the Conflux Blockchain and the Conflux Portal (wallet).
  • Deploy the audited smart contract for Conflux blockchain locks and access the methods from the Conflux Portal wallet.
  • Enable the project to connect their Conflux Portal wallet. In the wallet selection screen, the Conflux wallet will be listed as compatible wallet.
  • Once the wallet can connect, show the balance in CFX and the Wallet Address in the top right corner as well as the option to view the latest transactions linked to the Conflux Scan.
  • Implement ability to search and select the existing Conflux tokens by wallet address.
  • Ability to read token balance.
  • Interface to define token amount to be locked and the unlock date.
  • Conflux Portal wallet to confirm the transaction/lock.
  • Enable the [LOCK] button.
  • Transfer tokens to the non custodial vault. Enable Lock.
  • Display finished token lock information in user interface under “My Locks”.
  • Add the functionalities: “Extend locks”, “Transfer locks” and “Withdraw”.
  • Condition: The buttons to transfer, extend the lock and withdraw will only be enabled after the Lock period.
  • Add Lock visibility to the public ‘Explore’ page.

Tech approach:
For the other chains we used WEB3.js support that allowed to access the Ethereum, BSC and AVAX chains together with integration of Metamask, Coinbase Wallet, Fortmatic and Portis wallets. For supporting Conflux network we will add the js-conflux-sdk that allows us to access and interact with the Conflux network as well as integration with the Conflux Portal wallet. We added this in the Frontend and Backend. We will support Conflux Mainnet and Testnet over the rpcs:

mainnet: https://main.confluxrpc.com
testnet: https://test.confluxrpc.com

To compile and deploy the LockToken smart contract we will use the Conflux-Truffle tool.
In order to get information about transactions we use the ConfluxScan:

mainnet: https://www.confluxscan.io/
testnet: https://testnet.confluxscan.io/

The Team Token Locks will be available on both testnet and mainnet.

Liquidity Locks will follow a similar process, but first a feasibility study has to be performed to evaluate the minimum compatibility components to build upon the existing locks framework.

4b Hourly Vesting Distribution DashBoard

Project flow:

  • The Launchpad project provides a file with vesting schedule details including the vesting period and recipients’ token amounts and wallet addresses.
  • After our validation they send the total token amount to the audited Smart Contract.
  • TrustSwap will do the rest! Full guidance is available with personal support.

Allocation Recipient flow:

  • Allocation recipient connects the Conflux wallet to the TrustSwap claim dashboard.
  • If an allocation was granted, the Conflux launchpad project name will appear in the screen, showing: Total token allocation, Remaining time to next claim, Amount currently available to claim, and Total tokens claimed so far.
  • Based on their personal strategy, by pressing the [CLAIM] button, the tokens collected until that moment will be sent to their wallet. There are no extra fees/costs for the recipient, only the actual gas fees.
  • It’s of course not mandatory to claim each hour, and claims do not expire, the recipient can group as many previous claims together as desired.

Screenshot of Claim Dashboard:


Example of 2 launchpad projects available to be claimed by this wallet owner in the dashboard.

High level Background:
Smart Contract, backend and front end interface to completely decentralize the process of distributing the vested tokens to the users. For the projects it’s a simple batch upload of all the participants details along with sending the total token amount to the audited Smart Contract. Once that is done, the distribution is initiated by TrustSwap and claims can be triggered by the end users whenever they want. The Conflux contract creator does not have to worry about anything else. TrustSwap team will make sure that for each Launchpad partner the integration in the front end is performed and users can flex-claim their tokens over an extended period of time.

4c How can the project benefit Conflux Network’s ecosystem?

Locks: See GOAL in item 3A.
Vesting: See GOAL in item 3B.
General: See item 3C.
Additional: With TokenLocks, Liquidity Locks and Hourly Vesting available we are all set to also welcome Conflux projects to our successful Launchpad and Incubator program. For more details about this program, please check out item 12.
.
.
5. Team
TrustSwap consists of 47 team members. Below we will highlight the management members.

Jeff Kirdeikis - Founder/CEO
Jeff is an advisor to multiple successful blockchain companies and is the founder of Uptrennd blockchain project which was acquired in 2021. At its peak, Uptrennd was the most visited blockchain-based social media platform in the world based on time on site and pages visited.
He is also the founder of one of the largest cryptocurrency communities in the world with over 1.5 Million people.
Within only 12 months, Jeff and the TrustSwap team became a top-tier DeFi project with 1.5B TLV, a market leader in token locks, and one of the top launchpads providers.
https://twitter.com/JeffKirdeikis
https://www.linkedin.com/in/jeffkirdeikis

Adam Barlam - Co-founder
Adam is the lead developer and founder behind the projects Bravocoin, a platform that allows users to earn crypto for writing reviews and Rebuzz, a decentralized social network. Currently he is also CEO at ChainGames, an evolution in Web 3.0 blockchain gaming that combines smart contract based contests with state of the art gameplay. He has previously worked as a Sr. Architect at GoDaddy and Intel.
https://www.linkedin.com/in/adambarlam/

Ivan Anastassov - COO
Ivan has over 7 years of startup experience in the FinTech, SaaS and Blockchain space. His Blockchain career started in one of the top IT consultancy firms helping banks and financial institutions to implement their first Blockchain use cases. He was also involved in the establishment of an Ethereum Mining Farm in Bulgaria and was an early-stage core member in one of the leading European Crypto-Exchanges as Head of Business Development.
https://www.linkedin.com/in/ivananastassov/

Ivan Reif - CTO
Ivan is an experienced senior software engineer and project manager coming from the FinTech space who now focuses entirely on blockchain and building the finance of the future. Ivan founded his own blockchain consulting company Senzu GmbH (Germany) in early 2016 and has shipped multiple successful projects to date.
https://www.linkedin.com/in/ivan-reif/

Onuora Amobi - Marketing Director
Onuora is a Digital Marketing Strategist with over 15 years of digital marketing experience, over a decade of enterprise technology experience and 6 years of cryptocurrency experience. A former management consultant, his work history includes positions at the LA Clippers, VERITAS Software, Deloitte Consulting, EDS Enterprise Solutions, IBM, Kaiser Permanente and Warner Bros Studios among others. He is also an Executive Faculty member of the United States Drexel University’s Executive Education department and an active adjunct professor where he teaches digital marketing and organizes corporate marketing bootcamps.
https://www.linkedin.com/in/amobi/

Bradley Townsend - Business Development Manager
Bradley is an experienced growth enabler with an extensive business acumen, and has built an impressive network of both C-level executives and notable grass-roots thought leaders. He leverages these to strengthen the presence of new and running projects, supporting short term growth for sustainable long term development.
https://www.linkedin.com/in/bradley-townsend-58ba53150/
.

6 Name and registered address of the legal entity that will be delivering the project.

TrustSwap Inc
12170639, 139 Street NorthWest, Edmonton, AB, T5L 2C1, Canada.
.

7 TrustSwap Github code repositories.


.
8 Development Roadmap

Milestone 1 - Team Token Locks

  • Integration of the Conflux Chain into the Team Token Locks interface.
  • Integration with the Conflux Wallet.
  • Conflux projects can lock their team tokens in the Team.Finance interface according to the desired vesting schedule.
  • After completing the wizard, the lock will be visible in the public Explore list.
  • Projects can see their active locks in the “My Locks” section.
  • Only after the vesting period ends the project can claim their tokens.
  • Testing & QA.
  • Token Locks live on mainnet and available for Conflux projects.
  • We will offer both mainnet and testnet availability.
    Mainnet: https://main.confluxrpc.com
    Testnet: https://test.confluxrpc.com

Milestone 2 - Liquidity Locks:
Integration of the Conflux Chain in the Liquidity Locks interface. (Pending tech analysis)

Phase 1:

  • DEX Evaluation study to define compatibility of Liquidity Pool tokens on the Lock framework.
  • When compatible or compatible with additional conversion we will proceed with Phase 2.

Phase 2:

  • Conflux projects can lock their Liquidity tokens in the Team.Finance interface according to the desired vesting schedule.
  • After completing the wizard, the lock will be visible in the public Explore list.
  • Projects can see their active locks in the “My Locks” section.
  • Only after the vesting period ends can projects claim their tokens.
  • Testing & QA.
  • Token Locks live on mainnet and available for Conflux projects.
  • We will offer both mainnet and testnet availability.
    Mainnet: https://main.confluxrpc.com
    Testnet: https://test.confluxrpc.com

Milestone 3 - Hourly Vesting Dashboard

  • Prepare Smart Contract to receive Conflux tokens for distribution.
  • Batch upload compatibility.
  • Ability to add Conflux projects to the dashboard structure and front end.
  • Ability to connect Conflux Portal wallet by recipients to receive the tokens each time they claim it.
  • Testing and QA
  • Hourly Vesting dashboard live on mainnet available for Conflux Launchpad projects to execute a controlled raise distribution over extended timeframe.
  • Besides above, TrustSwap will have 1 person available to support each Conflux Launchpad partner in the batch file generation and follow up. As well as 1 IT specialist that will integrate and initiate each project into the dashboard.

Milestone 4 - Marketing / Social Media

  • Social Media campaign in cooperation with Conflux to market the successful integration. Consisting of tweets, retweets, graphics, and a blog article.
  • Additional and specialized marketing services can be provided but are excluded from the grant proposal.
  • During the first 3 months, TrustSwap will also offer both Token and Liquidity locks for free to new and existing Conflux projects. Giving them an opportunity to try out these services and start making a difference.

Team members involved during the integration project:
Development:

  • Project Manager
  • 1 Sr System Architect for Liquidity Locks analysis
  • 1 Front End Developer
  • 1 Sr Back End Developer
  • 1 Sr Blockchain Developer
  • 2 QA specialists

Social Media:

  • Social Media Manager
  • 1 Copywriter
  • 1 Social Media Graphic Designer

Team members involved after the integration project:

  • 1 Support Expert to guide each Launchpad project in creating the batch file for the Hourly Vesting dashboard.
  • 1 IT Specialist to implement each upcoming Launchpad project vesting protocol into the dashboard.
  • 1 Locks Support expert for technical issues and questions from projects regarding Locks.

Total estimated duration and cost of the whole project.

  • M1 - Token Locks: 70 hours
  • M2 - Liquidity Locks: approx 80 hours (exact number of hours can be provided after the tech analysis.)
  • M3 - Vesting: 37 hours
  • M4 - Marketing: 6 hours

Total Estimated Duration: 193 hours
Total Costs: 50k in USD value

Note: With this grant we will also include the compatibility and development with the upcoming multilock feature for Conflux Team locks. These hours are not included in above overview but will be on TrustSwap account.
.

9 Long Term Vision. What is the team’s long term vision for the project?

TrustSwap’s long term vision is to help the world achieve mass adoption of blockchain technology and cryptocurrency by striving to make DeFi safer and easier to use for everyone. Our broad suite of tools all offer different ways of reducing risk and helping new projects and chains grow their communities through instilling trust and confidence in the underlying technology.
.

10 Community Engagement: We ask that you publish an article or tutorial to be shared with your community outlining your work as part of the grant.

We will make this part of our social media campaign. See item 4.
.

11 Delivery Requirements: Github repositories are required for the delivery of your project, including test suites (e.g. integration tests if applicable), and guides on how to run.

Our interfaces are ready-to-use wizards. No coding or implementations required. For all 3 services: Connect the wallet and you are ready to go!
.

12 Other: Please include any further information or attachments that are relevant to your application.

The full TrustSwap Ecosystem:

TrustSwap also offers a Launchpad and Incubator program. A mandatory aspect for project eligibility is the use of Token locks, Liquidity locks, and Hourly vesting.

The Launchpad program is designed to identify new crypto startups with strong teams and innovative use cases and guide them to achieve their long-term goals and potential through support on Business Development, Operations, Exchange listings, Tokenomics, Marketing, UI/UX, VC Roadshow, Initial Token Offerings, and more. We also organise the public and private raise and give access to our ecosystem tools and network.
Our launchpads and incubators differentiate themselves by having an 24h application window, no gas wars, and a guaranteed allocation (pending geographical restrictions) for $SWAP stakers.

With Token Locks, Liquidity Locks, and Hourly Vesting active on the Conflux chain, the foundation is ready to welcome new Conflux projects to the program. We are looking forward to working with you!

Welcome to conflux :slight_smile: . When do you plan to launch ?

@1996, thanks for the welcome!

Since we are looking for a long term partnership with Conflux, and operate in trust, we already asked our sr. developer to start the Tokenlocks integration last week. We expect to be able to deliver that module already by the end of next week. With the grant we will also be able to anticipate the Liquidity locks and then start the marketing campaign.

Welcome to the Conflux Community and thanks for taking the time to fill out your application @TrustSwap! This is a great project and something I think will be a great tool for projects building on top of Conflux.

Just a few questions:

  1. Can you specify your proposed budget for each of the 4 milestones outlined?
  2. Would love to learn more about your incubator / launchpad program. Could we include in the fourth milestone?
  3. Will the $SWAP token also be deployed on Conflux?

Longer term, what does the roadmap look like for integrating the other aspects of the TrustSwap ecosystem?

Thanks!

This is a great project, can you provide the user info of TrustSwap? Eg how many user, TVL etc ?

Hi Geoff,

Q1:
M1: $17.950,–
M2: $21.350,–
M3: $ 9.350,–
M4: $ 1.000,–

Q2:
You mean to include marketing around the launchpad/Incubator program (item 12) targeted for Conflux projects in the M4 Marketing plan? Or in general where to find more information about this?

Q3:
For sure we can talk about that and the process to get the SWAP token over to Conflux. We would need to do some DD on the bridge, DEX volume, etc.

Q4:
When these are completed, we could propose as next module: Vesting-as-a-Service. Where any Conflux project can set up time locks for the token distribution for airdrops, raises, etc in a dashboard and receivers can make flexible smaller claims to reduce volatility/mass selling. The launchpad program would already be open to apply. With more DD we can also consider MINT and adding a Conflux wallet to your CryptoApp portfolio.

Thanks @jiuhuaDAO!

Below some stats of our products/services regarding usage and locked value.

For TokenLocks we have on average $ 1.5 billion in locked value (USD) for both Team Token and Liquidity locks. This is from all three compatible chains. Currently more than 9000 projects have tokens and/or liquidity locked.

For the Incubator/Launchpads, we have finished the program for 24 projects and raised 25.6M+ USD. This also includes smaller raises for smaller projects. We have signed with several more projects which whom we are working now, and will announce more close to their launch date.

TheCryptoApp (mobile app for multichain portfolio tracking, widgets, news, alerts, etc) has over 2 million downloads, 900k active users, and had last quarter over 172 million ad impressions.

And maybe not User or TVL related, but still something related to “Usage” and “Environmental locked value”:
We use a percentage for donations to the Eden Reforestation project. Through these means we were able to provide the funding for planting (to date) over 121k trees and generated 1214 paid working days for the local communities.

1 Like

cfx:aam58mbhfwvfete6y0g1c4txmk0x8z9t56st9xxa44

Hello, thanks for applying for a Conflux Network grant!

Just to clarify, you are not going to deploy a swap feature on Conflux? I think the name TrustSwap might make people think it’s a swap, but it seems like what you are offering (on Conflux) are more like tools for successful token launches.

I checked your GitHub, it seems you only have swap-related contracts there. Are the contracts you will deploy as part of this grant not open-sourced yet?

On a more technical note, does your frontend/backend rely on events (logs) from the smart contracts, or you only get data through calling getter methods? I’m asking because relying on logs is challenging on Conflux due to our high block rate, so that might require some re-engineering.

Hi @thegaram, thanks for your message and questions!

you are not going to deploy a swap feature on Conflux? I think the name TrustSwap might make people think it’s a swap, but it seems like what you are offering (on Conflux) are more like tools for successful token launches.

Correct, only the Team Token Locks, Liquidity Locks and Vesting services are for this proposal and reserved timeline. We do have a decentralized P2P/Escrow/OTC service which is for the moment only for ERC20 tokens and also in the process of being relaunched with a new UI/UX. For the 2022 roadmap we will add other chains to that as well and for sure will consider Conflux.

Are the contracts you will deploy as part of this grant not open-sourced yet?

The Github repo is indeed restricted, but we have given the Conflux Core team access to among others also private repos. We would partly use existing code for Conflux and make the required adjustments.

does your frontend/backend rely on events (logs) from the smart contracts, or you only get data through calling getter methods?

Indeed, we use events. To adapt to this will require a bit of changing, but we dont see any impediments.

1 Like

Thank you for your feedback and answering thegarams questions.

1 Like

Congratulations @TrustSwap, your grant application for $35k has been approved by the Global Grants Committee!

For reference, below are the voting results:

1 Like

That is really amazing news!
We have announced it today on Twitter, Telegram, Discord and in our Blog.
https://twitter.com/TrustSwap/status/1438895127481700355?s=20

Thanks everybody for the confidence in our project and the partnership we are building.
Ready… set… go!

4 Likes