diff --git a/Proposals/xgov-1.md b/Proposals/xgov-1.md index 6c3f7112..b720be09 100644 --- a/Proposals/xgov-1.md +++ b/Proposals/xgov-1.md @@ -1,5 +1,6 @@ --- id: 1 +period: 3 title: Mock Proposal author: Stéphane BARROSO (@SudoWeezy) discussions-to: https://github.com/algorandfoundation/xGov/pull/1 diff --git a/Proposals/xgov-100.md b/Proposals/xgov-100.md new file mode 100644 index 00000000..50db99ba --- /dev/null +++ b/Proposals/xgov-100.md @@ -0,0 +1,60 @@ +--- +id: 100 +period: 3 +title: GPU-based vanity address generator for Algorand +author: Marcin Zawiejski (@dragmz) +discussions-to: https://forum.algorand.org/t/xgov-100-gpu-based-vanity-address-generator-for-algorand/11067 +company_name: N/A +category: Tools +focus_area: Other +open_source: Yes +amount_requested: 47474 +status: Final +--- + +## Abstract +A tool for generating Algorand vanity addresses using GPU acceleration. + +## Team +- Marcin Zawiejski (dragmz) - experienced professional developer + +## Experience with Algorand +- Author of VSCode Extension for TEAL and WalletConnect v1 and v2 libraries for Go +- Build-A-Bull hackathon top 5 finalist in the gaming track (see CnC: Claim & Conquer) +- go-algorand contributor + +## Present Proposal +- The tool will be provided as a command line utility for systems that can run Python 3.11+ and have OpenCL 3.0 capable NVIDIA GPU +- It can lookup for multiple prefixes at the same run, making the process more efficient compared to a single prefix search +- The prefixes to look for can be specified as a command line argument or a text file +- Licence: MIT or similar (commercial use allowed) +- Includes best-effort maintenance for at least 3 months from the date of the first release +- Delivery date: up to 3 months since signing the xGov funding contract + +## Benefits for the community +Allows the community to quickly and securely generate recognizable Algorand addresses for their projects or personal use. + +## Additional information +An example run of the tool: +```bash +pyagg --prefix AAAA,BBBB --count 10 --benchmark +``` +Output: +``` +Looking for 10 keys with prefixes: AAAA, BBBB +BBBBX2WLU3IYSM6GEPWOPJCYV5C7ZB3PHFL5NY5YPKIHUJGSKHHCV3WX54,[mnemonic] +BBBBPT2OSCPPBOT7JARKGMXP5LPUM54BPTBJFIHREKTQAH276WJ26EKUYY,[mnemonic] +AAAAUOLIHXUVH4ZM5F2HSOBFWQJDEXGVYZGV5E7RZKO6FFTTT2DKPKNQ5E,[mnemonic] +AAAA4Z36WWZA4DIKZYRFOV762IJ7QANHULGXFZEB6MU5456AKH62MZAY3A,[mnemonic] +BBBBVCHQ7QTMUUFCJAPRJU5RYHNWJQCF2KTC2LQ7HGY6FBDEUL2NEINZE4,[mnemonic] +AAAADJE7TJJI22ED55KMORZ74C3MZM7Y4XDO4HIKHFDRV3G5DA5T7ZJUXI,[mnemonic] +AAAAOQMUYLWDIUFERRDYLDHAASRGEOCS3CJTYM35F3S77WFQICGSSHI5BE,[mnemonic] +BBBBH7EHEHLCZDRUXSBVLFBGESFGKCEEDCVYLEIWMUAGJBFW6WDDKZHO4Q,[mnemonic] +BBBB3BG6L2FNZFQ5E2RI3D6LNIIC2NPI7XU2MJGMBPDKI6TJWURMRPTJ5M,[mnemonic] +BBBBHE7RDUIFEQKQKGZD5KLHI3YBYXDWP42XWWYKQ6VA6A66JHEU57FN6I,[mnemonic] +--- Benchmark Result +Devices: NVIDIA GeForce GTX 950 +Total: 2725957 keys, matching: 10, time: 8.52s, avg: 319962 keys/s +``` + +(the [mnemonic] above is the 25-word mnemonic phrase for the generated Algorand address but it's been redacted for security reasons) diff --git a/Proposals/xgov-104.md b/Proposals/xgov-104.md new file mode 100644 index 00000000..5d837e62 --- /dev/null +++ b/Proposals/xgov-104.md @@ -0,0 +1,64 @@ +--- +id: 104 +period: 3 +title: Notiboy Web3 Chat +author: AP (@Vidhyanandcs) +discussions-to: https://forum.algorand.org/t/xgov-104-notiboy-web3-chat-milestone-2-group-chat-encryption-and-nfd-integration/11194 +company_name: Securecerts Technologies +category: dApps +focus_area: User Onboarding +open_source: Yes +amount_requested: 60000 +status: Final +--- + +## Abstract +We at Notiboy has a vision to make web3 communication more efficient. That means the algorand addresses should be able to communicate with each other by maintaining their privacy. So we are developing a chat application which will help the addresses to chat between each other in an anonymous way. There will also be a facility for group chat which will help formation and development of web3 communites. The users will also be able to send/transfer assets between addresses during their chat. + +## Team +AP - CEO. I have 7 years of experience in sales and marketing of mobile handsets for multiple MNCs in India. I have been an active member in the Algorand community since August 2021 and is involved with the Angry Penguins NFT project. + +Deepak -CTO. Deepak has a Masters in computer science and has worked in product design & development for leading payment companies in the world. He is well versed in the Algorand smart contracts and SDKs and has been leading the design and development of Notiboy project. + +## Experience with Algorand +We have been building the Notiboy project and won 2nd prize during the 1st Green House Hackathon. We are one of the 6 teams that graduated from 1st cohort of the Algorand APAC accelerator. +Website: https://notiboy.com/ + +## Present Proposal +In present proposal we would like to implement group chat which will allow projects to create communities without the complxities of discord. Smaller projects can create a group by just connecting their wallet. Community members can join the group by just connecting their wallet and need not share any other information. This will help them to maintain privacy. + +We will implement end to end encryptionwhich will make sure that the communication is secure and cannot be leaked by malicious entities. + +NFDomains will be integrated for better user experience while chatting. The address and profile picture will be replaced by NFD (if there is one) which can also be considered as a digital idenity usecase for domain name service. + +Our group chat application will be mobile first with implementation on iOS and Android. This is inline with the analysis that mobile phones are primarly used for chat applications when compared to web. + + + +## Future Blueprint + +### Milestone 3: Notiboy Super App +Time taken: 3 months + +Amount: 100000 + +Description: + - Transforming Notiboy into a super app for algorand with a service store (services include Node staking pool, swapping router and more...). + - Implementing chat feature on webapp. + - Swapping assets between addresses while chatting (web). + - Sending assets between addresses while chatting (web). + + + +## Benefits for the community +1) Community members can interact with each other by using an algorand address as their identity. Currently, members have to expose their web2 identities, like email-id or phone numbers via a web2 platform to interact with other members or web3 projects. + +2) Web3 projects on algorand can integrate our APIs to their application thus providing an in-app chat experience for +their end-users. + +3) Get concensus rewards by staking into our pool (once consensus rewards are live). This is useful for algo holders who cannot run their own node. Smart contract will be opensource and audited. + +## Additional information +Twitter: https://twitter.com/notiboyproject
+Discord: discord.gg/GdJyPP598W
+Medium: https://medium.com/@Notiboy diff --git a/Proposals/xgov-107.md b/Proposals/xgov-107.md new file mode 100644 index 00000000..0c5f50c6 --- /dev/null +++ b/Proposals/xgov-107.md @@ -0,0 +1,114 @@ +--- +id: 107 +period: 3 +title: XBallot governance protocol by HEADLINE +author: Aaron Martinez (@headline-design) +discussions-to: https://forum.algorand.org/t/xballot-advancing-dao-management-on-algorand/9823 +company_name: HEADLINE +category: dApps +focus_area: Other +open_source: Yes +amount_requested: 375000 +status: Final +--- + +## Abstract + +This proposal outlines the XBallot governance protocol, a pioneering initiative poised to revolutionize the Algorand ecosystem. XBallot is not just a technical solution; it's a catalyst for decentralized empowerment, fostering an environment where transparency, user agency, and community-driven development are paramount. + +- **Enriched Governance Protocol**: Beyond basic DAO functionalities, XBallot integrates advanced mechanisms for decentralized decision-making, enhanced security measures, and a seamless user experience. +- **Innovative On-Chain Social Feeds**: A groundbreaking feature, providing a platform for verified, immutable community interactions, setting a new standard for blockchain-based communication. +- **Dynamic Account Toolkit**: Beyond wallet generation, this toolkit introduces a suite of services, including advanced security features, user analytics, and seamless integration with other Algorand services. + +Feature 1: DAO Management + +XBallot is a comprehensive governance protocol that allows users to create and manage DAOs on the Algorand blockchain. The protocol includes a variety of features that enable users to create and manage DAOs, including: voting, proposals, treasury, and more. The protocol is also fully decentralized, featuring a unique on-chain data +aggregation system that allows users to interact with the protocol directly from their Algorand wallet. All user interaction is performed on-chain, ensuring that all data is immutable and transparent. Our custom balance indexer is critical to the protocol, as it maintains an up-to-date record of all user token balances, which in turn allows the protocol to accurately calculate voting power and other important metrics. + +Feature 2: On-Chain Social Feeds + +XBallot features a unique on-chain social feed system that allows users to post and interact with content on the blockchain. Users can post text, images, videos, and more, and other users can interact with the content by liking, commenting, and sharing. All content interaction is executed on-chain, ensuring that it is immutable and transparent. Social feeds can be utilized by DAOs to post important information, such as proposals, voting results, and more. Users can also post content to their personal social feed, which can be used to share information with other users. + +Feature 3: Account Toolkit + +The Account Toolkit is set to redefine user interaction within the blockchain. By providing users with tools to customize their blockchain footprint, XBallot is not just offering a service; it's inviting users to be architects of their digital identity, enhancing both personal security and engagement within the Algorand ecosystem. + +## Team + +- Aaron Martinez, Founder (XBallot) + + - Role: Lead dev at PIPELINE-UI + - Expertise: Design, UI/UX, javascript frameworks, smart contract logic. + - Responsibilities: Manages all aspects of the project. + - LinkedIn: https://www.linkedin.com/in/ussaaron + +- Brian Scherlen, CMO (XBallot) + + - Role: An experienced marketing lead and project manager. + - LinkedIn: https://www.linkedin.com/in/brian-scherlen-2091b0209 + +- Ethan Welch, CFO (XBallot) +- LinkedIn: https://www.linkedin.com/in/ethan-welch-1762ba226 +- Twitter: https://twitter.com/HEADLINE_Ethan + +- Krisztian Somodi, Fullstack engineer + - Github: https://github.com/crissCM + +- Senior Smart Contract Engineers + - 2 Senior Smart Contract Engineers + - Years of experience in the blockchain industry + - Audited smart contracts + +## Experience with Algorand + +The team behind XBallot has been working with Algorand since 2021. We have recieved multiple development awards for our Pipeline-UI developer toolkit (which powers XBallot). We have extensive experience with the Algorand blockchain, including: + +- Pipeline-UI developer toolkit + - https://github.com/headline-design/pipeline + +- Algo-OS Open Source Campaign + - https://twitter.com/headline_crypto/status/1692964932944290294 + +- XBallot Governance Protocol + - https://xballot.net + +- And much more! + +## Present Proposal + +Our grant application targets two critical milestones: + +1. **Beta Launch**: A commitment to launching a fully operational platform within 7 days of funding, showcasing our readiness and the project's maturity. +2. **Contract Auditing**: An exhaustive and meticulous audit, ensuring the integrity and security of our platform, to be completed within 120 days of funding. + +Cost Breakdown + +Beta Launch (150,000A) + +- Advanced R&D for a cutting-edge core system +- Strategic deployment and scalability testing +- Pre-auditing for optimized codebase integrity + +Operation Costs & Advanced Features (150,000A) + +- Continued innovation and enhancement of platform features +- Infrastructure expansion to support growing user base + +Contract Auditing (75,000A) + +- Comprehensive system auditing, including front-end, back-end, and smart contracts + +## Benefits for the community + +XBallot is more than a platform; it's a paradigm shift in the Algorand ecosystem. It promises to: + +- Empower communities with robust governance tools +- Ensure security and transparency +- Catalyze innovation and participation within the Algorand network + +## Additional information + +XBallot Website: https://xballot.net
+XBallot Codebase: https://github.com/headline-design/xballot
+API Docs: https://indexer.mainnet.xballotapi.com/api-dev/v1
+Promo Video: https://twitter.com/headline_crypto/status/1737885720532963711 diff --git a/Proposals/xgov-108.md b/Proposals/xgov-108.md new file mode 100644 index 00000000..ef95f407 --- /dev/null +++ b/Proposals/xgov-108.md @@ -0,0 +1,58 @@ +--- +id: 108 +period: 3 +title: Airgap vault & wallet integration via isolated modules +author: AP (@Vidhyanandcs) +discussions-to: https://forum.algorand.org/t/xgov-108-airgap-vault-wallet-integration-via-isolated-modules/11004 +company_name: Securecerts Technologies +category: Tools +focus_area: Deployment +open_source: Yes +amount_requested: 84530 +status: Final +--- + +## Abstract + +Airgap vault is an open-source vault that helps algorand community to convert their old mobile phone to a cold storage for generation and management of private keys. Airgap wallet is an open-source wallet with web, android, iOS, mac, windows and linux support. It currently supports BTC, ETH, XTZ, DOT, GLMR, ATOM, ICP, RBTC & more. Unlike other wallet ecosystems, your private key (seed phrase) is never stored in the wallet app but in the vault. We are proposing a plan to integrate airgap vault and wallet via isolated modules to algorand. + +## Team + +AP - CEO. I have 7 years of experience in sales and marketing. I have been an active member in the Algorand community since August 2021 and is involved with the Notiboy project. + +Deepak -CTO. Deepak has a Masters in computer science and has worked in product design & development for leading payment companies in the world. He is well versed in the Algorand smart contracts and SDKs and has been leading the design and development of Notiboy project. + +## Experience with Algorand + +We have been building notiboy project which is a notification and web3 chat application on algorand. + +## Present Proposal + +As My Algo Wallet announced sunset, we were looking for an alternative multi-chain wallet that can be used by community to operate hardware wallet. We stumbled upon airgap which was recommended to us by a community member. It has two features. Airgap vault and Airgap wallet. + +The AirGap Vault is responsible for secure secret recovery phrase generation and storage, as well as air-gapped transaction signing through QR codes. The Vault is installed on a dedicated device with no network connection, thereby protecting your secret recovery phrase from attackers. Even if you choose to install the Vault on a device with network connectivity, the Vault application still stays offline. + +The AirGap Wallet creates transactions, broadcasts transactions and shows a portfolio overview. The Wallet is installed on your everyday smartphone with network access. The wallet stores public information. The secret recovery phrase is only stored and used in the AirGap Vault, which does not have access to the internet at any time, thus making it inherently more secure than your regular software wallet with internet access. + +We intend to integrate airgap vault and airgap wallet to algorand via isolated modules. + +## Future Blueprint + +Update the isolated modules wrt updates in the ecosystem. + +## Benefits for the community + +1) New members joining crypto and algorand ecosystem may not be willing to buy a hardware wallet as their crypto investments may be lower. But using a hot wallet has its own risks. Airgap vault shall be a viable alternative for newer community members with old phones as they can be converted into cold storage to securly store ASAs. + +2)Airgap web wallet has support for ledger. + +3) Airgap has support for desktop wallets (Mac, windows and Linux) which algorand has been missing. + +4) Airgap has multi-chain presence and code is open-source. This means developers from multiple ecosystem is looking into the code which ensures better security. + + +## Additional information + +Airgap Introduction video : https://youtu.be/OaYiXsD2sQ8?si=qWxI85RqHHUd6nyI
+AirGap Docs: https://support.airgap.it/
+Keeping your seed phrase cold is important: https://medium.com/airgap-it/why-keeping-your-seed-phrase-cold-is-important-5b0e0a70540c diff --git a/Proposals/xgov-109.md b/Proposals/xgov-109.md new file mode 100644 index 00000000..1406b2d0 --- /dev/null +++ b/Proposals/xgov-109.md @@ -0,0 +1,88 @@ +--- +id: 109 +period: 3 +title: Unraveling Algorand's Real World Assets Landscape & DEX Swaps, by Chaintrail - Uncovering Algorand +author: Leander , Chaintrail (@Chaintrail) +discussions-to: https://forum.algorand.org/t/xgov-109-unraveling-algorands-real-world-assets-landscape-dex-swaps/11226 +company_name: Chaintrail +category: Tools +focus_area: Monitoring +open_source: No +amount_requested: 95000 +status: Final +--- + +## Abstract +We'll be unraveling the landscape of Real-World Assets tokenized on Algorand. Showing web2 and web3 consumers that Algorand is 'the' blockchain best suited for RWA (using actual on-chain data). Made by Chaintrail, a blockchain intelligence & insights platform focussed on uncovering Algorand in full (Dapp impact, NFT's, RWA, Network insights, TVL, Stables, ...) + +## Team +Founded by Leander (@nfnomad). 15+ years of experience in building (mobile) apps and e-commerce platforms. ~9 years of it as tech-exec for 2 separate startups leading product & tech. One scaled towards 300+ employees (100 in tech & product). At the moment solely focussed on building chaintrail. + +Links: + +* Platform: https://chaintrail.io/ +* X: https://twitter.com/chain_trail +* Reddit: https://www.reddit.com/r/ChainTrail/ + +## Experience with Algorand +Involved in Algorand blockchain since early 2021 (mostly as a user). Experimented with multiple Algorand SDK's and build several test projects to test out the waters on how Algorand works. + +Furthermore tracking lots of projects in the ecosystem. However, I noticed a platform was missing in the ecosystem where it was all brought together and truly uncover the value that Algorand blockchain contains. Therefore decided to build Chaintrail in order to uncover such value. + +## Present Proposal +This proposal is a continuance of our previous proposal from Q4 2023 (#61). For next quarter we want to: + +Show why Algorand is *the* RWA blockchain +uncovering the true RWA (Real World Assets) value of almost all that is currently tokenized on Algorand blockchain: +- New segment with real-time insights of what is tokenized and the monetairy value of it (think Lofty, Agrotoken, Anote Music, TravelX and many more). Similar to our NFT section. +- Daily, weekly and monthly tokenization volume & trendlines. +- Insights on total tokenized volume over-time + +Improve performance +Ensure Chaintrail can keep up with the increased adoption happening on Algorand. This will be critical to make sure chaintrail can be your most trusted Algorand intelligence platform that you can rely on for real-time data intelligence, no matter how high the TPS. + +- Rewrite our data ingestion engine in Node.JS to match transactions concurrently. +- Improve our data matching algorithms + +Explorer (historic) +Starting to support historic data for block rounds & transactions +- Being able to identify what happened in any block processed on chain (not only the last 48 hours). +- Being able to always understand and verify where a transaction came from and what it is (any transaction that happened on-chain, if Chaintrail can source it). + +Show on-chain DEX Swaps +Provide real-time and historic insights on DEX swaps on-chain. +- Show swaps that are happening real-time and through which DEX. +- Daily, weekly and monthly volume & insights. +- Insights on the popularity of each DEX based on earnings and volumes. + +General improvements +Above is a clear roadmap of the new insights we will develop and launch in Q1 2024. However, our product is constantly improved with new opportunities that pop-up as they happen (e.g. a new impactful dapp launches). Expect more general product improvements, extra coverage and other features that are not listed above. But deemed part of this xGov grant. + +Did you know that Chaintrail is proudly supported by over 54 dedicated community members, each investing just $2.5 per month? And that number keeps growing every week! 🚀 Chaintrail is not profitable yet, but we have a plan to get there in the coming year(s). + + +## Future Blueprint +As set out in the abstract. Chaintrail is set to uncover all the great things that are currenctly developed and driving real-world impact using Algorand at the foundation. + +I started this project as I noticed a lack of insights of what was really driving on-chain impact and whether this was increasing or not. Given there were no such platforms out there, I decided to build one my own. +In the months/years to come, I'd like to ensure that Chaintrail can be used to understand any transaction that happens on-chain. Linking it back to certain projects and drilldown into such project to understand what progress they've made over time in terms of growth. + +This could help you make better investment decisions or simply get to see how certain categories are growing to potentially build something yourself. + +With the Chaintrail API we plan to work together with other aggregators that currently don't cover Algorand very well. For instance many multi-chain aggregators are listing the wrong NFT value, incomplete TVL or RWA. + +Chaintrail is set to change that. + +## Benefits for the community +We're the only blockchain insights project that's focussed on one single blockchain: Algorand. This gives us the advantage that we can move a lot quicker and uncover data that hasn't been uncovered before. We did this already with NFT sales from TravelX & Fifa+ Collect, but also Agrotoken, Exodus their EXIT shares, Anote Music and many more in the near future. + +Our Dapps Activity (which is the fundament of Chaintrail) shows many insights to any Algorand follower of what's really driving on-chain traction/impact. Think of projects like: Hesab Pay, Fracctal Monsters, the weekly share of PlanetWatch and more. + +This all benefits the community in terms of insights, knowing how Algorand is doing as an ecosystem. But also makes it easy to uncover new projects that you might not have seen before. + +## Additional information +We're on a mission to uncover the entire Algorand ecosystem for you. But we need your help! The grant we're seeking is a push in the right direction. The funding will be used to fund our new features, enhance our coverage and support on our infrastructure growth costs. + +As the Algorand blockchain evolves, we're committed to providing you with a high-performing platform. That's why we're planning to submit xGov proposals every quarter, taking small but meaningful steps towards our vision. + +We published our current revenue stream (the amount of memberships sold) here: https://chaintrail.io/revenue. This will remain our long-term focus to ensure we built a healthy project that can sustain itself in the future. More on this can be read in our blog post: https://chaintrail-io.medium.com/publishing-our-revenue-13f4e659cf0b diff --git a/Proposals/xgov-110.md b/Proposals/xgov-110.md new file mode 100644 index 00000000..fa000e11 --- /dev/null +++ b/Proposals/xgov-110.md @@ -0,0 +1,91 @@ +--- +id: 110 +period: 3 +title: Pixelnode - Oneclick node manager +author: Shivaprasad Manupadi (@shivamanupadi) +discussions-to: https://forum.algorand.org/t/xgov-110-pixelnode-one-click-node-manager/11211 +company_name: Pixelnode +category: Tools +focus_area: Node +open_source: No +amount_requested: 250000 +status: Final +--- + +## Abstract + +PixelNode is a user-friendly One-click node solution for Algorand node management. +Offering a seamless installation process and an intuitive web interface for easy interaction with Algorand nodes. + +## Team + + Shivaprasad - Developer +- 10 years of experience in building web applications. +- Core expertise in TypeScript & MongoDB. + +## Experience with Algorand + +Involved in the development of AlgoDesk, DappFlow, and PixelNode, contributing to the Algorand ecosystem over the past 2 years. + +## Present Proposal + + ### Installation & Setup + 1. Install an Algorand node using one command. + 2. Set up authentication credentials using the PixelNode setup interface. + + ### Dashboard + 1. View system hardware configuration (OS, Storage, and RAM). + 2. Install a node for any network (Mainnet, Testnet & Betanet). + 3. Display catchup details during the catchup phase. + 4. Options to uninstall or restart a running node. + 5. Initiate force catchup if the node is stuck. + 6. Show live blocks & stakes of participating accounts. + + ### MyNode + 1. Display network details and Algod configuration. + 2. Swagger interface for Algod API. + 3. Display CPU usage of the installed node. + 4. Update your node to the latest version with a single click. + 5. Enable/Disable metrics with a single click. + 6. View metrics using Prometheus graphs or Grafana dashboards on the same PixelNode instance. + 7. Enable/Disable telemetry. + 8. Configure telemetry name. + + ### Participation keys + 1. View the list of participation keys with details. + 2. Generate new participation keys. + 3. Sign newly generated participation keys using the PixelNode console. + 4. Delete a participation key. + + ### Settings + 1. Public status page to see the status of the PixelNode instance. + 2. Update PixelNode with a single click if a new version is released. + 3. Restart your PixelNode instance. + 4. Factory reset PixelNode. + 5. Setup Env variables GOGC=50, GOMEMLIMIT=90% of memory by install/upgrade script + 6. Ability to download PM2 logs and DMESG logs to debug incase of node crash. + + +## Future Blueprint + +Plans for future releases (Not part of this milestone): + +1. Improve stability before node incentives go live. +2. System monitor to check CPU usage, Disk usage, etc. (probably use netdata) +3. Display Mempool. +4. Ship out-of-the-box Grafana dashboards for node metrics. + + +## Benefits for the community + +People without technical knowledge can self-host Algorand nodes and manage participation keys effortlessly. + +## Additional information +Installation command: +```sudo curl -L http://get.pixelnode.org | sudo bash``` + +Links: + +* https://www.pixelnode.org +* https://twitter.com/pixelnode_ +* https://discord.gg/HeegumVJwb diff --git a/Proposals/xgov-112.md b/Proposals/xgov-112.md new file mode 100644 index 00000000..122de13f --- /dev/null +++ b/Proposals/xgov-112.md @@ -0,0 +1,56 @@ +--- +id: 112 +period: 3 +title: Thurstober Tools - Onboarding Enhancements, Upgrades, and Redesign +author: Joseph Glenn (@loafpickleWW) +discussions-to: https://github.com/algorandfoundation/xGov/pull/112 +company_name: Thurstober Digital Studios +category: Tools +focus_area: User Onboarding +open_source: Yes +amount_requested: 20000 +status: Final +--- + +## Abstract +The Team at Thurstober Tools (Formerly Evil Tools) has listened to the community requests for new tools. In this proposal we want to add in NFD Vault Support to reduce the opt-friction for new Algorand Users, Add in the ability to enter an NFD root and airdrop to all the segements, Add ARC-36 Support (Non-Rarity Filters) to our Simple Mint and Update Tools, Add in advanced asset tools to change the Manager, Freeze, and Clawback Address, and add in a tool where you can enter a Wallet Address to download the tx history. Included in this proposal free of charge will also be a site re-design. + +## Team +The team at Thurstober Digital Studios (xGov Periods 1 and 2 Awardees): + +LoafPickle - Project Manager. I have 10 years of Project Management experience working in NYC on large scale construction projects. In addition, I am a long timer in the Algorand NFT Space and have been helping develop utility projects on the chain since May 2021. I am currently the Head of Strategy and Community for Thurstober Digital Studios. + +ByKewel - Tool Developer. Kewel is another Algorand NFT long timer that was the first to create wallet holding, sales, and listing discord bots that projects were able to incorporate into the ecosysytem. They also built the first on-chain DAO tool back in February 2022. + +Jenna (thurstober) - Project Lead. + +Andrew (stablehand) - Lead Developer + +## Experience with Algorand +All of us have been in the Algorand NFT Space since May 2021. Thurstober Digital Studios has built a full horse racing utility series and our body of work with The Laboratory (Formerly Evil Tools) speaks for itself. +Website: https://thurstober.com/ +Laboratory Website: https://labs.thurstober.com/ +Wallet Enhancer: https://we.thurstober.com/ +Open source Repo: https://github.com/thurstober-digital/evil-tools + +## Present Proposal +NFD Vault and Segment Support - This one is similar to our simple send tool (https://labs.thurstober.com/simple-send). Here users can enter in individual NFDS or enter in a root NFD to pull all the segments and the assets will be airdropped into the vaults. + +ARC36 Support for Simple Mint/Update - With ARC36 being finalized, we have already incorporated it into our bulk tools. We wanted to reformat our Simple Mint/Update tools so creators can easily add filters to their NFTs. + +Advanced Asset Tool - An easy way to change the manager, clawback, or freeze address for a selected asset. + +Tx History Tool - An easy way to enter a wallet address and the tx history will be downloaded in a CSV format. This will be useful for things like taxes or Airdrops. + +Site Redesign - Clean up the site to match the new theming on Wallet Enhancer. + +## Future Blueprint +Build it. + +## Benefits for the community +The benefits are already being realized. When the myalgo hack went down, we quickly created mass add and send tools with Pera integration so creators and collectors alike were able to efficiently move their assets to safe homes. Since then, we have creators thanking us for providing them the tools we wish we had back in the early days of Algorand NFTs. + +## Additional information +We had been approved in the first and second xGov Round to build more tools. The tools have since been completed and made open source. + +In addition to the tooling, we also provide creator guides that allow new creators to get a lay of the ecosystem to help the onboarding experience. You can find them here: https://medium.com/@loafpickle diff --git a/Proposals/xgov-113.md b/Proposals/xgov-113.md new file mode 100644 index 00000000..406c556b --- /dev/null +++ b/Proposals/xgov-113.md @@ -0,0 +1,50 @@ +--- +id: 113 +period: 3 +title: Thurstober Wallet Enhancer - Asset Details and Atomic Swaps +author: Joseph Glenn (@loafpickleWW) +discussions-to: https://github.com/algorandfoundation/xGov/pull/113 +company_name: Thurstober Digital Studios +category: Tools +focus_area: User Onboarding +open_source: Yes +amount_requested: 20000 +status: Final +--- + +## Abstract +Listening to community feedback, we want to enhance the wallet enhancer with this proposal! Users have requested Asset Details for when you click on an asset. This will show the asset information including the metadata and give the user the ability to add, opt out, or send right from that asset page. In addition we intend on allowing users to make trades where you can go on another wallet, select assets, and set up an atomic swap transfer for any algorand ASAs. + +## Team +The team at Thurstober Digital Studios (xGov Periods 1 and 2 Awardees): + +LoafPickle - Project Manager. I have 10 years of Project Management experience working in NYC on large scale construction projects. In addition, I am a long timer in the Algorand NFT Space and have been helping develop utility projects on the chain since May 2021. I am currently the Head of Strategy and Community for Thurstober Digital Studios. + +ByKewel - Tool Developer. Kewel is another Algorand NFT long timer that was the first to create wallet holding, sales, and listing discord bots that projects were able to incorporate into the ecosysytem. They also built the first on-chain DAO tool back in February 2022. + +Jenna (thurstober) - Project Lead. + +Andrew (stablehand) - Lead Developer + +## Experience with Algorand +All of us have been in the Algorand NFT Space since May 2021. Thurstober Digital Studios has built a full horse racing utility series and our body of work with The Laboratory (Formerly Evil Tools) speaks for itself. +Website: https://thurstober.com/ +Laboratory Website: https://labs.thurstober.com/ +Wallet Enhancer: https://we.thurstober.com/ +Open source Repo: https://github.com/thurstober-digital/evil-tools + +## Present Proposal +Asset Details - Show the name of the asset, ASA ID, Unit Name, Creator Wallet, Standard(s), Clawback/Freeze, and all of the Asset metdata for ARC3, 16, 19, 36, and 69 NFTs. + +Trades - The ability to easily create a swap of up to 16 assets so users can freely select and trade with each other. This will land on the Thurstober Claims page which is part of xGov Proposal 114. + +## Future Blueprint +Build it. + +## Benefits for the community +The benefits are already being realized. When the myalgo hack went down, we quickly created mass add and send tools with Pera integration so creators and collectors alike were able to efficiently move their assets to safe homes. Since then, we have creators thanking us for providing them the tools we wish we had back in the early days of Algorand NFTs. + +## Additional information +We had been approved in the first and second xGov Round to build more tools. The tools have since been completed and made open source. + +In addition to the tooling, we also provide creator guides that allow new creators to get a lay of the ecosystem to help the onboarding experience. You can find them here: https://medium.com/@loafpickle diff --git a/Proposals/xgov-114.md b/Proposals/xgov-114.md new file mode 100644 index 00000000..c4647f58 --- /dev/null +++ b/Proposals/xgov-114.md @@ -0,0 +1,52 @@ +--- +id: 114 +period: 3 +title: Thurstober Claims - Atomic Swap Creation and Redemption +author: Joseph Glenn (@loafpickleWW) +discussions-to: https://github.com/algorandfoundation/xGov/pull/114 +company_name: Thurstober Digital Studios +category: Tools +focus_area: User Onboarding +open_source: Yes +amount_requested: 20000 +status: Final +--- + +## Abstract +This proposal has been highly requested from app developers on Discord and Telegram. Here users will be able to use new API endpoints to easily create automated swap links. This will help reduce the onboarding friction of having to add an ASA to claim something as the atomic swap will have the opt in and transfer in once signing. In addition to creating the ability for bots to tap into the website, we will be developing an example discord bot to make things easier to develop and have a manual swap creation feature, becuase why not? + +## Team +The team at Thurstober Digital Studios (xGov Periods 1 and 2 Awardees): + +LoafPickle - Project Manager. I have 10 years of Project Management experience working in NYC on large scale construction projects. In addition, I am a long timer in the Algorand NFT Space and have been helping develop utility projects on the chain since May 2021. I am currently the Head of Strategy and Community for Thurstober Digital Studios. + +ByKewel - Tool Developer. Kewel is another Algorand NFT long timer that was the first to create wallet holding, sales, and listing discord bots that projects were able to incorporate into the ecosysytem. They also built the first on-chain DAO tool back in February 2022. + +Jenna (thurstober) - Project Lead. + +Andrew (stablehand) - Lead Developer + +## Experience with Algorand +All of us have been in the Algorand NFT Space since May 2021. Thurstober Digital Studios has built a full horse racing utility series and our body of work with The Laboratory (Formerly Evil Tools) speaks for itself. +Website: https://thurstober.com/ +Laboratory Website: https://labs.thurstober.com/ +Wallet Enhancer: https://we.thurstober.com/ +Open source Repo: https://github.com/thurstober-digital/evil-tools + +## Present Proposal +A new claims landing page where URL Parameters can be created so people can claim atomic swaps. This was something that was previously in the ecosystem and helped reduce the opt in friction. + +In this package, we will support a way for people to create their own atomic swaps and share the link. In addition discord bots and other external sources can tap into the site to create swapable links to create marketplaces or redemptions on the go. + +No more need to opt into things manually when this tool can be used to opt in and claim. + +## Future Blueprint +Build it. + +## Benefits for the community +The benefits are already being realized. When the myalgo hack went down, we quickly created mass add and send tools with Pera integration so creators and collectors alike were able to efficiently move their assets to safe homes. Since then, we have creators thanking us for providing them the tools we wish we had back in the early days of Algorand NFTs. + +## Additional information +We had been approved in the first and second xGov Round to build more tools. The tools have since been completed and made open source. + +In addition to the tooling, we also provide creator guides that allow new creators to get a lay of the ecosystem to help the onboarding experience. You can find them here: https://medium.com/@loafpickle diff --git a/Proposals/xgov-115.md b/Proposals/xgov-115.md new file mode 100644 index 00000000..9eff0e82 --- /dev/null +++ b/Proposals/xgov-115.md @@ -0,0 +1,71 @@ +--- +id: 115 +period: 3 +title: AlgoMinter - NFT Image Generator +author: Zachary Minner (@1forh) +discussions-to: https://github.com/algorandfoundation/xGov/pull/115 +company_name: minner.algo +category: dApps +focus_area: NFT +open_source: Yes +amount_requested: 40000 +status: Final +--- + +## Abstract +I am developing an app that allows users to generate NFT collections utilizing user-uploaded image data (layers) as well as customizations that offer fine-grain control over the generated images. + +The dApp will allow the user to upload layer files, set rules for specific traits, preview images based on collection size, and then either download the images or mint them straight to the Algorand blockchain using ARC69, ARC19 specifications. + +## Team +My name is Zachary Minner. I've been a Web Developer for 10+ years. I've built over 100+ websites/apps through my day job as well as over 10 different websites for Algorand NFT collections. + +## Experience with Algorand +For the last 2+ years, I've been building an NFT community called Shitty Kitties with my wife Haley. Shitty Kitties is more than just NFTs. We have many utilities through our website and our Discord channel that offer users a unique and Shitty experience. +- Wallet utilities like Mass Add and Mass Send +- Entertainment/Rewards utilities like casino, raffles, and vending machine +- Profile look-up +- and more + +I've also built over 10 websites/dApps for different Algorand collections as well as Discord bots, exactly to the collections/creator specifications. + +I build dApps using Next.js/TypeScript and I'm very familiar with the JavaScript AlgoSDK as well as AlgoNode APIs. + +## Present Proposal +The Image Generator will be the main feature of the app. A user will define "Layers" (ie. Backgrounds, Hats, Accessories) for their project. For each layer, the user can upload as many images as they want to represent different "traits" for that layer. + +All of the layer, trait, and image data is stored in a database in the browser's IndexedDB. + +Using all of the different layers, trait images, and other settings the user defined (like collection size, collection name, and trait rarities), images will be generated for the user to preview right on the website. This will give them the ability to do QA on the generated images so much easier than they would be able to when using a script to generate them. + +There will also be a handful of useful tools that the user can use to save their favorite generated images for later generations, create 1/1s within your randomly generated images, and more. + +Once the user is satisfied with the generated images, the site will allow them to download all of the images in a zip file as well as give the user a JSON file of the metadata necessary for the ARC69 specification when minting the NFTs. This will be available to all users. + +The app will allow users to pay a modest monthly fee in ALGO to gain access to some paid features. + +As a paid feature, users can mint the Algorand NFTs right from the website. Once the user is satisfied with the generated images, the site will offer them the option to Mint them as ARC69 and/or ARC19 Algorand NFTs. + +## Future Blueprint +I am building an MVP version first so that I can release it quicker and get feedback from the community. However, I have a few ideas that I'd like to implement at a future time. +- Cloud Storage for data/images +- Allow uploading gifs to generate NFT gifs +- Implement feedback from the Algorand community + +## Benefits for the community +I think there's a huge gap missing in this area. There's a good amount of Algorand users trying to make generative NFT collections that don't have experience with Python or other languages needed to write an NFT Image Generation Script. +This task is often outsourced to one of the amazing developers on Algorand, at the cost of the collection creator. This site would allow anyone to design and generate their own generative Algorand NFT Collection with ease. + +I know that there are a few NFT Image Generator options being developed but I think competition breeds innovation and creativity, so one more won't hurt at all. + +AlgoMinter will offer a sleek UI, fast and efficient data storage, and my undying support for bugs and later updates to the dApp. + +## Additional information +I have a proven track record of getting shit done and done well. Building websites/apps and interacting with the Algorand community through Shitty Kitties are some of my greatest passions. I love the work I do here and hope to continue building cool shit for Algorand for years to come. + +If you'd like to check out any of the existing stuff I've built, you can find some below. + +- Shitty Kitties https://www.shittykitties.art - Many utilities and helpful features for Shitty Kitty holders +- Shitty Cities https://www.shittycities.art - Companion collection that allows holders to collect and update isometric City NFTs +- How to ALGO NFT https://www.howtoalgonft.com - Helpful information on all sorts of Algorand NFT topics. Working on redesigning and rebuilding this right now. +- NFT Missions https://www.nftmissions.com - Aggregates Adventure/Mission style staking from different Algorand NFT collections diff --git a/Proposals/xgov-53.md b/Proposals/xgov-116.md similarity index 57% rename from Proposals/xgov-53.md rename to Proposals/xgov-116.md index 36e2304f..3d727271 100644 --- a/Proposals/xgov-53.md +++ b/Proposals/xgov-116.md @@ -1,33 +1,35 @@ --- -id: 53 -title: Recurrent Payments / Contract Call Platform -author: Kyle Breeding (@kylebeee) -discussions-to: https://forum.algorand.org/t/xgov-53-recurrent-payments-contract-call-platform/10479 +id: 116 +period: 3 +title: Subscription Payments +author: krby.algo (@kylebeee) +discussions-to: https://forum.algorand.org/t/xgov-111-subscription-payments/10875 company_name: Akita category: dApps focus_area: Defi open_source: Yes -amount_requested: 300000 +amount_requested: 50000 status: Final --- ## Abstract -Subscription payments are a common feature across most industries and are essential to bridging the rest of the world to Algorand. Akita is building a first class subscription system & platform that will bring the next generation of recurring payment rails to Algorand. In a multitude of ways, our smart contract design streamlines control, accessibility and management of subscriptions for both businesses and end users on Algorand. With version 1.0 of the contracts already written; Akita is looking to build out the UI interfaces and expand on their functionality (More details below in the Roadmap section). These contracts will serve both businesses on Algorand via Javascript SDKs and the Akita creator subscription platform. +Subscription payments are a common feature across most industries and are essential to bridging the rest of the world to Algorand. We're building a first class subscription system & platform that will bring the next generation of recurring payment rails to Algorand. In a multitude of ways, our smart contract design streamlines control, accessibility and management of subscriptions for both businesses and end users on Algorand. With version 1.0 of the contracts already written; Akita is looking to build out the UI interfaces and expand on their functionality (More details below in the Roadmap section). These contracts will serve both businesses on Algorand via Javascript SDKs and the Akita creator subscription platform. ## Team Krby (https://twitter.com/kylebeeeee) has been a full time software engineer for over 7 years and has been spending his evenings building Akita for the better part of the last 2 years following the original dev teams departure. He's built a number of massive features for the Akita community including a staking platform, discord payment & verification bot (integrated with NFD's), Yoink Ball (an in person king of the hill game utilizing Freeze & Clawback) and a permissionless Community spec (ARC-53). ## Experience with Algorand -For nearly the last 2 years Krby has been spending his evenings building on Algorand. From writing PyTeal smart contracts to building the base components of a longer term vision; a social platform built ontop of Algorand, NFDs, subscriptions & the community page spec. To date he's delivered an astounding amount of value to the Algorand / Akita community and has been the driving force behind the growth of the Akita platform: +For nearly the last 2 years Krby has been spending his evenings building on Algorand. From writing smart contracts to building the base components of a longer term vision; a social platform built ontop of Algorand, NFDs, subscriptions & the community page spec. To date he's delivered an astounding amount of value to the Algorand / Akita community and has been the driving force behind the growth of the Akita platform: - The most flexible staking platform on Algorand - A discord bot that enables payments, verification, and more - Yoink Ball, an in person game of king of the hill utilizing Freeze & Clawback -- A permissionless community spec that enables NFT and project exploration with some of the best UX on Algorand +- Author of ARC53, a permissionless community spec that enables NFT and project exploration with some of the best UX on Algorand - A shuffle system for Akita Omnigems where the NFTs have no data attached to them before sale +- Co-Author of ARC58, the Abstracted Account spec. ## Present Proposal -Version 1 of the contracts are already written and have been checked thoroughly by Algorand Foundation Developers. The features for version 1 include: +The features for version 1 include: - Automated Recurring payments: - any token @@ -38,25 +40,39 @@ Version 1 of the contracts are already written and have been checked thoroughly - Address Banning - Family Plans ( up to 5 on a single subscription ) -### Step 1 -Date: 01/12/2023 -Description: Frontend development for the subscription platform +We are working to build out the subscription contract triggering service required to make payments seamless & automatic for end users as well as interfaces for end users to subscribe to one another, create offerings, manage subscribers, ban lists and more. -- interfaces for end users to subscribe to other users & offerings -- interfaces for merchants to create offerings, manage subscribers and ban lists +## Future Blueprint -### Step 2 -Date: 01/02/2023 -Description: Javascript SDK / React hooks for the subscription contracts allowing for easy integration into any dApp on Algorand. -### Step 3 -Date 01/05/2024 -Description: Extend the contracts with two major features: +### Milestone 2: SDKs +Time Taken: 2 months -- price pinning - - e.g. pay $10 USDC worth of ALGO every month. -- contract calls - - e.g. swap $10 USDC worth of ALGO for AKTA every month via tinyman +Amount: 50000 + +Description: + - Javascript SDK for building txns to create & interact with the subscription contracts + - Go SDKs for tracking & triggering payments + + +### Milestone 3: Price Pinning +Time Taken: 1 months + +Amount: 50000 + +Description: + - Price pinning for subscriptions, we'll integrate with a price oracle to pay x token in y token value + - e.g. pay $10 USDC worth of ALGO every month + + +### Milestone 4: Automatic Contract Calls +Time Taken: 3 months + +Amount: 50000 + +Description: + - subscription contract calls + - e.g. swap $10 USDC worth of ALGO for AKTA every month via tinyman ## Benefits for the community Subscription contracts have huge convenience features for the community like supporting your favorite NFT creators on a regular basis without having to remember to do so. Royalties often fall short of being sustainable for creators to continue to pursue their passion and build on the Algorand blockchain. These contracts will open up a new avenue for creators, projects & businesses alike to increase sustainability and establish recurring revenue. diff --git a/Proposals/xgov-117.md b/Proposals/xgov-117.md new file mode 100644 index 00000000..f0a62545 --- /dev/null +++ b/Proposals/xgov-117.md @@ -0,0 +1,67 @@ +--- +id: 117 +period: 3 +title: Plugin-Based Account Abstraction +author: krby.algo (@kylebeee) +discussions-to: https://forum.algorand.org/t/xgov-117-plugin-based-account-abstraction/11072 +company_name: Akita +category: dApps +focus_area: Defi +open_source: Yes +amount_requested: 50000 +status: Final +--- + +## Abstract +This proposal aims to bring production ready stateful smart contracts & tooling that act as an abstraction layer for interacting with the Algorand blockchain. This will allow businesses to offer their users a seamless onboarding experience & focus on delivering value to their customers, while amending some of the current UX friction points for new users. Through the use of plugins, users will be able to safely delegate authorizations opening up a whole new world of possibilities for the Algorand ecosystem. + +## Team +Krby (https://twitter.com/kylebeeeee) has been a full time software engineer for over 7 years and has been spending his evenings building Akita for the better part of the last 2 years following the original dev teams departure. He's built a number of massive features for the Akita community including a staking platform, discord payment & verification bot (integrated with NFD's), Yoink Ball (an in person king of the hill game utilizing Freeze & Clawback) and a permissionless Community spec (ARC-53). + +## Experience with Algorand +For nearly the last 2 years Krby has been spending his evenings building on Algorand. From writing smart contracts to building the base components of a longer term vision; a social platform built ontop of Algorand, NFDs, subscriptions & the community page spec. To date he's delivered an astounding amount of value to the Algorand / Akita community and has been the driving force behind the growth of the Akita platform: + +- The most flexible staking platform on Algorand +- A discord bot that enables payments, verification, and more +- Yoink Ball, an in person game of king of the hill utilizing Freeze & Clawback +- Author of ARC53, a permissionless community spec that enables NFT and project exploration with some of the best UX on Algorand +- A shuffle system for Akita Omnigems where the NFTs have no data attached to them before sale +- Co-Author of ARC58, the Abstracted Account spec. + +## Present Proposal +This proposal aims to acquire funding to build out the first production ready plugin based contract wallet for users on algorand. This abstraction will allow businesses on Algorand to offer their users a seamless onboarding experience & focus on delivering value to their customers. A Contract based wallet creates a massive set of new utility & convenience for users on Algorand. Over time tooling around this new wallet paradigm will be built out to enable users to safely delegate authorizations to plugins, opening up a whole new world of possibilities for the Algorand ecosystem. + +## Future Blueprint + + +### Milestone 2: SDKs +Time Taken: 3 months + +Amount: 50000 + +Description: +Javascript & Go SDK's for creating, managing & interacting with contract based wallets & plugins. Integration with our ecosystems standard use-wallet library for clean integration across dapps. + +### Milestone 3: Plugins, Plugins, Plugins +Time Taken: 3 months + +Amount: 50000 + +Description: +A standard set of plugin contracts for a myriad of uses within the ecosystem. The possibilities are nearly endless. We can have subscription plugins that allow users to pay automatically, NFT plugins for listing NFTs without them leaving your wallet. Bounty plugins for creating bounties that can be claimed by anyone, etc. The list goes on and on. The goal is to create a standard set of plugins that can be used by any business on Algorand to offer their users a seamless onboarding experience & focus on delivering value to their customers. + + +### Milestone 4: Flavored Contract templates & Documentation +Time Taken: 3 months + +Amount: 50000 + +Description: +Variations of the abstracted account with differing native feature sets. ie: a contract based wallet with a 10 day delay on interacting with new addresses as a whitelisting safety net, etc. +Documentation for the SDKs, plugins & contract templates. + + +## Benefits for the community +Removing friction from user onboarding can help our network flourish by making onboarding less of a stumbling block for new & uninformed users. The learning curve of interacting with a blockchain is too steep for a large percentage of the population. This proposal aims to remove those barriers and offer businesses on Algorand a way to ease their users into web3 and bring the user of experience up to par with the rest of the web. + +## Additional information diff --git a/Proposals/xgov-118.md b/Proposals/xgov-118.md new file mode 100644 index 00000000..dc1f5229 --- /dev/null +++ b/Proposals/xgov-118.md @@ -0,0 +1,71 @@ +--- +id: 118 +period: 3 +title: The First WebMarket - A Micropayment Content Exchange +author: Dugan Messman (@dsmessman) +discussions-to: https://github.com/algorandfoundation/xGov/pull/118 +company_name: pressdot +category: dApps +focus_area: Other +open_source: No +amount_requested: 500000 +status: Final +--- + +## Abstract + There currently is no widely used application that uses blockchain technology. The average person still does not use blockchain to make transactions. They are stuck in the financial past. In the future, everyone will use Algorand like digital cash -- paying one another with peer-to-peer payments. pressdot is one of the first steps to achieving that future: a micropayment monetization system for internet content is vital infrastructure for onboarding every human on the planet to Algorand. With this grant, pressdot will develop a platform to onboard the next million crypto non-natives to Algorand, all the while developing never seen before use of the technology. + + +## Team +Dugan Messman (twitter.com/dsmessmn) - Founder, CEO of pressdot + +Scott Bolasevich (twitter.com/FlippingAlgos) - Lead Full-stack Developer + + +## Experience with Algorand + Dugan has been a member of the Algorand community since August 2022. He developed the idea for pressdot in September 2022. Since then, he has worked to make his idea a reality. His accolades include 3rd place at the AlgoHouse NYC pitch competition, 1st place at the AXL Ventures virtual pitch competition, and 2nd place at the Build-A-Bull hackathon. + + Scott is a full-stack developer with 20+ years of experience. He has worked on over 30 projects in the Algorand ecosystem, including Shufl, Taco Coin, Peperium, Outsyde, PRDAO, and many more. He developed the beta platform for pressdot in less than a week, which went on to win 2nd place at the Build-A-Bull hackathon. + +## Present Proposal + pressdot is looking to use the 500,000 ALGO to develop a new platform. After receiving second place at the Build-A-Bull hackathon, pressdot has lacked the runway to develop a strong website. The beta platform that currently exists is the result of a few days of work. With funding, pressdot would be able to create a new platform that is user-friendly, efficient, and full of potential. + + To accomplish this, Dugan and Scott are preparing wire frames, workflows, and concepts to produce plans for the pressdot platform. They will do preparation work until funds are available for Scott to begin his development work. Scott will be working for 750 ALGO/hour for a total of 500 hours. This should be ample time to implement the plans that Dugan and Scott are preparing. + + This new platform will be a complete redesign of the existing beta platform. The core concept is the same -- allow creators to monetize their work and earn in perpetuity. The idea is simple, but expansive. There are so many ways to monetize clicks on the platform. Viewers will now have the chance to earn simply for using the platform. pressdot's idea enables a complete re-structuring of what we know about the internet. + + pressdot is targeting a non-crypto audience for this platform. This is why Algorand is the only blockchain for the job. No down-time, sub three second block times, and instant finality. The user experience on pressdot must be top class. To get the non-natives to stay, pressdot must act, look, and talk like a Web2 website. + + pressdot is designed to be a sustainable business. This grant is meant to be a one time deal. pressdot will utilize the funds to develop a website that is self-sustaining, and will not rely on handouts to stay afloat. Every user on pressdot is a paying, incentivized customer. Using the pressdot monetization system benefits everyone. + + +## Future Blueprint + The goal of pressdot is to onboard the next 100,000 users to Algorand. In order to do so, there needs to be an uncomplicated place on the internet for people to spend and earn their ALGO, so people can see the technology in action. pressdot will provide this, by improving upon the beta platform and ensuring a seamless user experience. Creators will earn more per view and have a wider audience. Viewers will be incentivized with every click. pressdot is not developing a social media platform, this is something distinctly different. Money will be flowing to exchange ideas, in the first ever WebMarket. + + To accomplish this goal, pressdot will be using the funds allotted in the following ways. + +Technology Development (75% - 375,000 ALGO): + - 375,000 ALGO for 500 hours of work at 750 ALGO per hour + - Paid in 8 hour increments + - All 375,000 ALGO will go to Scott over the course of two months + - This is for a rate of ~$150/hr + +Marketing and User Acquisition (15% - 75,000 ALGO): + - 50,000 ALGO for onboarding creators and viewers + - For funding creator and viewer wallets + - 25,000 ALGO for partnerships + - For sponsoring creators and events + +Legal and Compliance (10% - 50,000 ALGO): + - 50,000 ALGO to ensure legal compliance and secure pressdot IP + + +## Benefits for the community + pressdot will bring new users to the Algorand ecosystem. This application of blockchain technology, micropayment monetization, is vastly underdeveloped. pressdot is looking to be the first company to break through and become a friendly platform for crypto non-natives. This is possible because the "crypto" aspect of pressdot is less pronounced. The only use of Algorand on pressdot is the transactions. There are some new rules for this new system of monetization, but otherwise pressdot is familiar to everyone. You upload content, interact with it, and now, you earn money for engaging with it. + + +## Additional information +https://pressdotalgo.com +https://twitter.com/pressdotalgo +https://vestige.fi/asset/919889450 +dugan@pressdotalgo.com diff --git a/Proposals/xgov-119.md b/Proposals/xgov-119.md new file mode 100644 index 00000000..e89134d0 --- /dev/null +++ b/Proposals/xgov-119.md @@ -0,0 +1,131 @@ +--- +id: 119 +period: 3 +title: Zorkin - Social Login for Self-Custodial Account Authentication with ZK-SNARKs +author: Winton Nathan-Roberts (@mangoplane) +discussions-to: https://github.com/algorandfoundation/xGov/pull/119 +company_name: Helium Labs +category: dApps +focus_area: User Onboarding +open_source: Yes +amount_requested: 100000 +status: Final +--- + +## Abstract +Zorkin plans to develop a ZK-SNARK based solution for low-friction user authentication and transaction authorization with Social Login via supported OAuth providers (e.g. Google), linking the user's OAuth identity to a unique Algorand Account from which transactions can be authorized. Some Algorand specific user experience challenges, such as explicit asset Opt-In approval, will be addressed cohesively. A fiat on-ramp will be integrated into the solution for regulatory-compliant blockchain asset purchases using popular payment methods such as credit card. It will be launched as a paid service with pricing that is estimated, although not guaranteed, to be competitive with alternatives like Web3Auth. + +Disclaimers: +- The proposal is subject to terms, conditions and disclaimers as outlined in the body of the proposal +- Should the proposal be unfunded or fail to pass, we reserve the right to discontinue Zorkin development, terminate our plans and close any public services + +## Team +- Winton Nathan-Roberts as Research, Design & Software Engineering lead +- Skilled independent contractors for auxiliary tasks spanning software engineering, legal consultation, and financial services + +Contractor work will be rigorously checked for validity. + +## Experience with Algorand + +Winton Nathan-Roberts is a Machine Learning PhD dropout boasting over 4 years of industry experience in Software Engineering with various startups and blue-chip companies, including Wargaming. + +He has dedicated over two years to developing an Algorand-based Web3 gaming venture. Currently he is focusing on streamlining the onboarding process, with solutions that lower friction in Algorand account authentication, transaction authorization, and fiat purchases. Some of his projects can be viewed at Helium Labs on GitHub, though many repositories are private. + +Here are some relevant projects he has worked on, linked to videos for further detail: + +- Aido - FIDO2 Transaction Authorization: Implements the passwordless & phishing-resistant FIDO2 protocol for transaction authorization from an Algorand account +- SessionWallet: Provides low-friction application specific account creation and transaction approval, leveraging transactions as session tokens via on-chain MsgPack parsing + +## Present Proposal + +Zorkin plans to develop a drop-in solution for low-friction user authentication and transaction authorization with Social Login via supported OAuth providers (e.g. Google), linking the user's OAuth identity to a unique Algorand Account from which transactions can be authorized. At its core, users authenticate themselves using a familiar OpenID Connect experience. The resulting JSON Web Token (JWT) access token can then be utilized to create an authorized session wherein users can approve transactions from their linked Algorand account with the associated session parameters. ZK-SNARKs are used to preserve the privacy of the JWT access token during session authorization, so it isn't revealed on-chain. The sensitive session access keys are stored within the interfacing application client, intended for management by the user, making the solution self-custodial. + +ZK-Login by Mysten Labs, created exclusively for the Sui blockchain, has inspired the development of Zorkin. Zorkin plans to introduce various improvements such as allowing seamless OAuth client migration, postponing session creation until necessary, among other enhancements. + +Zorkin aims to enhance the user experience on Algorand by tackling its inherent challenges, like the requirement for users to manually opt into assets. To that end, we may offer a compatible ARC-56 compliant plugin-based contract account. [xGov-117](./xgov-117.md) proposes to develop ARC-56. + +Lastly, our plan includes adding a regulatory-compliant, third-party fiat on-ramp service like MoonPay. This will enable users to buy approved assets with popular payment methods, including credit cards. + +### Prototype Video Demonstration + +We are currently experimenting with several design variants. One notable variant can be found in the Zorkin GitHub repository. For a preview of this variant, watch the video below showcasing a prototype demonstration. + +
+ + YouTube Video Thumbnail + +
+ +The final product may substantially change from the above preview after further development. + +### Deliverables + +The deliverables of this proposal are the success criteria, against which the proposal can be considered delivered on should they be met, and are enumerated below. + +`ZorkinInfra` is defined as a ZK-SNARK based OpenIDConnect authentication solution that authenticates access to a Self-Custodial Algorand Account, that's local to a specific tenant. A tenant is an application interface to `ZorkinInfra`, through which users can authenticate access with `ZorkinInfra` to self-custodial Algorand accounts that are local to the tenant. `PaymentInfra` is defined as payment infrastructure that allows billing of tenants for their usage of `ZorkinInfra` to cover related operating expenses (e.g. cloud hosting costs) and a pre-determined profit margin. The `Dashboard` is an area where customers can configure their tenants, and manage their billing via `PaymentInfra`. `LegalConsult` refers to consulting with a relevant legal professional to ensure the deliverables comply with relevant laws, and to assist in drafting necessary legal documents such as terms of service. + +In chronological order, the deliverables are: + +0. Development of `ZorkinInfra` +1. Development of `Dashboard` +1. Development of `PaymentInfra` +2. Testnet Deployment of `ZorkinInfra`, with a tenant configurable via `Dashboard` and billed via `PaymentInfra` +3. Integration of at least one 3rd Party Fiat On-Ramp +4. Initiation and completion of `LegalConsult` +4. Refinements of `ZorkinInfra`, `Dashboard` & `PaymentInfra` against feedback on their testnet deployments & legal consultation (`LegalConsult`) +5. Mainnet Deployment of `ZorkinInfra`, with a tenant configurable via `Dashboard` and billed via `PaymentInfra` + +The delivery timeline is deliberately open-ended to prioritize legal compliance and consumer safety. The deliverables will be available for public access only in jurisdictions where they fully adhere to local laws. The deliverables will be adjusted against feedback from legal consultation to ensure legal feasibility. These services will be offered as long as they are financially viable and legally permissible, with a planned legal sunsetting and exit strategy to be devised and communicated to consumers through the terms of service. + +Note the scope of the proposal, including the deliverables, are completely limited to whatever is described in this proposal document and excludes any external resource or dependency such as a Github repository where some design or intention may be proposed. + +## Benefits for the community + +If implemented, developers in supported countries could integrate Zorkin into their applications to facilitate Social Login for user authentication and transaction approval, creating a smoother experience. The inclusion of a third-party Fiat On-Ramp allows users to purchase approved assets using major payment methods, including credit cards. Some Algorand specific user experience challenges, such as explicit asset Opt-In approval, will be addressed cohesively. Furthermore, initial cost estimates for services like cloud hosting indicate that Zorkin could offer competitive pricing compared to alternative solutions like Web3Auth. + +## Additional information + +### Open Source Clarification + +The proposal's metadata suggests it will be Open Source, but this applies only to solution components chosen at our discretion such as certain frontend application clients. It is guaranteed that at least one component of the solution will be open-source. Each open-source component will be subject to a separate license with respective terms and conditions that must be adhered to. Any third-party code or design dependency will have its respective trademark, copyright & patent licenses respected. + +### Ownership of Deliverables & Intellectual Property + +The deliverables and any related novel intellectual property (IP) will be fully owned by Winton Nathan-Roberts, who reserves the right to do anything with the property as permitted by law. To the best of our knowledge, the IP isn't conflicting with any patents. The intellectual property and deliverables might undergo ownership transfers, leading to possible rebranding or integration with other companies or products. For instance, Zorkin could be renamed and associated with a different product the author is affiliated with undergoing similar ownership changes. Zorkin, described by the proposal, is a commercial endeavour with the aim to profit. + +Zorkin will be a paid service, where users must pay for their usage covering operating expenses at minimum. + +### Intellectual Property Clarity + +The following is an argument as to why we think the Zorkin IP is safe to use and unlikely to encounter any disputes due to IP infringement. In particular, whether it is okay that Zorkin is similar in concept to ZK-Login by Mysten Labs, sharing some degree of design overlap. The following should not be construed as legal advice, is not written by a legal professional and is accurate to the best of our knowledge. + +- Zorkin isn't a clone of any other solution. It is inspired by other solutions and makes several innovations +- Currently there are no known patents or pending-patents for similar ideas +- Several unpatented designs exist, like Snark JWT Verify. These designs are over a year old suggesting the idea of using ZK-SNARKs for OAuth/OIDC transaction authorization is unpatentable +- ZK-Login is described and implemented by Mysten Labs with most of its components existing in an open-source codebase with an APLv2 license, and documentation that's covered by CC-BY-4.0. Some components, in particular its circuit, are closed-source +- The conclusion we can reach is that the design for ZK-Login is most likely subject to APLv2, on the basis it is nearly described in its entirety in codebases that are subject to APLv2 + +Should any IP infringement dispute occur, or is predicted to occur, Zorkin will do anything it can to respect the law including preemptively terminating any public facing service with advanced notice per its Terms of Service. + +### Self-Custodial Definition + +The proposal's Self-Custody aspect means that Zorkin or its affiliates do not hold users' sensitive account access keys, such as private keys, whose possession would allow the holder access to the users' account. Account access is restricted to the user, their OAuth account provider, and potentially frontend application clients. + +### Disclaimers + +To the fullest extent permitted by law, this proposal and Zorkin are subject to the following legal disclaimers: + +- NO WARRANTIES: We offer no warranties or guarantees, explicit or implied. +- NO LIABILITY: We are not liable for any damages from using or inability to use this content. +- INDEPENDENCE: We do not necessarily have a direct affiliation with any party mentioned or implied besides Zorkin. +- INDEMNIFICATION: You must defend and indemnify us against all claims and damages from your use of the content. +- NOT PRODUCTION READY: The content may have vulnerabilities and is not for production use. +- USE AT YOUR OWN RISK: You are solely responsible for using the content and ensuring its legal compliance. +- UNVERIFIED CLAIMS: Claims in the content are not independently verified; do your own research before relying on them. +- IMPORTANT NOTICE: This document, including all disclaimers, should not be considered as legal or investment advice. The information provided is for general informational purposes only. + +Due to the research heavy nature of the proposal, all claims are subject to change. The scope of the proposal, including the deliverables, are completely limited to whatever is described in this proposal document and excludes any external resource or dependency such as a Github repository where some design or intention may be proposed. + +Additional disclaimers: +- If the proposal is passed and approved, but we cannot convince ourselves that the intellectual property is acceptable for use, then we reserve the right to decline the funding and withdraw our proposal even after it has been passed. Should this happen, none of the terms will be delivered on. +- Should the proposal be unfunded or fail to pass, we reserve the right to discontinue Zorkin development, terminate our plans and close any public services diff --git a/Proposals/xgov-120.md b/Proposals/xgov-120.md new file mode 100644 index 00000000..cd4dc940 --- /dev/null +++ b/Proposals/xgov-120.md @@ -0,0 +1,72 @@ +--- +id: 120 +period: 3 +title: How to ALGO NFT - Explore our articles/tutorials to become an Algorand NFT expert. +author: Zachary Minner (@1forh) +discussions-to: https://github.com/algorandfoundation/xGov/pull/120 +company_name: minner.algo +category: dApps +focus_area: User Onboarding +open_source: Yes +amount_requested: 10000 +status: Final +--- + +## Abstract + +The live version of (How to ALGO NFT)[https://www.howtoalgonft.com/] has been around for about a year. It has various categories related to onboarding and NFTs. Most of the categories contain links to external resources. + +I am currently in the process of redesigning and rebuilding the website using Next.js/Payload CMS. You can view the progress at the link below. + +https://staging.howtoalgonft.com + +We'll be adding well-written articles for each of the 6 "Algorand NFT Essentials" to help users with all sorts of Algorand NFT-related topics. + +## Team +My name is Zachary Minner. I've been a Web Developer for 10+ years. I've built over 100+ websites/apps through my day job as well as over 10 different websites for Algorand NFT collections. + +I'll also be working with other Algorand community members to write articles for the website. This will be on a per-article basis. + +## Experience with Algorand +For the last 2+ years, I've been building an NFT community called Shitty Kitties with my wife. Shitty Kitties is more than just NFTs. We have many utilities through our website and our Discord channel that offer users a unique and Shitty experience. +- Wallet utilities like Mass Add and Mass Send +- Entertainment/Rewards utilities like casino, raffles, and vending machine +- Profile look-up +- and more + +I've also built over 10 websites/dApps for different Algorand collections as well as Discord bots, exactly to the collections/creator specifications. + +I build dApps using Next.js and JavaScript so therefore utilize the JavaScript AlgoSDK as well as AlgoNode APIs in my websites and Discord bots. + +## Present Proposal + +The idea is this. There are 6 categories of articles that will be on the website. Each category is geared towards informing the user about Algorand NFTs. + +- Create your Algorand Wallet +- Fund your Wallet +- Buy New NFTs +- Create your own NFTs +- Sell Your Creations +- Manage Your Assets + +For each category, the website will have multiple well-written articles to help the user learn about each. For example, "Buy New NFTs" will have articles explaining how to use each NFT Marketplace. "Create your Algorand Wallet" will have an article on how to create a Pera wallet and another on how to create a Defly wallet. + +I'd like to hire Algorand community members to write articles for the website. The proposal funds will go to finishing the website as well as funding writers to add more content to the site. + +## Future Blueprint + +We'll continue adding and updating content as we have with the live site. Things change and dApps add new features that we will write articles about. + + +## Benefits for the community + +I think having a resource like this will be incredibly valuable to the community. How to ALGO NFT has been a great resource to the new Algorand community in its current state. The redesign as well as the increase in really well-written content will only help the site's ability to help new community members. + +## Additional information +I have a proven track record of getting shit done and done well. Building websites/apps and interacting with the Algorand community through Shitty Kitties are some of my greatest passions. I love the work I do here and hope to continue building cool shit for Algorand for year's to come. + +If you'd like to check out any of the existing stuff I've built, you can find some of them below. + +Shitty Kitties - https://www.shittykitties.art - Many utiliites and helpful features for Shitty Kitty holders +Shitty Cities - https://www.shittycities.art - Companion collection that allows holders to collect and update isometric City NFTs +NFT Missions - https://www.nftmissions.com - Aggregates Adventure/Mission style staking from different Algorand NFT collections diff --git a/Proposals/xgov-121.md b/Proposals/xgov-121.md new file mode 100644 index 00000000..630a60b2 --- /dev/null +++ b/Proposals/xgov-121.md @@ -0,0 +1,76 @@ +--- +id: 121 +period: 3 +title: Podcast and website expansion +author: The Next Block (@thenextblock3) +discussions-to: https://github.com/algorandfoundation/xGov/pull/121 +company_name: The Next Block +category: Community +focus_area: Education +open_source: Yes +amount_requested: 25000 +status: Final +--- + +## Abstract +The Next Block, a media company, focuses on video content creation within the Algorand ecosystem. +With two years of experience in live interviews, we are expanding our reach with a new website for blogs and media content. +Our proposal extends to fostering growth in NFT and DeFi communities, using proposed funds for impactful content creation. +This strategic approach aligns with our dedication to advancing the Algorand ecosystem while contributing to the broader blockchain landscape. + +## Team +CRYPTOforCHANGE (https://twitter.com/CRYPT0forCHANGE) +Co-host & content creator +Community member since 2021 + +Sea Will (https://twitter.com/seawillpdx) +Co-host & content creator +Community member since 2021 + +## Experience with Algorand +The Next Block boasts over 100 live shows in the past two years, interviewing guests ranging from CEOs of prominent Dapps and NFTs to executive leaders of Algorand and community supporters within. +With this experience in the Algorand ecosystem, our show provides diverse insights, engaging discussions, and firsthand perspectives from key figures. +We also have deep knowledge of how Algorand works and can effectively communicate this in an educational format for our audience to understand. + +The Next Block: https://www.youtube.com/channel/UCE4o509uGtygf_gAEbVgH0A +TravelX interview: https://youtu.be/USaedpzrRCg?si=yslwGqKmJ2jvHNAg +Algorand CTOs interview: https://www.youtube.com/live/-GxS_aBLQM0?si=Tmgrno2N5hhao_bn +Staci Warden interview: https://youtube.com/live/6nEuotx0DAI?feature=share +Fracctal Monsters interview: https://www.youtube.com/live/kKp1m65w9MA?si=4Or72GrVIblQuL76 + +## Present Proposal +Proposal Plan for The Next Block + +Objective 1: Develop a Community-Focused Show +Create a dynamic show featuring guests from NFTs, DeFi, governance, and community related fields within the Algorand ecosystem. +Conduct engaging interviews and forums to foster a sense of community and showcase diverse perspectives. + +Objective 2: Website and Blog Development +Launch a new website to serve as a hub for written blogs and diverse media formats, expanding our content offerings. +Allocate resources for continuous website and blog development, ensuring a valuable resource for the Algorand community. + +Objective 3: Amplify The Next Block Podcast +Strategically promote The Next Block podcast to increase visibility and audience reach. +Showcase top builders and teams within the Algorand ecosystem through podcast episodes. +Use proposed funds to implement targeted marketing strategies and collaborations to amplify the podcast's impact. + +Overall Approach: +Our proposal focuses on community engagement, content expansion, and podcast amplification. +By developing a community-focused show, enhancing our website and blog offerings, and strategically amplifying The Next Block podcast, we aim to contribute significantly to the growth and advancement of the Algorand ecosystem. + +## Future Blueprint +The success of this proposal and efficient fund utilization could pave the way for future proposals. +This scalability approach aims to increase our output and efforts, reflecting our commitment to continuous improvement and growth within the Algorand ecosystem and the broader blockchain landscape. + +## Benefits for the community +This proposal offers existing and new benefits for the Algorand community. +Through a community-focused show, we'll feature experts from NFTs, DeFi, and governance, curating diverse community perspectives. +The new website will provide written blogs and other media formats, enhancing the Algorand community experience. +Strategic promotion of The Next Block podcast will significantly increase visibility to non Algorand users. +Our specific approach aims to tangibly contribute to the Algorand ecosystem's growth and advancement. + +## Additional information +The Next Block, Algorand's enduring podcast, boasts over 200k views and a remarkable 300% subscriber growth on YouTube in the last 3 months. Positioned for audience expansion, we've maintained a sustainable live show focused on Algorand for the past two years, consistently delivering quality content every week. + +YouTube: https://www.youtube.com/channel/UCE4o509uGtygf_gAEbVgH0A +Twitter: https://twitter.com/TheNextBlock3 diff --git a/Proposals/xgov-122.md b/Proposals/xgov-122.md new file mode 100644 index 00000000..ebfb05d4 --- /dev/null +++ b/Proposals/xgov-122.md @@ -0,0 +1,77 @@ +--- +id: 122 +period: 3 +title: Fast Cometa & New features +author: Nikita Gorokhov (@nikitacometa) +discussions-to: https://discord.gg/KnBEtH8gQQ +company_name: Cometa +category: dApps +focus_area: Defi +open_source: No +amount_requested: 100000 +status: Final +--- + +## Abstract +Cometa is a staking/farming platform on Algorand launched in August 2022. +Our current goal is to empower liquidity, popularity and growth of all the projects in the ecosystem. +But we want to do much more. + +As we go into Q1 2024 more bullish than ever, we would like to start with several minor features that will help the growth of our website as well as the whole Algorand ecosystem. +These features include really important platform optimizations & bug fixes and new features: Vault/Airdrop pools and Portfolio Tracker. + +## Team +- Nikita Gorokhov, CEO, Backend Lead. +Before Cometa had 5 years of Software Development at Google, Yandex, VK.com, a company with B2B custodial crypto wallet, AI startup and some others. +https://www.linkedin.com/in/nikitacometa/ +- Daria Yakovleva: CTO, Frontend Lead. Before had 5 years of AI at VK.com and Google. +https://www.linkedin.com/in/daria-yakovleva/ + +## Experience with Algorand + +Cometa started on Algorand in 2021 with 3D AR NFT collection Metapunks and since then we are here. We've done: +* First NFT random shuffle app on Algorand. With that we won Innovative Hackaton 2021 in Digital Art/Collectibles Challenge https://developer.algorand.org/articles/innovate-hackathon-2021/. +* First true web3 staking algorithm on Algorand, which gives you rewards each block instead of epochs like before. We've open-sourced those Reach smart-contracts: https://github.com/MetaLabsOG/cometa-lm-contract. +* Minor features: + * Locked pools, Compound & ZAP + * DEX aggregator powered by Deflex + * NFT rewards for farming/staking and for swaps + * Instant new pools notifications to Telegram and Discord + * Pool holders snapshot (just a reminder) +* Liquidity-as-a-Service concept MVP on the testnet with PyTeal smart-contracts. +* Runner-up winner of Decipher 2022 main pitch competition in Dubai. +* Had Algorand Node and Indexer before (will start new soon), using JS & Python SDKs, building own tools. + +## Present Proposal +We'll make our platform fast and reliable to be ready for the bull market. +The new features are not big, but will allow fresh projects to launch much easier and faster and allow users to manage DeFi more efficient and convenient. + +We'll get 2 developers and 1 part-time designer to accomplish in 3 months: + +### 1. Website Optimizations & Bug Fixes, 20k +We've got lots of new users, pools and gathered lots of different data for the last 1.5 years. +The website load is much higher than ever before and now is only the beginning of the epic bull market. +We will perform several optimizations on backend and frontend sides to get the smoothness back and fix a few bugs to make it 99.9%+ uptime. We want to be ready for the Algorand success. + +### 2. Vault/Airdrop Pools, 50k +DeFi needs not only investment mechanisms, but other useful tools as well. For this proposal we'll implement: +- Vault Pools: create a pool with tokens that you cannot access for the whole pool length (1 day, 2 years, etc). No APR, just lock. Useful for DeFi users to protect money from themselves. +- Airdrop Pools: create a pool so that only limited amount of people could claim a part of it OR users could subscribe to it and receive airdrops every X days. Tool for projects to get new holders fast. + +### 3. Portfolio Tracker, 30k +Why do DeFi on one website and then go to another just to check the portfolio of your wallet(-s)? We think it should be in one place. We'll start with a minimal version and upgrade it continuously. +Most likely we'll collaborate with ASA Stats or just use their API to have rich information from the start and filter what is the most crucial for users to see. + +## Benefits for the community +The overall goal of Cometa is to help projects to launch and/or grow ASAP: attract more liquidity, get new holders and gain more media attention. +With listed features we'll help with those tasks much more efficient thus empowering the whole Algorand DeFi. + +## Additional information +Also with those funds we'll finally be able to breathe and to plan bigger ideas to implement afterward. Crypto grows, and we have to do the same. + +### Links +- https://cometa.farm/ +- https://app.cometa.farm/ +- https://metapunks.world/ +- https://twitter.com/CometaHub +- https://discord.gg/KnBEtH8gQQ diff --git a/Proposals/xgov-123.md b/Proposals/xgov-123.md new file mode 100644 index 00000000..3ee40f49 --- /dev/null +++ b/Proposals/xgov-123.md @@ -0,0 +1,73 @@ +--- +id: 123 +period: 3 +title: AlgoDirectory (directory.algo) +author: Brian (@SilentRhetoric), Christian (@tak-o-kat) +discussions-to: https://forum.algorand.org/t/xgov-123-algodirectory-directory-algo/11078 +company_name: Distributed Ledger Technologies +category: dApps +focus_area: User Onboarding +open_source: Yes +amount_requested: 50000 +status: Final +--- + +## Abstract + +AlgoDirectory will help people discover all that the Algorand ecosystem has to offer while enabling users to easily create & edit listings through an on-chain model. The Directory will become permissionless and sustainable by leveraging Algorand's powerful capabilities to put listings on chain and let owners maintain them through a novel "Vouching Protocol" smart contract. + +## Team + +The AlgoDirectory team will consist of two members, Christian and Brian. + +**Christian (Tako)** is immensely eager to work on new and innovative blockchain projects and is a full-stack software developer with several years of experience. + +GitHub - takokat + +**Brian (SilentRhetoric)** is a self-taught, full-stack software developer passionate about bringing the promises of blockchain to the people. + +GitHub - SilentRhetoric + +## Experience with Algorand + +**Christian** has been in the Algorand community since 2021 and is learning to become an Algorand smart contract developer. + +- Built the Blocki tool that enables node runners to monitor the number of blocks the address has proposed to the chain in a time range. The tool integrates with NFD and Algonode’s GraphQL API. +- Has run Algorand participation nodes since summer 2022. + +**Brian** has been an active developer in the Algorand community since 2021 in various capacities: + +- Built the open source Bonfire app for burning ASAs per the ARC-54 standard ([xGov-86](xgov-86.md)). +- Placed 2nd in the Build-A-Bull hackathon Interoperability category for building the Wormhole Connect + Algorand open source SDK module. +- Built the open source Solid Algo Wallets Javascript library for integrating wallets into a web app ([xGov-49](xgov-49.md)). +- Created the open source xGov Viewer app for reviewing xGov proposals and visualizing xGov voting data. +- Place 3rd in the 2022 Encode x Algorand Hackathon for a prototype of the Alright agreements protocol. +- Has run Algorand participation nodes since 2021. + +## Present Proposal + +AlgoDirectory will be launched in Q3 2024 and consist of a web app at algodirectory.app that can view the Directory, create & edit listings as segments of directory.algo via NFD's API, and maintain listings through a new Vouching Protocol smart contract. + +## Benefits for the community + +AlgoDirectory will be the best first stop for new users upon joining the Algorand ecosystem, a valuable reference guide for existing Algorand enthusiasts, and the premier place for projects to be listed and discovered. + +AlgoDirectory improves upon previous Algorand directories in three key ways: + +### Decentralized, Permissionless, Permanent + +AlgoDirectory leverages Algorand's powerful on-chain capabilties to provide a directory that applies the values we love about Algorand to the Directory itself. It will be decentralized across the node network, open to anyone through a permissionless smart contract, and permanent for the lifetime of the chain. + +### Designed for Quality and Freshness + +A central challenge of directories is keeping their information up to date so it is useful to people. AlgoDirectory will use a novel Vouching Protocol to automate the process of determining if listings are still valid and active. Listing owners will effectively vouch for their listings by providing a guarantee and interacting with them regularly. This system will provide on-chain data about whether someone stands behind a listing and how long it has been since someone "touched" a listing. This way, listings can be automatically sorted and filtered so that active listings people are standing behind get the visibility they deserve while stale ones or ones that have been abandoned are discoverable but de-emphasized. + +### Sustainable for the Long Term + +Another key objective of AlgoDirectory is to be sustainable so that it outlasts the efforts of its creators and any centralized website hosting. Algorand has had several directories over the years, some of which are now gone because their creators are no longer curating them and their Web2 sites. By putting the Directory on chain and providing open source code to interact with it, listings on AlgoDirectory will always be accessible. + +## Additional information + +AlgoDirectory will be the spiritual successor to directorydotalgo.xyz, a "Web2" directory site created and maintained by @tomonalgo until it became clear that a hand-curated model was unsustainable. + +The main technical approach to AlgoDirectory will be a wrapper around existing functionality provided by segments of the directory.algo NFD. This enables a robust, on-chain data management process and interoperability with other parts of the Algorand ecosystem that have integrated with NFD. We acknowledge that utilizing NFD's API means there is some short-term dependency on NFD, but decentralization absolutists should note that all of the data management does occur on-chain, the smart contracts are technically permissionless and can be locked for immutability, and NFD has a roadmap to further decentralize their platform. We think this is a reasonable and practical approach to bootstrapping an on-chain directory. The Directory will be designed to operate at cost and is not intended to generate revenue for the AlgoDirectory team. diff --git a/Proposals/xgov-130.md b/Proposals/xgov-130.md new file mode 100644 index 00000000..35ab063e --- /dev/null +++ b/Proposals/xgov-130.md @@ -0,0 +1,53 @@ +--- +id: 130 +period: 3 +title: Community Code Contribution Contest (C4) +author: SilentRhetoric (@SilentRhetoric) +discussions-to: https://forum.algorand.org/t/xgov-130-community-code-contribution-contest-c4/11230 +company_name: N/A +category: Community +focus_area: Libraries +open_source: Yes +amount_requested: 44444 +status: Final +--- + +## Abstract + +The Community Code Contribution Contest (C4) will be an ARC-34-compliant community contest among developers in the Algorand ecosystem to contribute high-quality features and bug fixes to the core code libraries that make Algorand work. The contest will also generate recognition for winning developers on social media to bring attention to their efforts to make Algorand's codebase better. + +## Team + +SilentRhetoric is passionate about building the Algorand open source code ecosystem. + +## Experience with Algorand + +SilentRhetoric has been an active developer in the Algorand community since 2021 in various capacities: + +- Built the open source Bonfire app for burning ASAs per the ARC-54 standard ([xGov-86](xgov-86.md)). +- Placed 2nd in the Build-A-Bull hackathon Interoperability category for building the Wormhole Connect + Algorand open source SDK module. +- Built the open source Solid Algo Wallets Javascript library for integrating wallets into a web app ([xGov-49](xgov-49.md)). +- Created the open source xGov Viewer app for reviewing xGov proposals and visualizing xGov voting data. +- Place 3rd in the 2022 Encode x Algorand Hackathon for a prototype of the Alright agreements protocol. +- Has run Algorand participation nodes since 2021. + +## Present Proposal + +The Community Code Contribution Contest will bring developers from around the Algorand ecosystem together to compete for prizes and social media recognition by having code contributions submitted as Pull Requests (PR) merged into selected Algorand libraries. The eligible issues will be selected in partnership with Algorand Foundation and Algorand Technologies to ensure that they are a good fit for a community developer as well as their teams' fast-paced work to deliver their roadmaps. + +Prizes will be awarded in three categories: +1. Low-hanging Fruit - Four prizes. Smaller work items that have particularly high value and limited interdependency on other areas of the codebase. +2. Difficulty - Three prizes. More extensive and/or challenging tasks that may require creative solutions and/or managing interdependency with other components. +3. People's Choice - Three prizes. A poll will be held in the Algorand Discord to identify the top three eligible features and/or bug fixes that are important to builders' ability to build apps. + +All of the prize winners will have their work promoted in posts on social media channels including X, Reddit, and Discord. I will also try to have the ten winners recognized at Deciper on a best efforts basis in collaboration with Algorand Foundation. + +The contest will be organized by me in public consultation with members of the Algorand Discord server and will ultimately be summarized by an article showcasing the results of the winner's work. + +## Benefits for the community + +Algorand now has a clear roadmap to decentralizing the network through P2P nodes and incentivizing people to participate in consensus, but it does not have a clear roadmap to decentralizing the ongoing development of the core protocol, SDKs, and other libraries that make Algorand work. C4 is intended to cause an explosion of participation by the community in writing code that helps improve and maintain the repositories on which the entire developer ecosystem depends. + +## Additional information + +Specific rules and procedures for this community contest will be formulated together with Algorand Foundation and Algorand Technologies and announced within one month of the proposal passing. The target repositories for this content will likely be go-algorand, go-algorand-sdk, py-algorand-sdk, and js-algorand-sdk, pending agreement from Algorand Technologies and Algorand Foundation. To be eligible for the contest, no work started prior to the kickoff announcement will be eligible. Additional terms may apply and will be communicated in due course in the Algorand Discord server. All code contributions will be open source under the license of the repository to which the code was merged. All funds will go directly to prizes for the winning developers whose eligible PRs are merged successfully as determined by Algorand Foundation and Algorand Technologies. Exactly zero (0) Algos of the grant will go to me. Note that I am in the US so the Algos will be converted to USDC upon payment from Algorand Foundation and thus development prizes will be paid in USDC. diff --git a/Proposals/xgov-141.md b/Proposals/xgov-141.md new file mode 100644 index 00000000..ebf95c2e --- /dev/null +++ b/Proposals/xgov-141.md @@ -0,0 +1,357 @@ +--- +id: 141 +period: 3 +title: Securing ASA Stats API high availability for the next 2 years +author: Ivica Paleka (@ipaleka) +discussions-to: https://forum.algorand.org/t/xgov-141-securing-asa-stats-api-high-availability-for-the-next-2-years-milestone-2/11335 +company_name: ASA Stats +category: Tools +focus_area: Other +open_source: No +amount_requested: 58000 +status: Final +--- + +## Abstract +ASA Stats API makes all the ASA Stats website's functionalities available to any development team or individual. As we provide it for the cost of next to nothing, during the bear market some major Algorand projects have abandoned their development and decided to use the ASA Stats API instead. Our stance is - at least until the ecosystem recovers - that any price increase would probably be counterproductive for everyone in the ecosystem. So we are using this opportunity to allow the continuation of the API development, as well as its improvement and administration for the next 2 years. On top of that, this proposal will allow us to provide a tenfold increase in our API bandwidth and high availability with an uptime equal to or very close to 100%. ASA Stats has processed dozens of millions of requests in the last two years and this proposal will allow billions of them in the future. + +## Team +1. Ivica Paleka (@ipaleka) + + - core developer + +2. Marcin Zawiejski (@dragmz) + + - senior developer + +3. Eduard Ravnić (@kerrilija) + + - junior developer + +## Experience with Algorand +Ivica Paleka has been completely devoted to the ASA Stats project since October 2021. He created a few comprehensive articles/tutorials for the Algorand developer portal (Getting started with Python Algorand SDK and Django , Create and test smart contracts using Python) and created a repository with an Ansible script for provisioning the Algorand Node on all the popular contemporary operating systems (Algorand provisioning). + +Marcin Zawiejski is one of the most productive and valuable developers in the ecosystem. On top of his work in ASA Stats, he created a C to Algorand TEAL compiler, Algorand MultiSig tools, Algorand TEAL language support for Visual Studio Code, as well as ASA Stats terminal app. + +Eduard Ravnic is a junior developer providing a lot of work administrating ASA Stats community channels, researching dApps for implementation in ASA Stats, bug testing, etc. He has developed new features and fixed the bugs in the ASA Stats mobile app (iOS and Android) which completely utilizes the ASA Stats API. + +## Present Proposal + +### Decoupling of the hardware resources and bandwidth +ASA Stats website and API users currently share the available resources without any prioritization of the requests to our endpoints. This proposal implies decoupling hardware/bandwidth resources for the API endpoints (new and more powerful VPSes will be purchased for the purpose) from the free users' website requests (they will continue to use the current resources). + +This proposal also covers the research and the development of the emergency failover processes that will automatically redirect users' requests to a different server in case of a failure, up until the issue is resolved. + +Once Milestone 2 is finished and all the planned hardware resources are purchased, as well as all the research and administration tasks are done, it is expected that all the issues on any endpoint will be resolved automatically - no user should be aware of any problem we could have on our side. The goal is to achieve high availability and an uptime of 100% for all the ASA Stats users. + +Finished Milestone 2 implies start of the development of an asynchronous WebSocket service and the related server will be used both by the advanced API endpoint users and by the website subscribers. On top of the currently existing request-response cycle, it will allow automatic bidirectional data refresh in real time the very moment when any target data update arrives on the Algorand Mainnet. + +### Vertical and/or horizontal scaling +This proposal covers purchasing all the hardware resources ASA Stats would need in the next two years to provide API access to subscribers. + +The ASA Stats roadmap implies the development and deployment of all the ASA Stats resources into a Kubernetes cluster. Although the current state of the ecosystem doesn't justify spending resources on the development and deployment of such a cluster, we at ASA Stats want to be prepared for the task once the ecosystem recovers. + +Therefore this proposal implies VPSes purchasing separated into two phases. It is expected that we purchase and administrate in the first year three VPSes that will take primary roles of API server, WebSocket server, and the website for the free users. The first two servers will also take the secondary role of being read-and-write cache servers (main and failover). + +Once the first year passes, ASA Stats will purchase VPSes for the second year (covered by this proposal). The types and the quantity of those VPSes will depend on the state of the ecosystem and the status of our Kubernetes cluster development (not covered by this proposal). + +If nothing changes after the first year, we'd just purchase three *similar* VPSes for the purpose of providing all of our services in the second year. In that case, we may talk about the "vertical scaling" as it is expected that VPS offerings at the end of 2024. for the same price beats the offerings at the end of 2023. in regard to hardware and bandwidth capabilities. This outcome probably means that we won't be focused on any geolocation diversity. + +If the ecosystem recovers and we decide to spend our resources on developing the Kubernetes cluster, we'd probably purchase three to seven VPSes at the end of the first year in order to provide all of our services through a Kubernetes cluster. This outcome also allows us to focus on the geolocation diversity of the Kubernetes cluster's working nodes. Such a configuration will allow horizontal scaling in the future without any additional coding and administration. In the worst-case scenario, we'd be able to downscale our resources to much less expensive hardware resources in the years that follow. In the best-case scenario, we'd be able to horizontally scale and accept new users with exceptionally high demands in a matter of hours. + +### ASA Stats Avatar NFTs + +#### Introduction +There's a note in the abstract section of this proposal stating that the ASA Stats API is provided to the users for the cost of next to nothing - we are referring to the fact that to get access to our API, users just need to stake at least 500,000 ASASTATS (cca US$23) in our governance staking pool on the Cometa platform. If they choose to stake for at least 10 months then they get lifetime access to our API (after 12 months pass). Afterward, they are free to completely withdraw their ASASTATS or they can continue to stake with the aim of getting increased permission to the ASA Stats services (ASA Stats Token utilization). + +#### Permission +Every ASA Stats user gets a related *permission* number that will be used by the ASA Stats engine to allow or deny the user's access to various services/functionalities. The default permission for an unauthenticated user is 0 and it means that the user has access only to the base/free website. It is worth noting that all the website's functionalities currently implemented (plus NFT beta bringing price evaluation for all ecosystem's NFTs) will remain free for everyone. + +The permission number relates to the ASASTATS allocated to the ASA Stats DAO governor's seat address. To become a governor and get access to the ASA Stats API, a required minimum to stake in our governance staking pool on the Cometa platform is 500,000 ASASTATS. Immediately after users start to stake that amount, they get permission of 64,721,359,550. After 12 months of staking, an amount of 64,721.359550 ASASTATS is allocated to the user address and the user is selected as a governor having 64,721 votes count. Further staking adds up to the permission number and seat tokens count. + +#### JSON Web Token +ASA Stats API users are authenticated using JWT (JSON Web Tokens). API tokens have been created "manually" and sent to the users in a private communication. This proposal implies the development and deployment of an automated system on our website where the users will be able to refresh their tokens. + +#### Algorand boxes +This proposal implies the research and development of a subscription system for the ASA Stats advanced/API users. + +Every authorized user will have an Algorand box created with the current permission value in it. This proposal's research implication should reveal precisely how the Algorand boxes will be filled. + +#### NFTs +Algorand boxes will be used internally by the ASA Stats engine to identify permission for authenticated users and in that regard, those who just started to stake won't differ from the existing DAO governors. + +However, only selected governors (the existing ASA Stats DAO governors and those who have staked at least 500,000 ASASTATS for 12 months or more) will receive an NFT minted for the purpose. + +The same as for the Algorand boxes, this proposal's research implication should reveal the exact technology for NFTs - it is expected that we use either ARC72 or ARC19ARC3 combination. + +NFTs will be used as profile pictures for the authenticated users on the ASA Stats website. It is yet to be decided about the exact time in the process when an NFT should be minted for the users that stake ASASTATS in the governance pool, but there's a possibility that an avatar will be presented as a user's profile picture even before it is actually allocated to the user's account or even before it's minted. + +If a person owns two or more NFTs, it is not yet known how the ASA Stats engine will assess permissions. One of the approaches is that we stimulate a sort of "merging" the user NFTs into a single one by setting/increasing the permission value for one of the NFTs and *withdrawing* the others to the creator's account. To adjust with that approach, the ASA Stats engine could "penalize" having multiple NFTs under the user's custody (the total permission for the user would be smaller than the sum of all the NFTs permissions). + +#### Minting process and the requirements +Designing cost for the ASA Stats Avatar NFTs isn't covered by this proposal, although we're using this opportunity to present the requirements and explain the process. + +Each NFT has a scenery that should be recognized as similar to every NFT in the collection. Such a scenery consists of a background representing the Moon's surface, together with an emphasized rock occupying probably most of the area of the NFT. Such a rock represents a canvas where the actual avatar should be rendered/painted/drawn, just like a frame for a picture. + +The exact technique to use is left to the artist to decide on. There should be 25 different groups of avatars and each NFT in a group shares the main motive for that group. The colors, moon background, rocks' sizes and shapes can be different for every NFT or they can be repeated for each group. + +The exact supply for each group is yet to be defined, tho it is known that each group consists of NFTs with different rarities based on that group or on the whole collection. + +It is planned that each group consists of at least ten and at most a hundred 1/1 NFTS, as well as of an additional NFT having a supply of 100 (or 1000). There's a possibility that we won't need non-1/1 NFTs if the amount of unique 1/1 created will be much greater than the minimum 10. + +#### Avatar groups +Here is a list of notable ASA Stats DAO governors along with relevant resources for artists to be used as inspiration for creating the corresponding avatars. + +Use the presented data just as a starting point as we're fully open for suggestions. There could be some suggestions from the mentioned governors themselves - such suggestions should be highly prioritized. + +----- + +1. dragmz + +Role: First Developer +Model on: image +Description: The ecosystem's human Oracle. +Value: 5.6 + +2. AlgoRhythMatic + +Role: First Writer +Model on: video +Description: He has established the ASA Stats rewards system and he *dances* it out every month. +Value: 4.0 + +3. TresTres + +Role: OG +Model on: search images +Description: If you think ASA Stats documents are well-crafted then you've found who to blame for. +Value: 3.8 + +4. kerr + +Role: First Admin +Model on: search images +Description: ASA Stats' Renaissance man, or rather to say Renaissance *dog* (from the nick origin). +Value: 3.7 + +5. GamingToups + +Role: OG +Model on: search images +Description: Those who are cautious sound like bears in the world of bulls. +Value: 3.4 + +6. ipaleka + +Role: OG +Model on: search images +Description: Some community members visualize nick `ipaleka` as alpaca. +Value: 3.2 + +7. moloch10 + +Role: OG +Model on: search images +Description: ASA Stats' top contributor. +Value: 3.2 + +8. SCN9A + +Role: First Debater +Model on: search images +Description: ASA Stats' voice of reason. +Value: 3.1 + +9. Damo + +Role: First Contributor +Model on: search images +Description: He breaks every system with his hammer. There are many damos, but only one Damo. +Value: 2.7 + +10. Babbexx22 + +Role: OG +Model on: search images +Description: His hard work and dedication allowed us to shape the ASA Stats community for the future. kerr pretty much took over his legacy. +Value: 2.3 + +11. Investordooh + +Role: First Investor +Model on: search images +Description: No person has been more bullish on ASA Stats. +Value: 2.0 + +12. UncleDooom + +Role: OG +Model on: search images +Description: Boom shaka laka dooom! +Value: 2.0 + +13. motuwagon + +Role: OG +Model on: search images +Description: If we can make sound come out of our Discord, it would be purring. +Value: 1.6 + +14. Urtho + +Role: governor coming from the Algorand community +Model on: search images +Description: The ecosystem's most important individual. +Value: 1.0 + +15. Unohim + +Role: First Community Manager +Model on: search images +Description: He's saving the planet for us. +Value: 0.9 + +16. Milesmile + +Role: Asastatser +Model on: search images +Description: Yep, he's over there, take a closer look. +Value: 0.9 + +17. Mocha + +Role: Asastatser +Model on: search images +Description: I'm easy, easy like Sunday morning. +Value: 0.9 + +18. Algoworm + +Role: Asastatser +Model on: search images +Description: Like a sculptor who sees contours inside a stone, he sees a hole ready to be dug in every system. +Value: 0.9 + +19. rach + +Role: Asastatser +Model on: search images +Description: AlgoRhythMatic and SCN9A took over her legacy. +Value: 0.6 + +20. RandomTask + +Role: OG +Model on: search images +Description: Who said Redditors can't Discord? +Value: 0.6 + +21. Kenny | TGA + +Role: OG +Model on: search images +Description: Our first Reddit admin and "Tasker". +Value: 0.6 + +22. LudovitScholtz + +Role: governor coming from the Algorand community +Model on: search images +Description: One of the most prominent ecosystem's contributors who acts as the opposition. +Value: 0.5 + +23. Swenor + +Role: governor coming from the Algorand community +Model on: image +Description: Main character in a popular ecosystem's game. +Value: 0.5 + +24. Shaman + +Role: governor coming from the Algorand community +Model on: search images +Description: The ecosystem's spiritual leader. +Value: 0.5 + +25. patrick.algo + +Role: governor coming from the Algorand community +Model on: search images +Description: He names things. +Value: 0.5 + +----- + +This list would have been expanded to a few more names if they hadn't been out of our reach. + +#### NFT allocation +Every DAO governor presented in the previous section will receive the rarest NFT in the related group. + +On top of that, a shuffle will be organized for those 25 governors in which they will receive an additional 1/1 NFT from the same group, as well as one NFT from the group's last set (having a supply of 100 or 1000). We'll act accordingly in the case of an increased number of minted 1/1 NFTs in the group (it can for example happen that the shuffle carries two 1/1 NFTs). + +Please note that one of the requirements for the ASA Stats subscription is that we can accept only ASASTATS as the payment currency. As there's no other possibility for initially purchasing ASA Stats NFTs besides by staking ASASTATS in our governance pool, the condition is fully met and eventual trading of the ASA Stats NFTs on the open market is absolutely allowed and out of our scope. + +It is expected that NFTs allocated in shuffle indeed reach the open market after they are allocated to their owners' accounts. It is yet to be defined exactly how the permissions will be updated in the Algorand boxes in such cases. + +Every other ASA Stats DAO governor (besides those 25 from the previous section) will receive one NFT based on their permission number. There will be overlapping in the initial/predefined permission values for different NFTs between groups, so the exact rules for the allocation process are yet to be defined. + +The existing ASA Stats DAO governors will receive their NFTs after the whole subscription system is established and the initial set of NFTs are minted, while the NFTs allocation for those who have staked in the governance pool is expected to start in March 2024. (12 months after the establishment of the first incarnation of our governance staking pool). + +## Future Blueprint + +### Milestone 1: VPSes purchase and setup; NFT research +Date: - +Amount: 42,000 +Description: On December 2, 2023, the ASA Stats Team purchased two new and improved servers to be used as Web and API servers for a period of 24 months. More details can be found in the ASA Stats Transparency Report for 12/23. Starting with December 27, 2023, the ASA Stats website has run on new servers. + +Initial research of dApps and scripts that will be used to create subscribers' Algorand boxes and update related permission values has been conducted by the Team members. + +ASA Stats Team contacted some of known Algorand ecosystem's NFT artists and it is expected that they provide samples for review inside the ASA Stats community. + +### Milestone 2: VPSes and Load Balancer purchases and setup: Users authentication NFT minting +Date: 3 months +Amount: 58,000 +Description: In the second phase, the team will be focused on the following tasks: +- Purchasing and setting up a VPS that will (primarily) be used as the ASA Stats WebSocket server in the first year. +- Purchasing and setting up a Load Balancer for the first year. +- Allocation of the funds needed for purchasing a VPS for the ASA Stats WebSocket server in the second year (or adequate Kubernetes cluster working nodes). +- Allocation of the funds needed for purchasing a Load Balancer in the second year. +- Allocation of the funds needed for purchasing a VPS for the ASA Stats Web server in the second year (or adequate Kubernetes cluster working nodes). +- Development and deployment of the ASA Stats website's authentication system. +- Development and deployment of the automated system and website pages for users' API tokens creation and refresh. +- Creation and minting of the initial set of the ASA Stats Avatar NFTs. + +## Benefits for the community +During the past two years, ASA Stats has established itself as a reliable and timely researcher and implementer of the new providers and dApps that hit the Algorand Mainnet. + +In addition, since the implementation of the ASA Stats API, an entirely new subindustry has developed inside the ecosystem. The development teams, as well as individual developers and hobbyists, have developed a variety of applications that present the data from ASA Stats to their own users either in the original or an aggregated form. + +This proposal guarantees the high availability of the ASA Stats API for **at least** two years. At the same time, the speed and bandwidth of the API will be highly improved without any change in its extremely affordable price. In a way, this proposal will act as a mechanism of security for both the existing ecosystem developers and those who are just starting to develop for the Algorand users. + +ASA Stats has processed dozens of millions of requests in the last two years and this proposal will allow billions of them in the future. + +## Additional information +ASA Stats was the very first portfolio tracker for the Algorand blockchain, with 500,000 unique visitors in the first two weeks after launch. Since then, it has been one of the most popular and most visited websites/apps in the ecosystem. + +Besides a large user base, ASA Stats has got a very active community too, with contributions in the form of feature requests, bug reports, and suggestions from over three hundred people so far. + +The first section's setting `open_source` is set as `No` in this proposal as the ASA Stats codebase is not open-sourced at this moment. Nevertheless, it is planned that the ASA Stats DAO cast a vote on whether the codebase should be open-source or not. + +The development and administration of ASA Stats were funded by a few early adopters and investors. The ASA Stats project has never received any grant from the Algorand Foundation. + +In the very first establishment of the xGovernors platform, ASA Stats's proposal has received a third of all allocated xGovernors ALGO (proposal #17). + +From the very start, the ASA Stats team creates monthly transparency reports and publishes them on the ASA Stats website (ASA Stats Transparency reports). It is expected that all the funds from this proposal get related entries in future transparency reports. + +### Project links + +ASA Stats website +Tokenomics page +ASA Stats whitepaper +ASA Stats Token utilization document +ASA Stats Roadmap +ASA Stats Channel (official communication channel) +ASA Stats Discord (community channel) +ASA Stats subreddit (community channel) +ASA Stats Twitter (community channel) diff --git a/Proposals/xgov-142.md b/Proposals/xgov-142.md new file mode 100644 index 00000000..d5c6d703 --- /dev/null +++ b/Proposals/xgov-142.md @@ -0,0 +1,79 @@ +--- +id: 142 +period: 3 +title: Composable Marketplace by Asalytic +author: Vilijan Monev (@Vilijan) +discussions-to: https://discord.gg/pdGsbnFvpK +company_name: N/A +category: Tools +focus_area: NFT +open_source: Yes +amount_requested: 50000 +status: Final +--- + +## Abstract + +The goal of this proposal is to build the necessary infrastructure (smart contracts, API, parsers) for trading NFTs in a decentralized way, where each party that contributed to the NFT sale receives a cut from the fees. +The NFT listing can happen on any **platform A** and the NFT purchase can happen on any **platform B** while both parties receiving equal amount of fees. We call this infrastructure a _**Composable Marketplace**_. + +We strongly believe that this open-source infrastructure will bring more innovation on the NFT scene and will create synergy instead of a competition between all the companies that use and leverage the NFTs on Algorand. + +## Team +Vilijan Monev + - Software engineer with more than 7 years of professional experience + - Twitter: https://twitter.com/Vilijan_Monev + - LinkedIn: https://www.linkedin.com/in/vilijan-monev/ + - GitHub: https://github.com/Vilijan + +## Experience with Algorand +Vilijan has been actively developing on Algorand for more than 2.5 years. +- He is the Founder of Asalytic(https://www.asalytic.app/) one of the most used NFT dApps on Algorand. +- He has written multiple tutorials for building dApps that were published on the official developer portal. + +## Present Proposal +The development of the Composable Marketplace will happen in a couple of steps: +1. Development of the Smart Contract in PyTeal. +2. Development of on-chain parser for the Smart Contract. +3. Development of API that will expose all the active listings made by the Smart Contract. +4. Integration of the Smart Contract in Asalytic. Hopefully, many more platforms will follow. + +**Step 1: Development of the Smart Contract in PyTeal** + +In this step we will develop a Smart Contract that will contain 3 possible interactions for the users: +- **Listing an NFT.** This method will enable the user to list an NFT for a specific price. +- **De-listing an NFT.** This method will enable the user to retrieve back his NFT. +- **NFT Purchase**. This method will enable a buyer to purchase the listed NFT. + +Additionally, we will develop tests in order to improve and verify the quality of the smart contract. + +It is important to note, that there won't be any permissions on the contract, meaning that everyone will be able to call it. + +**Step 2: Development of on-chain parser for the Smart Contract** + +We will develop a python package that parses all the on-chain activity made by the Smart Contract. For a given block of transactions on Algorand, the package will be able to extract all NFTListings, NFTDelistings and NFTSales from that block. + +**Step 3: Development of API that will expose all the active listings made by the Smart Contract.** + +In order to enable faster adoption of the Smart Contract by other parties, we will provide an API that will expose all the active listings made by the Smart Contract developed in `Step 1`. + +Parties will be able to query the listings by `creator_wallet`, `asset_id` or `collection_id` (on Asalytic). In the response we will provide the bytes from the Smart Contract corresponding for each listing so any interested party can easily construct the required transactions for the purchase of the NFT. + +**Step 4: Integration of the Smart Contract in Asalytic.** + +Asalytic will be the first platform to provide full support for the Smart Contract developed in `Step 1`. The users will be able to easily list, delist and purchase NFTs. + +This will enable other platforms to opt-in and start receiving NFT trading fees from their contribution for each NFT sale. + +## Future Blueprint + +## Benefits for the community + +We believe that the Composable Marketplace infrastructure will provide the following benefits: +- **Direct on chain referral fees for all the parties that contributed to an NFT sale.** Currently, all the dApps that show NFT listings and are not marketplace, redirect their users to the marketplace in order to buy the NFT. This eliminates the possibility for them to earn something from the sale even though they contributed to it. By using the Composable Marketplace infrastructure, any party can execute the transactions and receive fees for their contribution. +- **More exposure for the NFT traders** - As multiple platforms start to use the Composable Marketplace framework, whenever a user creates a listing it will be directly exposed to all the dApps that leverage this infrastructure. Opposite to showing the listings only on one specific marketplace. +- **Synergy between dApps** - we believe the shared fees will create a positive feedback loop and will enable the NFT dApps to have more synergy and grow the NFT ecosystem together. + +## Additional information + +Any platform who is interested to join Asalytic as a part of the early adopter of the Composable Marketplace feel free to reach out to us on Twitter(https://twitter.com/asalytic) or Discord(https://discord.gg/z3wHQwtxRg). diff --git a/Proposals/xgov-143.md b/Proposals/xgov-143.md new file mode 100644 index 00000000..cf22b59f --- /dev/null +++ b/Proposals/xgov-143.md @@ -0,0 +1,106 @@ +--- +id: 143 +period: 3 +title: Educational Fungi Farm +author: Sean Deegan (@solluna168) +discussions-to: https://forum.algorand.org/t/x-gov-143-solluna-mushroom-farm/11338 +company_name: Solluna Mushroom Farm LLC +category: Community +focus_area: Other +open_source: Yes +amount_requested: 55000 +status: Final +--- + +## Abstract +Solluna Mushroom Farms is a farm-to-table business that is adopting Algorand's blockchain technology to educate/onboard mushroom growers and buyers. +We aim to achieve this by implementing the following key features to our business plan: (1) an ASA (Algorand Standard Asset) rewards only program for our customers and supporters, (2) an NFT based grow kit and farming course, and (3) an innovative regenerative sustainablity mushroom farm. We are requesting funding in order to execute these key features. + +## Team + +#### Sean Deegan - Mycologist, Solluna168, AKA StinkyBird, Algonaut’s MOD +I have experience working in a variety of areas but am the head mycologist of this project. I am or have been in the past a Permaculture Certificate Holder, Level 2 Direct Support Professional, CDL Driver, Wireline Operator 3, Crane Operator, Crew Leader/Pile Operator, Sea Kayak Tour Guide, Alligator Trainer/Handler, Turtle Farm Caretaker, Contractor, Backup Battery Tech specializing in cell towers, Wilderness Survival Expert and Bartender. I am mechanically inclined, hardworking, and hold strong leadership skills. I have a passion for mushrooms and feel they have a lot to offer humanity. Managing my own farm and building my own team has always been a dream I have been working towards! I've encountered everything from running massive pillars, to battling alligators, to wiring explosives. Using Algorands technology, with my past work experiences, will create a fun learning enviroment for crypto and fungi. I have been a Sea Kayak Tour Leader for an extended period of time and plan to offer stand-up paddle board classes for mushroom identification. I've been guiding groups of up to 14 individuals for five years. Attending a Wilderness Survival College taught me how to live off the land, so all of my prior experiences are coming together under one roof. + +#### Christian (Tako) - Full Stack Software Developer + +Created Blocki, an app that determines the number of blocks proposed to the chain by a node. Runs various Algorand participation nodes since late 2021 and has assisted others with their participation nodes. + +#### Andrew Kotulak – Advisor + +With a background in Blockchain and Trade Finance, the University of Michigan awarded me a BA in Finance. Head of DeFi at Humble. He also oversees Algonauts, which organizes the AlgoFest event and offers advisory services to nascent blockchain enterprises. As well as, a member of the Algorand DeFi Advisory Committee. + +#### Dan Folgate- Hashton-Aka Skunky's stable from tiny horse + +After three years in the Algorand ecosystem, my name is Daniel Folgate. Ardent NFT collector involved in several major initiatives before thurstober.com, Mngo, and others. Possesses several coins and engages in commerce. Maybe among the select few who found success using Yieldly. Most likely, it was fortunate timing. I'm only now learning Python and SDKs. By summer, I hope to get a node running, thanks to a PC update. High volume bartender for a long period. At one point, I gave up and got my class A CDL with all the endorsements in Florida. Enthusiastic gardener for over ten years and novice mycologist. In my spare time, I like to play fingerstyle guitar. + +#### Danijela Zeravica- Soil biologist certifcation, DSP, Advanced Gardener + +Broad range of abilities, including advanced gardening, creating your own compost, multitasking, understanding the blockchain, CPR/First Aid, caring for others, and eventually becoming a licensed therapist in the state of Oregon. Novice mycologist. + +#### Seamus Spencer- Spencer's Remodeling LLC, Solar tech + +Owns a construction company that offers anything from playgrounds to solar installations and upscale bathroom makeovers. Manages a crew of five men and oversees several projects at once. We handle everything; electrician, plumbing, demo. Extremely eager to apply my abilities to the field of mushroom farming. We'll develop these environmentally friendly fungi farms and support Solluna Farms' aim. I have experience in the cryptocurrency space and am quite knowledgeable about blockchain technologies, coin swapping from DEXs, LPs, staking, and node operations. + +## Experience with Algorand + +- Staking +- Swapping asas +- Connecting to dapps +- NFT artist +- Running Nodes +- Dapp development + +## Present Proposal + +#### SPORE Token +The farm will incorporate the SPORE token into the business model by giving holders discounts on our products. SPORE will be sent to clients that participate in our discord and Texas holdem poker tournaments. + +#### NFTs +We plan on creating mushroom grow kits with NFTs associated to each type of kit. These NFTs will have information about the fungus, a spore print, how to grow and take care of your new fungus. + +#### Mushroom Courses +Our courses will assist new growers with retaining existing mushroom farm practices that can be easily transferred to their own farms. These courses will also include basic understanding of the Algorand ecosystem and technology. We will be doing this in order to prepare our clients for future collaborations. + +#### Environmentally Friendly Farm +Our farms will be producing fungi by using recycled plastic with outdoor elements that will assist in healthy fungus. These farms will run off solar, wind, and hydropower at some locations. Solluna Farms will be the first full scale fungi farm to use reusables! + +## Future Blueprint +Online educational platform to teach crypto and fungi cultivation. Online marketplace full of wellness products, and mushroom cultivation supplies. Using the chain to track rewards for discounts using SPORE coin. + +## Benefits for the community + +#### Genuine Rewards Program +The SPORE token’s only purpose is as a rewards and discount token for our products. This token will not be available on decentralized exchanges or other decentralized finance applications. SPORE can be used with our products to get up to a 20% discount, the amount of SPORE needed to get the full 20% discount will be voted on by our community. + +#### Educational +The on-boarding of new Algorand users will occur with each new student that completes our courses. Courses will explain how the Algorand blockchain works and how we integrate our farms with the technology. + +#### Unique NFT use case +Each type of grow kit for a particular fungus will come with an NFT that provides detailed information on what the grower has purchased. This means for every grow kit sold, a grower will use the Algorand chain in order to read their instructions and get more information about the fungus. + +## Additional information + +#### Current clients in Oregon +- C Street Bistro - Italian cuisine +- Alchemy Restaurant and Bar - (fine dining) American style cuisine +- Participation at local farmer markets + We have one farm up and running! Zero debt, all self funded. + +#### Environmentally focused +Cultivating fungi is not very environmentally friendly. The majority of large farms use plastics for growth and never attempt to achieve the scale and sustainability of a regenerative farm. The creative reuse of bags, the use of solar, and wind power by Solluna Farms will significantly alter the way that mushrooms are grown on a wide scale. The adoption of fungus will begin with educational courses. Since this will be the first application of NFTs in education, people will have a greater appreciation for what these devices are capable of. With practical classes offered around the state and online resources, we will instruct people on how to cultivate their own food and utilize technology responsibly in the Algorand Ecosystem. + +Our two major goals will be to expand the Algorand blockchain and fungi farms. For ongoing research, the Oregon Solluna Farm will cultivate fungus with legal therapeutic properties. I currently work as a DSP for persons who have mental health issues. This product line will be put to the test in a variety of ways to demonstrate how fungi may actually benefit those in need. In the past I managed an Algorand NFT poker tournament. We had fifteen of the best NFT projects from Algorand on board. For our tournament we’ll be giving out courses, cross-chain games, mushroom rewards, and Algorand NFTs. Our hearts, souls, and considerable time has been going into this project. Working with mushrooms has shown the potential to significantly improve mental health and other health issues. + +This company offers in-person workshops, mushroom foraging expeditions, and a gentle introduction to cryptocurrency and mushroom cultivation. + +#### Algo Spending plan + +#### Total: 55,000 Algo + +| Amount | Description | +| :----: | :------------------------------------------------------------ | +| 28,000 | Solluna Farms expansion farm Oregon and Florida | +| 10,000 | Switching farm to solar, wind power turbines, solar generator | +| 7,000 | Online marketplace supplies | +| 5,000 | NFT/ASA prize fund for free texas holdem tournaments | +| 5,000 | On boarding expenses, meet up yearly subscription | diff --git a/Proposals/xgov-144.md b/Proposals/xgov-144.md new file mode 100644 index 00000000..c623b53f --- /dev/null +++ b/Proposals/xgov-144.md @@ -0,0 +1,44 @@ +--- +id: 144 +period: 3 +title: Cosmic Champs x Algoleagues - Cross-community 3D NFT Collab +author: Cosmic Champs (@madshapes-dev) +discussions-to: https://forum.algorand.org/t/xgov-144-cosmic-champs-x-algoleagues-cross-community-3d-nft-collab/11088/ +company_name: Cosmic Champs International Limited +category: Community +focus_area: Gaming +open_source: No +amount_requested: 20000 +status: Final +--- + +## Abstract +Last year we added MNGO & AL GOANNA characters to Cosmic Champs PVP battle arena and they were both a huge hit. There is many more Algorand projects that are a great fit for our PVP game. Unfortunatelly it's cost prohibitive for us to do such fun collabs as making a fully animated, AR ready, game ready, 3d NFT takes lots of resources. If funded, we will create and distribute AlgoLeagues Algoman x CosmicChamps NFTs for free to help promote AlgoLeagues (one of the OG Algorand projects) to our players and our game to the their large user base that is also present outside of Algorand ecosystem. Such collabs work because they address different types of audiences and thus help spark interest to explore other parts of ecosystem or Algorand itself. To get better idea here is two of our recent collab NFTs that are playable in our game: MNGO ,PEPE + +## Team +https://cosmicchamps.com/#team + +## Experience with Algorand +For the last 2 years, we have been building a p2e game on Algorand called Cosmic Champs. We are innovators in the 3d NFT space with our fully animated 3d NFTs that are used in our game and also have utility outside of the game itself (3d viewer, AR viewer). +We have a strong understanding of the NFT space, the technical specifications, and the supporting infrastructure available. This positions us well to deliver a strong product for other Algorand projects to use and benefit from. + +## Present Proposal +After our proposal was approved in last period we have seen great success with the two projects that were selected (Al Goanna and MNGO). There were a bigger collab campaigns created around each NFT that engaged both communities for an example we did a guest Dream quest with Mostly frens where participants were able to win the NFTs as reward. +We would like to repeat this cross community collabs and bring some healty engagement between some of the OG Algorand communities. This time we wish to join forces with AlgoLeagues - an Algorand OG project that has built a loyal and active community that spans across multiple discord servers outside of Algorand itself and create a signature NFT character (multimint) that will be fully functional in our game. +We will provide these NFTs for free to AlgoLeagues community and will do an exciting campaign to ensure fair and fun dsitribution. To get better idea here is two of our recent collab NFTs that are playable in our game: MNGO ,PEPE + +We will aim to develop the NFT and prepare the campaign to be ready to launch(pending our partner approval) within two months of receiving the payment. + +We are asking for 100% of the funds to be paid in advance, as we need to pay for dev work involved with the creation of the NFTs. + +## Future Blueprint +In future we would like to create more of these NFTs focusing on cross-chain/non-algo proejct collabs to bring new users into our game and introduce multitude of algorand OG projects to these new players. E.g. focus on bringin new people to algorand itself and showcase them a select subset of trusted OG Algorand proejcts to get them started. + +## Benefits for the community +These NFTs have cascading effect. More of them we make and introduce to our game, the more cross community engagement and promotions cahn ahppen organically. They promote other Algorand projects to players of our game and tehy promote our game to wider NFT community. We provide these NFTs (at no cost) for other projects to use within their community in any way they like. Using our innovative AR ready, game ready, fully animated 3d models for NFTs will also help push narrative that NFTs can be so much more than just 2d pictures. + +## Additional information +Play our game here: https://beta.cosmicchamps.com/ +NFT browser + 3d view: https://nft.cosmicchamps.com/ +Browse game characters: https://cards.cosmicchamps.com/ +Coorporate page: https://cosmicchamps.com/ diff --git a/Proposals/xgov-145.md b/Proposals/xgov-145.md new file mode 100644 index 00000000..299b526b --- /dev/null +++ b/Proposals/xgov-145.md @@ -0,0 +1,61 @@ +--- +id: 145 +period: 3 +title: Fostering on-chain engagement and attracting new users among Algorand's Japanese community. +author: aper (@aper0xmei) +discussions-to: https://discord.com/channels/947458918379040809/951901810833125416/1113392183064657961 +company_name: N/A +category: Community +focus_area: Education +open_source: No +amount_requested: 12000 +status: Final +--- + +## Abstract +Japanese people still have significant influence on the price aspects of cryptocurrencies, and not only with BTC. In various cryptocurrencies such as ADA, SOL, MATIC, ASTR, XDC, ENJ, XEM, JASMY, IOST, Japanese involvement alone has the power to maintain a certain price level, regardless of actual demand. + +However, in the case of Algorand, there are very few Japanese users. Even with a generous estimate, the number of users holding ALGO is around 500, and on-chain activity accounts for less than 10%. This overall figure has hardly changed for about three years, despite the presence of a Japanese Algorand Ambassador and community champ. Honestly, he has little achievement in terms of recruitment, and since there is no expectation of significant influx from him, there is a need for community-driven efforts. + +The main reasons for the lack of Japanese users are largely attributed to the characteristics of the Japanese population: + +Almost 100% of ordinary Japanese individuals cannot handle languages other than Japanese. +Attempting to obtain ALGO for on-chain activities in Japan through normal means incurs a minimum fixed fee of 3000円 (approximately $20) and approximately a 5% fluctuation fee. +Japanese people tend to follow celebrities and some are willing to move significant amounts based on celebrity statements. However, there are no influential celebrities among Algorand users in Japan. +To address this situation, the following approaches will be implemented to enhance the understanding of existing users and attract new users: + +Provide high-quality information in Japanese that cryptocurrency users seek. +Give a few ALGO to individuals who do not currently possess ALGO, have them create their own wallets, and offer incentives to those who achieve certain results. However, this will be limited to users who can be confirmed as real individuals through some form of verification. +Form partnerships with influential influencers or organizations. + +## Team +aper may not be able to engage in highly technical tasks such as building an app, but he can explain things in a clear and straightforward manner. +He is capable of executing all on-chain activities as a user and can provide explanations from new users to advanced users. +Additionally, he is capable of creating web pages. +Of course, he possesses a deep understanding of the Algorand ecosystem as well. + + +## Experience with Algorand +aper is a moderator on the official Algorand Japan Discord, and has been managing and providing information on their own since the Discord opened on February 27, 2022, for approximately two years. +Although operational expenses were paid twice in the past at 1,000 ALGOs every three months, aper is currently volunteering for the operations and has no intention of receiving compensation in the future. +The received 2,000 ALGOs have been utilized for three events to benefit Japanese users. + +## Present Proposal +I plan to launch a website focused on providing information tailored to Japanese cryptocurrency beginners while highlighting the advantages of Algorand. Server and domain expenses will be paid in Japanese yen, but I will accept an equivalent amount in ALGO tokens. (I will not sell the received ALGO; it will be converted from my personal funds.) Additionally, leveraging my existing influential content outside of Algorand, I aim to attract traffic to the site organically. + +I will initiate on-chain campaigns targeting existing Algorand users in Japan, with considerations for separate campaigns in the areas of DeFi, NFTs, and nodes. + +I will introduce Algorand to age groups with significant outreach, focusing on student organizations. The current user base of Algorand Japan is predominantly in their 40s and above, with relatively weak influence on social media. Therefore, efforts will be made to reinforce their presence in this demographic. + +Create an Algorand wallet for an influential organization and conduct a campaign targeting its followers. + +## Future Blueprint +Since this is a one-time grant proposal, there are currently no plans to expand further on this. The management of Discord will continue even without the grant. + +## Benefits for the community +I aim to increase awareness among Japanese and directly raise the price of ALGO. + +## Additional information +Discord : https://discord.com/channels/947458918379040809/951901810833125416/1113392183064657961 +X : https://twitter.com/aper_algo +note : https://note.com/aper_nft diff --git a/Proposals/xgov-148.md b/Proposals/xgov-148.md index b1a53a0a..e69de29b 100644 --- a/Proposals/xgov-148.md +++ b/Proposals/xgov-148.md @@ -1,51 +0,0 @@ ---- -id: 148 -period: 3 -title: CompX - CoinTracker+ -author: @xxiled-plastic-cat for CompXLabs -discussions-to: https://github.com/algorandfoundation/xGov/pull/148 -company_name: CompX Labs -category: dApps -focus_area: Tools -open_source: TBD -amount_requested: 30000 -status: Draft ---- - -## Abstract - -A brief overview of the proposal and its main objectives. - -## Team - -Information about the team members and their qualifications, including relevant experience and skills. - -## Experience with Algorand - -Details about the team's experience with the Algorand protocol and any previous projects built on it. -> eg - > Using SDKs - > Building applications - > Understanding of DApps - > Knowledge about the ecosystem - > Running nodes - -## Present Proposal - -A detailed plan for the development and implementation of the proposal. - -## Future Blueprint -> -> This part can be optional for one shot grants. -A high-level plan, defining an overarching strategic objective and capturing the major steps planned for achieving the project at a greater scale. - -> For Milestone-based grants, please refer to How to submit a proposal. - -## Benefits for the community - -A description of the potential benefits that the proposal could bring to the Algorand community and its users. - -## Additional information - -Any other relevant details or documentation that the team would like to include in the proposal. -> To prevent malicious links and allow front-end to display links properly, **External Links** should be in this format `ARC` diff --git a/Proposals/xgov-149.md b/Proposals/xgov-149.md new file mode 100644 index 00000000..43717ede --- /dev/null +++ b/Proposals/xgov-149.md @@ -0,0 +1,59 @@ +--- +id: 149 +period: 3 +title: CompX - Farm Rewards with Lock Weighting +author: Kieran Nelson (@xxiled-plastic-cat) +discussions-to: https://github.com/algorandfoundation/xGov/pull/149 +company_name: CompX Labs +category: dApps +focus_area: Defi +open_source: No +amount_requested: 200000 +status: Final +--- + +## Abstract + +AT CompX we pride ourselves on bringing innovative solutions to the Algorand DeFi ecosystem. Our auto-compounding farms give users new strategies to earn higher yield in a more efficient manner. To further enhance our auto-compounding farm product we want to introduce a mechanism where users can yield additional rewards on top of the farm APR and the auto-compounding bonus. + +## Team + +### Development Team + +> Kieran Nelson - Development Lead + > Former Algogator.finance CEO + > Full stack development + > 12+ years development experience +> Ronan Clooney - Smart Contract Specialist + > smart contract development experience from CompX and Algomint +> Guarev - Front end Developer + > Responsible for front end development across CompX and Algomint + +## Experience with Algorand + +Details about the team's experience with the Algorand protocol and any previous projects built on it. +> Total team experience + > Highly experienced using Algorand sdks + > Previously built and repsonsible for 5 applications on Algorand - Algogator, Algomint, xBacked, Meld Gold, X-NFT + > Combined 7 years experience creating dApps on Algorand + > Well versed in Algorand smart contracts + +## Present Proposal + +We propose to create a mechanism that gives CompX the ability to add targeted rewards to our auto-compounding farms and rewarding users with additional yield if they hold their position in that farm for a specified amount of time. However, these lock up periods are not mandatory and users can exit their positions at any time however they will forfeit an amount of their additional rewards based on the time left in the lock-up period for the farm position. + +Development plan +> Creation of reward payout mechanism tied to function of users time within a farm position +> Front-end changes to allow for review of additional rewards and lock up periods +> Update to back end databases to allow for multiple farms of the same type with different lock up period to allow more diverse strategies for users. +> Test on staging via testnet to gather feedback and implement further changes if necessary. +> Smart Contract audit + + +## Benefits for the community + +Giving the community different avenues to gain further yield on their tokens empowers users with more options and strategies for their DeFi. Additionally incentivising our auto-compounding farms leads to additional transaction volume for Algorand blockchain as a whole. + +## Additional information + +None diff --git a/Proposals/xgov-150.md b/Proposals/xgov-150.md new file mode 100644 index 00000000..29bca4ed --- /dev/null +++ b/Proposals/xgov-150.md @@ -0,0 +1,41 @@ +--- +id: 150 +period: 3 +title: Cross Chain Community Collaboration +author: Linnen (@ambassador-linnen) +discussions-to: https://twitter.com/ambassadorsalgo +company_name: ambassadors.algo +category: Community +focus_area: Social +open_source: No +amount_requested: 15000 +status: Final +--- + +## Abstract +We are a group of ambassadors who have been running cross project collaberations on algorand for over a year. +We Have partnered with several well known algorand projects to produce giveaways, NFT collabs, twitter spaces, discord games and twitch streams. +We Propose to use this grant to continue with this work across multiple blockchains including Solana, Ethereum, Polygon and more. +This wil help us to onboard new users to algorand who are already in the web3 space. We expect they will continue to participate +in the ecosystem beyond our involvment once they realise the smooth user experience of Algorand as well as the speed and cost of transaction. +This wil benefit the whole ecosystem. + +## Team +We are a group of 5 who have been participating in the algorand eccosystem since launch. Over the last years we have successfully taken on several collaberatin projects +and have recently ran a weekly cross chain poker event. This, we feel is the tip of the iceberg for what we can do. + +## Experience with Algorand +Extensive use and experience of the Algorand eccosystem as wll as social media and previous collaberations. + +## Present Proposal +We plan to use this grant to step up our cross chain activities to onboard new users to the eccosystem. +This could include social media collaberations, streams, community incentives and NFT collaberations. + +## Future Blueprint +This is a one off proposal but we may look to extend this in future. + +## Benefits for the community +We strongly believe the entire community will benefit from this as we have already seen how collaberations across communitites +can onboard new users and grow the user base of the eccosystem +## Additional information +none diff --git a/Proposals/xgov-152.md b/Proposals/xgov-152.md new file mode 100644 index 00000000..a5f72d85 --- /dev/null +++ b/Proposals/xgov-152.md @@ -0,0 +1,73 @@ +--- +id: 152 +period: 3 +title: Algorand is THE chain for Gaming (establishing the RWA narrative) +author: Cosmic Champs (@madshapes-dev) +discussions-to: https://forum.algorand.org/t/xgov-152-algorand-as-go-to-chain-for-gaming-establishing-the-rwa-narrative/11105/ +company_name: Cosmic Champs International Limited +category: Community +focus_area: User Onboarding +open_source: No +amount_requested: 100000 +status: Final +--- + +## Abstract +Gaming will onboard the next big wave of users to Algorand. As one of the oldest and biggest games on algorand we are uniquely positioned to to carry lions share of that influx. Our recent nomination for best blockchain game of 2023 is a good indicator of that. + +To help establish the narrative that Algorand is great for gaming it is crucial that lead games are secure, performant and ideally built to appeal the masses (e.g. actually fun to play) - all of which Cosmic Champs is! + +To date, we are the only game that supports real time 3d PVP, with authoritative servers (more secure) on Algorand. This increased security and performance - which are both crucial as they implicity represent Algorand itself (to an uneducated user, a buggy or slow game experience can easily be turned into misconception that Algorand is buggy and slow) are incuring high infrastructure costs for our project and our platform. + +To meet the increasing userbase and be prepared for future influx on gamers, we need to migrate our server fleet to a more powerful instances that will be able to handle sudden spikes in active game sessions better. Xgov grant will help us to maintain the industry standard performance without introducing friction to the new people entering Algorand ecosystem for the intermediate time until we reach critical mass to become profitable. + +## Team +https://cosmicchamps.com/#team + +## Experience with Algorand +For the last 2 years, we have been building a p2e game on Algorand called Cosmic Champs. We are innovators in the 3d NFT space with our fully animated 3d NFTs that are used in our game and also have utility outside of the game itself (3d viewer, AR viewer). +We have a strong understanding of the NFT space, the technical specifications, and the supporting infrastructure available. This positions us well to deliver a strong product for other Algorand projects to use and benefit from. + +## Present Proposal +Blockchain Gaming will onboard the next big wave of users to Algorand. As one of the oldest and biggest games on algorand we are uniquely positioned to to carry lions share of that influx. To date, we are the only game that supports real time 3d PVP, with authoritative servers (more secure) on Algorand. This increased security and performance - which are both crucial as they implicity represent Algorand itself (to an uneducated user) are incuring high infrastructure costs for our project and our platform. + +To meet the increasing userbase and be prepared for future influx on gamers, we need to migrate our server fleet to a more powerful instances that will be able to handle sudden spikes in active game sessions better. + +Xgov grant will help us to maintain the industry standard performance without introducing friction to the new people entering Algorand ecosystem for the intermediate time until we reach critical mass to become profitable. + +The funds will be allocated 50% to our AWS account where we are subscribing our server fleet which we scale to meet the demand with increasing user base. We are happy to take/convert to AWS credits to ensure the funds are locked for this particular use. + +The other 50% will be allocated towards dev work involved with migrating the fleet and updating the server code as well as to cover other costs such as Certificates, subscriptions and non-AWS infrastructure for next 6 months (we try to disperse our infrastructure(within reason) so we don't have a single point of failure). + +To date we have built and maintaned entire Cosmic champs platform (android + ios + browser game, 4 utility web pages and 2 seasons of innovative fully animated 3d game-ready AR compatibile NFTs) on our own (and VC) funding, we weren't recipient of any of the $8MM+ in grants that were allocated to the "algorand gaming" scene by the foundation neither have we received direct investment from them, yet we can easily be considered benchmark in the space. + +We are hopefull xgovs will recognize our contribution and value we bring to the ecosystem and will support our endeavours to ensure we remain on top of our game and fully prepared for the upcomming bull. + +Deliverables: +- updating the server fleet and our codebase to support more powerfull instances that that can each support up to 6 concurent game sessions(12 player sessions) +- purchasing AWS credits with 50% of the allocated grant, ensuring uptime and availablility of our game even during high stress, high spike, situations +- We can privide AWS credits bill and game metrics during high stress events to showcase the update and it's impact on the overall game experience. +Timeframe: +- We will try and complete the migration within 2 months upon receiving the funding. + +We are asking for 100% of the grant to be available in advance as we would like to pay our devs for the work involved and to ensure we have enough AWS credits to actually pay for higher cost infrastructure that we'll migrate to. + +## Future Blueprint +In the future, with increased userbase, we plan to become profitable as soon as possible to ensure the platform can keep meeting and exceeding the needs of algorand(and wider) gaming scene. + +## Benefits for the community +Imagine a bad Algorand Wallet, if that wallet is slow and buggy(or hacked) people simply assume that is Algorands fault. To enforce the narrative that Algorand is great for gaming it is crucial that games are secure, performant and ideally built to appeal the masses - all of which Cosmic Champs is! + +To date, we are the only game that supports real time 3d PVP, with authoritative servers (more secure) on Algorand. This increased security and performance are both crucial as they implicity represent Algorand itself (to an unedeucated user). Our game is also inspired by one of the most successfull mobile games of all time, using a proven model with very wide audience appeal and huge potential for mass adoption. + +Cosmic Champs has been recognized with a nomination for the best blockchain game of 2023 by PlayToEarn. This nomination is a testament to the game’s impact and potential in the blockchain gaming community. Even more so as we were the only Algorand game that was nominated. + +We are constantly looking for new ways how to empower other Algorand projects (cross community NFT collabs, branded prize bots in our game) so they can benefit from our exposure and success and vice-versa. + +Recently we've seen Blockchains or L2 solutions that heavily focus on gaming constantly topping the charts on dapradar, by either UAW or tx count - simply because gaming is sich a huge market. Algorand's tech is perfect fit, let's push this the narrative together. + +## Additional information +Play our game here: https://beta.cosmicchamps.com/ +NFT browser + 3d view: https://nft.cosmicchamps.com/ +Browse game characters: https://cards.cosmicchamps.com/ +Coorporate page: https://cosmicchamps.com/ diff --git a/Proposals/xgov-153.md b/Proposals/xgov-153.md new file mode 100644 index 00000000..0e253439 --- /dev/null +++ b/Proposals/xgov-153.md @@ -0,0 +1,52 @@ +--- +id: 153 +period: 3 +title: Neighborhood Vehicle Share -mobility as a service application- +author: William H. (@dangnangdang) +discussions-to: Proposals/xGov-153.md +company_name: Coollife +category: dApps +focus_area: Deployment +open_source: No +amount_requested: 300000 +status: Final +--- + +## Abstract +This project aims to transform vehicle rental/operation for members of society who have not previously been able to afford such a luxury. This is not the tokenization of assets explicitly, but a rather similar idea functionally. + +## Team +Project manager: B.A. of Business Administration with a degree in Business Management. Technical Advisor: Ph. D in Computer Science. We are both physically in Texas, USA. +Developer: We will use contractors until the point in time whereby the dApp is required to be created/maintained. We are hoping to trade equity to a trusted group of unicorn developers when that time comes. + +## Experience with Algorand +We have minted our ASA and we have two to choose from. One has 4B total supply and one has 8B - both are adequately positioned pricewise to offer a low entry point to investors during the token presale. + +## Present Proposal +Phase 1 - Grant proposal, incorporation & legal/accounting setup, token presale - given the costs associated with these items, the passing of this proposal is necessary for the advancement of the project. +Phase 2 - R&D the compatibility/integration aspect of the member's cellphone being the key to the vehicle. +Phase 3 - R&D the modification/re-programming necessary of the vehicle's on-board computer allowing monitoring and communicationg via the vehicle's on-board wifi - i.e. who is authorized operator, location, gas level, etc. +Phase 4 - Project rollout in one major metropolitan area - currently thought to be in either Latin America or India. +Phase 5 - Expand as the financial health of the company allows. + +The end product/subscription is aptly categorized as mobility-as-a-service. The member will have the priviledge of using a motor vehicle for two separate 90 minute blocks per day - that they are allwoed to reserve. +Their length of subscription will determine the hierarchy of reservation - meaning they will get the same 'place in line' every reservation sign-up period opening. It's is thought that +3 vehicles will be in the designated location - or at least 2, to allow for some inevitable friction within the operational environment. The daily cost to these members will be around 60-80% of the local one-way rideshare cost. +We envision young people starting out - either in a committed relationship or just friendships - being able to chauffeur one another to work/errands. We share Algorand's goal of making better-life things possible. + +## Future Blueprint +We have a 3-4 year plan to have vehicles available to the end-user/subscriber. Then we hope to expand as the financial health of the company allows from year 4-5 onward. This is the reason it is currently considered +desireable to only presale a maximum of 10% of the company's shares/tokens. Our currently proposed pricing/entry point easily allows for $6 million to be generated from the sale of this percentage. This is deemed enough to fund the project through phase 3. + +## Benefits for the community +The benefits to the community are difficult to overstate. Lots of new wallets, lots of MRB/Vs, lots of opt-ins to USDCgo, robust support to the Algorand defy sector, and of course daily transaction volume. We plan to use a WEB3 payments widget on the +presale website - which I've received estimates of over $20,000 + 5% commission as the cost associated with this and is a critical element prompting the necessity of this grant - to require a double transaction to/with Algorand for a minimum of USDC or STBL to enter the contract along with the Algorand -ALGOs, to swap for our token. + +## Additional information +We will not offer/sell our token in the United States. We have a marketing strategy and website to target native Spanish speakers. The proposed project manager is a fluent Spanish speaker. Cool life in Spanish is vida chida and www.vidachida.com is all ours! + +The proposed project manager cashed out his government retirement account to invest around $20,000 in the project's establishment/success. The community should be reassured that we've plenty of personal 'skin in the game'. The ALGOs requested are needed for 3 things primarily: the previously mentioned widget for the token presale website, incorporation costs in a tax-friendlier jurisdiction, and marketing costs associated with directing traffic to the presale website. Therefore, 80% of the requested ALGOs are requested immediately to cover items 1 and 2. The last 20% can be released after proof of success regarding the widget and incorporation if that's deemed desireable by the keepers of the ALGOs. + +We plan to use an NFT as the membership card to our service. The NFT/cellphone also serves as the keys to the vehicle by utilizing the vehicle's internet connection in combination with the cellphone's NFC technology. This NFT will require an +amount of our ASA to be burned to create - which will create a steady supply of market token buyers. If it's deemed a subscription to the dApp is better functionally, then say maybe half of the fee will automatically be used to burn tokens off the open market. +This is not some meme or moonshot coin. Our ASA - in the beginning - is tantamount to new shares of stock in a company. Our plan is tenable and our vision is supernatural. We believe is a perfect trial use-case for this wonderful technology - thanks SM! diff --git a/Proposals/xgov-154.md b/Proposals/xgov-154.md new file mode 100644 index 00000000..b69bdc38 --- /dev/null +++ b/Proposals/xgov-154.md @@ -0,0 +1,65 @@ +--- +id: 154 +period: 3 +title: Cosmic Champs partnering with legendary indie toy company to bring physical toy in-game on Algorand +author: Cosmic Champs (@madshapes-dev) +discussions-to: https://forum.algorand.org/t/xgov-154-cosmic-champs-partnering-with-legendary-indie-toy-company-to-bring-physical-toys-in-game-on-algorand +company_name: Cosmic Champs International Limited +category: Community +focus_area: User Onboarding +open_source: No +amount_requested: 250000 +status: Final +--- + +## Abstract +The Toy Collectibles market was estimated at 13bilion in 2022 and is estimated to grow to 25bilion by 2025. It is rapidly growing market that is also a great match to combine with NFT technology. + +If succesfully funded we are partnering with an established player in the collectible toy industry that holds singinficant brand IPs for action toys that are also a perfect fit for our mobile game (imagine transformers or gundam mobile suit IP being added to Cosmic Champs game). + +We will do a limited physical run of a known collectible toy (not a cosmic champs character) and integrate it in our game as NFT. Each figurine will have its NFT counterpart. We will work on establishing a behaviour driven distribution channel, that will open Algorand to a whole new audience of collectors to interact ecosystem and pave the road for near future when industry behemots like Disney or Marvel will be looking for the blockchain to offer ther products as NFT + physicial collectibles. + +We see huge potential to onboard new community and also to establish the narrative that Algorand is the best chain for phigital (physical + digital) products. At the same time we do acknowledge that the costs of such endeavours are quite high and it is not possible to do it on our own budget. + +## Team +Cosmic champs team : https://cosmicchamps.com/#team +Our partner is a well established and long-time present entity in posession of multiple IPs in the collectible toys market. They have significant experience with sourcing manufacturing and distributing physical collectibles worldwide. + +## Experience with Algorand +For the last 2 years, we have been building a p2e game on Algorand called Cosmic Champs. We are innovators in the 3d NFT space with our fully animated 3d NFTs that are used in our game and also have utility outside of the game itself (3d viewer, AR viewer). +We have a strong understanding of the NFT space, the technical specifications, and the supporting infrastructure available. This positions us well to deliver a strong product for other Algorand projects to use and benefit from. + +Our partner is new to Algorand and they are looking to do a pilot with a trusted and established project in the space that can ensure that their part(nft + game integration) will be done without issues. Cosmic Champs fits that description perfectly! + +## Present Proposal +We will launch a physical toy + NFT campaign with an established IP in the collectible world. Together with our partner we will produce a limited physical run of known action figurine, that will each be tied to an algorand NFT that will also be integrated with our mobile game. The figurine+nft pairs will be sold and distributed via online stores of our partner, in person on collectable/comics conventions, and via algorand NFT markets. + +We will explore options on how to best incentivize and guide new audience (toy collectors) to engage with Algorand ecosystem and be rewarded for it with oppurtunity of the value they percieve high(limited collectible). For an example we could run a campaign to encourage new users to interact with Algorand through dedicates channels and earn a chance to buy this limited run collectible toy. This way we can ensure higher conversion rate of this new audience than what would be otherwise possible if we simply sold NFTs and Toys. + +Basically we will do what nextg3nz failed to do, but efficiently, organically with actual positive impact on Algorand and user onboarding, and for a lot less funds and with high certainty! Our and our partners combined experience has all parts of the process covered. Further more the collectible physical toys + game nfts are a lot more natural and "sane" combination of the Real world Asset and virtual good and are something we are cofident will become a very popular trend in near future. Each party involved in thsi process has shown in the past they can deliver on their part of the proejct, so we have high confidence of delivering on time and with highest quality of execution. + +We request 100% of the funds paid up front, as we need to pay for the production of a minimum inventory of toys in advance. Print on demand options are not viable, if we wish to ensure quality and no delays with shipping and distribution of the physical toy. +Both our partner and our team are putting significant costs towards this effort, the grant is mostly to help cover the costs of the production of the pysical toys. + +deliverables are: +- 3d character of the collectible toy added to Cosmic Champs game +- a small limited run of physical collectible toys manufactured +- NFTs minted for each of the manufactured figurines + +We are looking to wrap up the project within 3-6 months of the funding received. + + +## Future Blueprint +In the future we are looking to bringing more IPs from the collectible world and their wast audiences to algorand. + +## Benefits for the community +Doing this successfully will further position Algorand as the best chain for RWA. This will open Algorand to a whole new audience and pave the road for near future when industry behemots like Disney or Marvel will be looking for the blockchain to offer their products in NFT+phyisical combination. +We will also show that phisical item + NFT can actualyl be exciting novelty and show that it can be done on algorand efficienty, professionally and in timely manner. + + + +## Additional information +Play our game here: https://beta.cosmicchamps.com/ +NFT browser + 3d view: https://nft.cosmicchamps.com/ +Browse game characters: https://cards.cosmicchamps.com/ +Coorporate page: https://cosmicchamps.com/ diff --git a/Proposals/xgov-156.md b/Proposals/xgov-156.md new file mode 100644 index 00000000..c16600f1 --- /dev/null +++ b/Proposals/xgov-156.md @@ -0,0 +1,37 @@ +--- +id: 156 +period: 3 +title: Open Source ARC53 Tooling +author: krby.algo (@kylebeee) +discussions-to: https://forum.algorand.org/t/xgov-156-open-source-arc53-tooling/11112 +company_name: Akita +category: dApps +focus_area: Defi +open_source: Yes +amount_requested: 25000 +status: Final +--- + +## Abstract +This proposal aims to build out & open source tooling for decentralized self-soveriegn project details on Algorand. ARC53 is a community page spec that enables projects & companies with onchain assets to trustlessly share details about their business for exploration by the community and other business entities on-chain. NFT marketplaces, wallets, and other dapps can utilize this spec to enable users to explore projects & companies on-chain. This proposal aims to build out open source tooling to enable this spec to be easily utilized by the community. + +## Team +Krby (https://twitter.com/kylebeeeee) has been a full time software engineer for over 7 years and has been spending his evenings building Akita for the better part of the last 2 years following the original dev teams departure. He's built a number of massive features for the Akita community including a staking platform, discord payment & verification bot (integrated with NFD's), Yoink Ball (an in person king of the hill game utilizing Freeze & Clawback) and a permissionless Community spec (ARC-53). + +## Experience with Algorand +For nearly the last 2 years Krby has been spending his evenings building on Algorand. From writing smart contracts to building the base components of a longer term vision; a social platform built ontop of Algorand, NFDs, subscriptions & the community page spec. To date he's delivered an astounding amount of value to the Algorand / Akita community and has been the driving force behind the growth of the Akita platform: + +- The most flexible staking platform on Algorand +- A discord bot that enables payments, verification, and more +- Yoink Ball, an in person game of king of the hill utilizing Freeze & Clawback +- Author of ARC53, a permissionless community spec that enables NFT and project exploration with some of the best UX on Algorand +- A shuffle system for Akita Omnigems where the NFTs have no data attached to them before sale +- Co-Author of ARC58, the Abstracted Account spec. + +## Present Proposal +This proposal aims to build open source tooling for parsing & caching ARC53 community data. This will enable dapps to easily integrate and display consistent information about projects & companies on-chain. Open source libraries will be written in Golang & Typescript. + +## Benefits for the community +Projects & Businesses on Algorand currently deal with a centralized and fragmented landscape when it comes to sharing information about their business. ARC53 allows them to share this information in a verifiable and trustless manner thats easily consumable for dapps like NFT marketplaces, explorers, etc. Creating tooling for these dapps to more easily adopt the spec will enable a more consistent & convenient experience for users across the ecosystem. As an example, we have many NFT marketplaces and if you want to launch a collection you will need to go fill out repitive forms on each marketplace, if ARC53 we're easy to integrate with, you would have automatic propegation of your project details across the ecosystem. + +## Additional information diff --git a/Proposals/xgov-157.md b/Proposals/xgov-157.md new file mode 100644 index 00000000..53abd779 --- /dev/null +++ b/Proposals/xgov-157.md @@ -0,0 +1,56 @@ +--- +id: 157 +period: 3 +title: Centralised Bridge Proposal - Two-Way Cardano (ADA) to Algorand (Algo) +author: Giles Campbell & Ronan Clooney (@clooneyr) +discussions-to: https://discord.gg/hMcQcDWptY +company_name: Algomint +category: dApps +focus_area: Defi +open_source: No +amount_requested: 260000 +status: Final +--- + +## Abstract +This proposal outlines the development of a centralised bridge facilitating the seamless transfer of Cardano (ADA) and Algorand (ALGO) between the two chains. The bridge aims to leverage the unique nature of the Cardano and Algorand relationship and provide users on both networks with a secure and efficient means to transfer and utilise assets across ecosystems. Excess bridged assets will be held in cold storage through our custody provider. Why centralised? Speed and simplicity of implementation, a decentralised version though desirable would take significantly longer and require more resources. Costs associated with the build include additional tech requirements, marketing on both chains, custody provider fees and multiple audits ensuring the security of assets. If approved we can leverage the relationship with our custody provider allowing additional assets to flow between ecosystems. The Algorand ecosystem has a unique relationship with Cardano and we believe the time has come to take the first steps to embrace this. The Algomint team is also uniquely positioned to attract liquidity from ADA once the bridge is approved and a suitable reward mechanism is in place. Discussions with significant Cardano community members has revealed yield is the primary incentive that would drive interest in Algorand from the ADA community but would need to be accompanied by thorough tutorials and awareness campaigns. Significant additional research into implementation of a decentralised iteration will be continued moving forward. + +### Bridge Development (260,000A) +- **Infrastructure Setup:** Establish a secure and robust infrastructure for the centralised bridge. +- **Custody Provider Integration:** Integrate with a reputable custody provider to securely store bridged assets in cold storage. +- **User Interface:** Develop a user-friendly interface for users to initiate and monitor cross-chain transactions. +- **Security Audits:** Conduct thorough security audits. +- **Integration Testing:** Perform extensive testing of bridge's functionality and security. +- **Deployment:** Deploy the centralised bridge, custody integration, and user interface components. +The reward structure will be designated and designed around TDR and collaborations with other Algorand defi platforms. + +## Team +- Giles Campbell: Algomint Lead +- Ronan Cloony: Lead Blockchain developer +- Gaurav: Frontend developer +### Advisors +- Michael Cotton +- Aj Milne + +## Experience with Algorand +Algomint is a pivotal contributor to the Algorand ecosystem, specialising in a centralised bridge for seamless and secure asset transfer between Bitcoin (BTC) and Ethereum (ETH) with Algorand. Their expertise lies in establishing a robust infrastructure, integrating reputable custody providers, and creating user-friendly interfaces for efficient cross-chain transactions. Beyond the bridge, Algomint demonstrates proficiency in enhancing liquidity through innovative basket utility. This strategic approach allows users to leverage Algorand's capabilities for instant transactions while accessing a diverse range of assets. Algomint is committed to growth and ecosystem support. + + +## Present Proposal +This proposal seeks funding of 260,000A to develop a centralised bridge between Cardano and Algorand, providing users with a reliable means to transfer both ADA and ALGO between these ecosystems. + +## Benefits for the community +This opens up the ability to collaborate with Cardano projects and incentivise Cardano users to bridge and try Algorand technology, DeFi and the general ecosystem. + +- **Effortless Cross-Chain Transactions:** Algomint's centralised bridge guarantees smooth and secure asset transfers, enhancing interoperability between Cardano and Algorand and boosting cross-chain liquidity. + +- **Centralised Security Confidence:** By leveraging a trusted custody provider, Algomint ensures the secure cold storage of excess bridged assets, fostering user confidence in the integrity and safety of cross-chain transactions. + +- **User-Friendly Interface for Growth:** Algomint prioritises a user-friendly interface, simplifying cross-chain transactions and strategically attracting users, particularly from the Cardano community. This approach contributes to the expansion and diversification of both ecosystems. + +- **Marketing:** Building a bridge between Cardano and Algorand will support cross chain marketing penetration and will open future marketing and growth opportunities for both Algomint and other ecosystem projects. We will engage KOL’s to promote comprehensive tutorials and the opportunities available to ADA holders coming to Algorand. + +## Additional information +Algomint Website - https://algomint.com/ +Discord - https://discord.gg/hMcQcDWptY +X - https://twitter.com/Algomint_io \ No newline at end of file diff --git a/Proposals/xgov-158.md b/Proposals/xgov-158.md new file mode 100644 index 00000000..c45e902b --- /dev/null +++ b/Proposals/xgov-158.md @@ -0,0 +1,73 @@ +--- +id: 158 +period: 3 +title: X-NFT Cardano Integration +author: Giles Campbell (@GilesTNT) +discussions-to: https://github.com/algorandfoundation/xGov/pull/158 +company_name: X-NFT +category: dApps +focus_area: Defi +open_source: Yes +amount_requested: 170000 +status: Final +--- + +## Abstract + +The X-NFT team proposes to build a one way bridge and incentivise ADA users with X-NFT to make the leap to Algorand DeFi and NFT communities. We will engage artists (ideally Cardano natives) to produce a collection specifically marketed to Cardano community members. This collection would be redeemable only on Algorand. Cardano users who earn / receive the token will be able to seamlessly transfer through our custom built one-way bridge to Algorand, where it would be burned, and replaced by the Algorand native X-NFT token. The aim is to incentivise users from Cardano to experience both Algorand Defi and NFT communities. We believe that rewards will create a high likelihood that users who receive X-NFT within the Cardano ecosystem will bridge and use Algorand to realise that value where redemptions are possible and trading liquidity is concentrated. X-NFT distribution will be targeting areas with the highest number of suitable users. The token’s utility and focused liquidity will remain on Algorand acting as the driving force behind the need to bridge to Algorand. This is a stand alone application. + +### Project Development + +Token Generation on Cardano: +Generate & manage X-NFT tokens on Cardano. + +#### Bridge Mechanism: + +Create a one-way bridge mechanism to securely transfer X-NFT from Cardano to Algorand. This is planned to be centralised and very simple (mint & burn) to keep the process as easy and seamless as possible. + +#### Mint & Burn Process: + +Implement a seamless process to burn X-NFT on Cardano and mint the Algorand native X-NFT token. + +#### Reward System: + +Design and integrate a reward system ideally via Cardano's DeFi platforms to incentivize users for bridging to Algorand. + +#### Marketing: + +The new project will be marketed to the Cardano community engaging with KOL’s within Algorand and Cardano to drive engagement and awareness. + +## Team + +- Giles Campbell - Co-Founder +- Michael Cotton - Co-Founder +- Dom - Core Blockchain Developer + +### Advisors + +- AJ Milne - CEO of Optio Capital + +## Experience with Algorand + +X-NFT's journey on Algorand has been marked by pioneering innovations in the intersection of decentralised finance (DeFi) and non-fungible tokens (NFTs). Through strategic partnerships, such as the groundbreaking collaboration with Meld Gold, X-NFT has introduced novel concepts like physically backed gold, silver, and bronze collector awards, providing a tangible and prestigious dimension to the digital art space. The implementation of a burn mechanism and dynamic rarity scoring not only enhances the value of X-NFTs but also establishes a sustainable and dynamic marketplace. This experience underscores X-NFT's dedication to pushing the boundaries of innovation while fostering a vibrant and community-driven ecosystem on Algorand. + +## Present Proposal + +This proposal seeks funding for the development of an incentive program to bring Cardano users to Algorand via a one-way bridge for the X-NFT token. The strategic burn-and-mint process ensures the transition from Cardano-generated X-NFT to the native Algorand X-NFT, incentivising users through rewards on Cardano's DeFi platforms. + +## Benefits for the community + +Bringing Cardano users to Algorand! We believe once exposed to Algorand technology many Cardano users will be ‘sticky’ in continuing to use and participate in the DeFi and NFT ecosystem. The development of the project also allows for the program to be repeated at a fraction of the cost. With the long term CAC expected to be comparatively low compared to other finance industry standards. + +### Liquidity Hub on Algorand: + +All primary liquidity and functionality will be concentrated on Algorand. + +### Dual-Platform Incentives + +Rewards on Cardano's DeFi platforms drive engagement, eyeballs and incentivize users to bridge to Algorand. + +## Additional information + +Website +Twitter/X diff --git a/Proposals/xgov-159.md b/Proposals/xgov-159.md new file mode 100644 index 00000000..f0724107 --- /dev/null +++ b/Proposals/xgov-159.md @@ -0,0 +1,56 @@ +--- +id: 159 +period: 3 +title: Dynamic Interest Peg Stability Mechanism and Zap Vaults +author: Giles Campbell, Nimi (@jesulonimi21) +discussions-to: https://discord.gg/3uH4fKQHpf +company_name: xBacked +category: dApps +focus_area: Defi +open_source: No +amount_requested: 175000 +status: Final +--- + +## Abstract +This proposal outlines the development of innovative features within the xBacked ecosystem on Algorand. We aim to introduce a new peg mechanism with dynamic loan rates, ensuring the stability of the pegged value. Additionally, we plan to build a zap function for vaults, enabling users to bring one side of the LP, allowing the protocol to mint xUSD for the other side. These vaults will operate on an auto-compounding mechanism, gradually paying off loans and enhancing the ecosystem's resilience. + + +# Project Components + +- Design and Implement Dynamic Loan Rate Mechanism: Develop a robust mechanism that dynamically adjusts loan rates based on the peg's stability. If xUSD depegs, falling below the desired $1 value the protocol interest rates will increase with the increase varying depending on the severity of the depeg. +Integration with xUSD Protocol: Integrate the dynamic loan rate mechanism seamlessly into the xUSD protocol. +Smart Contract Development: Develop and deploy smart contracts to enable the dynamic adjustment of loan rates. + +- Design and Development: Create a user-friendly zap function allowing users to bring only one side of a whitelisted LP, triggering the protocol to mint xUSD for the other side with the LP becoming collateral for the xUSD issued. +Auto-Compounding Mechanism: Implement an auto-compounding feature within vaults to ensure continuous rewards are compounded into an increased collateral position. +Security Audits and Testing: Conduct thorough security audits and extensive testing to ensure the reliability and safety of the zap function and auto-compounding mechanism. + + +## Team +- Nimi: Lead blockchain developer. +- Giles Campbell: Support +- Michael Cotton: Advisor +- AJ Milne: Advisor + +## Experience with Algorand +x-Backed spearheaded the development of a decentralised, permissionless stablecoin known as xUSD on Algorand. In contrast to conventional stablecoins backed by fiat currency, xUSD derives its value from a diverse range of digital assets, including goBTC, gALGO, mALGO, GOLD$, SILVER $, goETH, and ALGO and more. This unique approach not only provides users with a stablecoin solution but also enables them to hedge against market volatility. The xUSD stablecoin is easily minted on the x-Backed platform, allowing users to unlock capital at a low reliable interest rate. By deploying xUSD to partner platforms, users can earn yield, adding to the stablecoin's appeal. xBacked places a strong emphasis on vault health monitoring, urging users to maintain healthy collateral ratios to avoid liquidation. This commitment underscores x-Backed's dedication to fostering a secure and reliable decentralised finance (DeFi) environment on the Algorand blockchain. + +## Present Proposal +This proposal seeks funding of 175,000 ALGO to implement new and exciting features within the xBacked ecosystem. We aim to introduce a dynamic loan rate mechanism to stabilise the peg and a zap function for vaults, providing users with a more efficient and user-friendly experience. The auto-compounding mechanism within the vaults will enhance the ecosystem's sustainability by gradually paying off vault holder loans. + +## Benefits for the community + +- Peg Stability: Introduce a dynamic loan rate mechanism to maintain stability in the pegged value. +- User-Friendly Vaults: Enhance user experience with a zap function for vaults, simplifying the process of minting xUSD. +- Auto-Compounding Rewards: Vaults will operate on an auto-compounding mechanism, ensuring continuous rewards are reinvested, contributing to the long-term health of the ecosystem. + + +## Additional information + +Website + +Discord + +Twitter + diff --git a/Proposals/xgov-79.md b/Proposals/xgov-160.md similarity index 95% rename from Proposals/xgov-79.md rename to Proposals/xgov-160.md index 88a765fb..1bbfdc97 100644 --- a/Proposals/xgov-79.md +++ b/Proposals/xgov-160.md @@ -1,13 +1,14 @@ --- -id: 79 +id: 160 +period: 3 title: VoteCoin - GitHub tools author: Everyday Algonaut, Ludo Scholtz (@scholtz) -discussions-to: https://github.com/algorandfoundation/xGov/pull/79 +discussions-to: https://github.com/algorandfoundation/xGov/pull/160 company_name: Scholtz & Company, jsa category: Community focus_area: Deployment open_source: Yes -amount_requested: 120000 +amount_requested: 80000 status: Final --- @@ -25,7 +26,7 @@ The successful implementation of this project will revolutionize source code man We kindly request your support in the form of a grant to bring this project to fruition and contribute to the advancement of decentralized governance within the software development ecosystem. ## Team -Scholtz - Product owner. Active on Algorand forum, runs a few projects in Algorand ecosystem such as the VoteCoin, A-Wallet, Aramid Bridge, Stabilitas, ASA.Gold. Has been winner in few hackathons, such as Algorand encode hack 2021, EUvsVirus, Swiss blockchain hackathon 2021, Bitcoin bankathon, Encode DAO hack, Algo HackJam, Greenhouse hack III, Mega Ace Hackathon, ... +Scholtz - Product owner. Active on Algorand forum, runs a few projects in Algorand ecosystem such as the VoteCoin, A-Wallet, Aramid Bridge, Stabilitas, ASA.Gold. Has been winner in few hackathons, such as Algorand encode hack 2021, EUvsVirus, Swiss blockchain hackathon 2021, Bitcoin bankathon, Encode DAO hack, Algo HackJam, Greenhouse hack III, Mega Ace Hackathon, ... ## Experience with Algorand Scholtz & Co is relay node runner. @@ -62,4 +63,4 @@ Overall, the implementation of onchain voting tools using Vote Coin on Algorand ## Additional information -It is ok for us to be paid after the project is developed and working. + diff --git a/Proposals/xgov-161.md b/Proposals/xgov-161.md new file mode 100644 index 00000000..ce5fc317 --- /dev/null +++ b/Proposals/xgov-161.md @@ -0,0 +1,45 @@ +--- +id: 161 +period: 3 +title: VoteCoin - Introduction Video +author: Everyday Algonaut, Ludo Scholtz (@scholtz) +discussions-to: https://github.com/algorandfoundation/xGov/pull/161 +company_name: VoteCoin DAO +category: Community +focus_area: User Onboarding +open_source: Yes +amount_requested: 16000 +status: Final +--- + +## Abstract +Vote Coin DAO created onchain voting standard and open source solutions capable of efficient onchain community decision making. This includes the fractionalized and categorized delegation of the voting power, encrypted voting, trusted list management and results calculation by multiple functions. + +With this grant request we ask for grant to fund creation of the video describing vote coin open standard and how it helps and may help Algorand ecosystem. + +## Team +Scholtz - Product owner. Active on Algorand forum, runs a few projects in Algorand ecosystem such as the VoteCoin, A-Wallet, Aramid Bridge, Stabilitas, ASA.Gold. Has been winner in few hackathons, such as Algorand encode hack 2021, EUvsVirus, Swiss blockchain hackathon 2021, Bitcoin bankathon, Encode DAO hack, Algo HackJam, Greenhouse hack III, Mega Ace Hackathon, ... + +## Experience with Algorand +Scholtz & Co is management company for Vote Coin DAO. + +Scholtz & Co is relay node runner. + +We provide many open source tools to help algorand communities - https://github.com/scholtz?tab=repositories&q=algorand + +Everyday Algonaut channel + +## Present Proposal +We will create video with minimum content on: +- How to create a question +- How to delegate the voting power +- How to manage trusted list +- How the calculation of voting results work +- How is the vote coin project beneficial for the algorand ecosystem + +## Benefits for the community + +- Better understanding how to manage onchain community decisionmaking more efficient +- Better marketing for vote coin project where community can start their own DAOs for free + +## Additional information diff --git a/Proposals/xgov-162.md b/Proposals/xgov-162.md new file mode 100644 index 00000000..f71f2180 --- /dev/null +++ b/Proposals/xgov-162.md @@ -0,0 +1,45 @@ +--- +id: 162 +period: 3 +title: ASA.Gold - Introduction Video +author: Everyday Algonaut, Ludo Scholtz (@scholtz) +discussions-to: https://github.com/algorandfoundation/xGov/pull/162 +company_name: ASA.Gold DAO +category: Community +focus_area: User Onboarding +open_source: Yes +amount_requested: 16000 +status: Final +--- + +## Abstract +ASA.Gold is gold tokenization project on Algorand with novel way to audit gold reserves - everybody can see the composition of gold reserves. Each gold item in the reserves is marked with serial number and NFT is minted for it. Each NFT is purchasable at the onchain eshop, and owners can resell it at the secondary NFT marketplace or he can redeem the gold item by parcel delivery to his home address. + +## Team +Scholtz - Product owner. Active on Algorand forum, runs a few projects in Algorand ecosystem such as the VoteCoin, A-Wallet, Aramid Bridge, Stabilitas, ASA.Gold. Has been winner in few hackathons, such as Algorand encode hack 2021, EUvsVirus, Swiss blockchain hackathon 2021, Bitcoin bankathon, Encode DAO hack, Algo HackJam, Greenhouse hack III, Mega Ace Hackathon, ... + +## Experience with Algorand +Scholtz & Co is management company for ASA.Gold DAO. + +Scholtz & Co is relay node runner. + +We provide many open source tools to help algorand communities - https://github.com/scholtz?tab=repositories&q=algorand + +Everyday Algonaut channel + +## Present Proposal +With this grant request we request funds to create introduction video with minimum content: + +- How to buy gold token using asa.gold website +- How to buy gold token using AWallet +- How to sell gold token +- How to buy gold item from reserves (NFT) +- How to do secondary sale of the NFT +- How to request physical delivery of real world gold coin using the ownership of the NFT + +## Benefits for the community + +- Better marketing for asa.gold project and showcase of algorand as great blockchain for RWA use cases + +## Additional information + diff --git a/Proposals/xgov-163.md b/Proposals/xgov-163.md new file mode 100644 index 00000000..c66af7e6 --- /dev/null +++ b/Proposals/xgov-163.md @@ -0,0 +1,100 @@ +--- +id: 163 +period: 3 +title: Biatec AMM - Milestone 3 +author: Ludovit Scholtz (@scholtz) +discussions-to: https://github.com/algorandfoundation/xGov/pull/163 +company_name: Scholtz & Co +category: dApps +focus_area: Defi +open_source: Yes +amount_requested: 200000 +status: Final +--- + +## Abstract +Biatec AMM has recevied xGov grant #80 and is in process of creating concentrated liqudity AMM. This proposal requests funds for milestone 3 - Integration to DEX aggregator. Check our progress - dex.biatec.io. + +We will improve Algorand's DeFi ecosystem and with concentrated liquidity AMM we will give users better swap quotes and liquidity providers better yields in comparision with using traditional AMMs. + +This grant proposal aims to advance the development and open source implementation of Automated Market Makers (AMMs) with concentrated liquidity. AMMs have emerged as a crucial component of decentralized finance (DeFi), providing efficient and decentralized mechanisms for trading digital assets. However, traditional AMMs suffer from certain limitations, such as inefficient capital utilization and vulnerability to impermanent loss. + +Concentrated liquidity models address these issues by allowing liquidity providers (LPs) to concentrate their funds within specific price ranges, thereby enhancing capital efficiency and reducing the risk of impermanent loss. This proposal seeks funding to support research, development, and implementation efforts focused on creating open source algorand AMM smart contract. + +By supporting this grant proposal, you will contribute to the advancement of decentralized finance by addressing the limitations of traditional AMMs and enhancing capital efficiency and risk management through the implementation of concentrated liquidity models. This research and development effort will foster innovation, attract liquidity providers, and improve the overall user experience in the rapidly evolving Algorand DeFi ecosystem. + +## Team +Scholtz - Product owner. Active on Algorand forum, runs a few projects in Algorand ecosystem such as the VoteCoin, A-Wallet, Aramid Bridge, Stabilitas, ASA.Gold. Has been winner in few hackathons, such as Algorand encode hack 2021, EUvsVirus, Swiss blockchain hackathon 2021, Bitcoin bankathon, Encode DAO hack, Algo HackJam, Greenhouse hack III, Mega Ace Hackathon, ... + +## Experience with Algorand +Scholtz & Co is relay node runner. + +We provide many open source tools to help algorand communities - https://github.com/scholtz?tab=repositories&q=algorand + +Everyday Algonaut channel + +## Present Proposal +We will build Open source concentrated liqudity AMM integrated to at least one of the Algorand's DEX aggregotors. + +With concentrated liquidity people get better swapping quotes, and liquidity providers will get higher returns on their investments. + +### Roadmap + +We will work using LeSS principles, with 2w sprints & product increments. + +Estimated project delivery is 3 months from the project funding. + +#### Milestone 1 - Project approved (prepayment) + +Date: T +Amount: 100000 ALGO + +Description: We require half of the funds to be prepaid, so that we can pay salaries for developers + +#### Milestone 2 - Smart contract delivery + +Date: T + 3 months +Amount: 200000 ALGO + +#### Milestone 3 - Integration to DEX aggregator + +Date: T + 6 months +Amount: 200000 ALGO + +#### Milestone 4 - Audits (not in scope of current grant round) + +Date: T + 18 months +Amount: TBE + +Description: We will deliver smart contract and web with abilities to open new lp pool with concentrated liquidity, do swaps and manage the liqudity + +### Community + +Please join our discord at https://discord.com/invite/Z3yQkU3kbT + +### White Paper + +https://cloudflare-ipfs.com/ipfs/QmagzMhx2dqgAH9YePwx2UhgnMdvNG3whauLZriUunufTH + +### Video presentation + +https://www.youtube.com/watch?v=wqZYZzO059M + +## Benefits for the community +The Algorand community stands to benefit significantly from the development and implementation of an open-source Automated Market Maker (AMM) with concentrated liquidity. Here are some key benefits that such a project can bring to the Algorand ecosystem: +- Enhanced Liquidity Efficiency: AMMs with concentrated liquidity allow liquidity providers (LPs) to optimize their capital utilization by concentrating funds within specific price ranges. This concentration leads to increased liquidity depth and reduced slippage, ultimately improving the overall efficiency of the Algorand ecosystem. Traders will experience improved trade execution and reduced trading costs, attracting more participants to the platform. +- Mitigation of Impermanent Loss: Impermanent loss is a common concern for liquidity providers in traditional AMMs. Concentrated liquidity models help mitigate this risk by allowing LPs to focus their funds on price ranges where they are more comfortable with the potential price volatility. This reduced exposure to impermanent loss makes liquidity provision more attractive and sustainable, incentivizing more LPs to participate in the Algorand ecosystem. +- Diverse Investment Opportunities: The introduction of an open-source AMM with concentrated liquidity on Algorand will create new investment opportunities for LPs. By concentrating funds in specific price ranges, LPs can capitalize on market trends, volatility, and arbitrage opportunities. This flexibility encourages LPs to actively engage in liquidity provision and brings a wider range of investment strategies to the Algorand community. +- Deeper DeFi Integration: The availability of an open-source AMM with concentrated liquidity will strengthen the DeFi ecosystem on Algorand. It will enable seamless integration with other DeFi protocols, such as lending platforms, decentralized exchanges, and yield farming protocols. This integration will enhance interoperability, allowing users to easily move their assets across various decentralized applications, thereby expanding the use cases and liquidity within the Algorand ecosystem. +- Community-driven Development and Innovation: The open-source nature of the proposed AMM encourages community participation, collaboration, and innovation. It provides an opportunity for developers within the Algorand community to contribute to the project, propose improvements, and build additional features. This fosters a sense of ownership, transparency, and decentralization within the Algorand ecosystem, leading to a more vibrant and thriving community. +- Attracting Liquidity Providers: The introduction of an AMM with concentrated liquidity on Algorand will attract liquidity providers from other blockchain ecosystems. LPs are always seeking platforms that offer capital-efficient and risk-mitigating solutions. By providing a robust and efficient concentrated liquidity AMM, Algorand can position itself as an attractive destination for LPs, driving liquidity inflow, and promoting the growth of the ecosystem. + +In conclusion, the development of an open-source AMM with concentrated liquidity brings several benefits to the Algorand community. It enhances liquidity efficiency, mitigates impermanent loss, expands investment opportunities, strengthens DeFi integration, fosters community-driven development, and attracts liquidity providers. These benefits contribute to the growth, competitiveness, and resilience of the Algorand ecosystem, positioning it as a leading platform for decentralized finance. + +## Additional information + +We seek to establish new legal entity for this project and comply with MiCA regulations. + +This grant request does not include audits, however we are open to cooperate with any auditors on audits. We assume in next period we will request funding for audits. + +We have created project discord - https://discord.com/invite/Z3yQkU3kbT . Please sign in and lets have a chat. diff --git a/Proposals/xgov-82.md b/Proposals/xgov-164.md similarity index 70% rename from Proposals/xgov-82.md rename to Proposals/xgov-164.md index 0a3d288c..33ccded6 100644 --- a/Proposals/xgov-82.md +++ b/Proposals/xgov-164.md @@ -1,21 +1,22 @@ --- -id: 82 -title: Prague community meetups +id: 164 +period: 3 +title: Prague community meetup author: Everyday Algonaut, Ludo Scholtz (@scholtz) -discussions-to: https://github.com/algorandfoundation/xGov/pull/82 +discussions-to: https://github.com/algorandfoundation/xGov/pull/164 company_name: Scholtz & Co category: Community focus_area: User Onboarding open_source: Yes -amount_requested: 200000 +amount_requested: 15000 status: Final --- ## Abstract -We want to build community in Central Europe - in Prague. We will host at least 6 algorand meetups through the year 2024. +We want to build community in Central Europe - in Prague. We will host the algorand meetup event during Prague Blockchain Week. ## Team -Scholtz - Product owner. Active on Algorand forum, runs a few projects in Algorand ecosystem such as the VoteCoin, A-Wallet, Aramid Bridge, Stabilitas, ASA.Gold. Has been winner in few hackathons, such as Algorand encode hack 2021, EUvsVirus, Swiss blockchain hackathon 2021, Bitcoin bankathon, Encode DAO hack, Algo HackJam, Greenhouse hack III, Mega Ace Hackathon, ... +Scholtz - Product owner. Active on Algorand forum, runs a few projects in Algorand ecosystem such as the VoteCoin, A-Wallet, Aramid Bridge, Stabilitas, ASA.Gold, Biatec DEX. Has been winner in few hackathons, such as Algorand encode hack 2021, EUvsVirus, Swiss blockchain hackathon 2021, Bitcoin bankathon, Encode DAO hack, Algo HackJam, Greenhouse hack III, Mega Ace Hackathon, ... ## Experience with Algorand Ludo, Everyday Algonaut has hosted Prague algorand meetup last year on Feb 10th 2023 at Paralel polis. @@ -25,7 +26,7 @@ He was also speaker at ETH Denver, Prague BeerFi event, and speaker at Wroclaw A Everyday Algonaut channel ## Present Proposal -We will host at least 6 algorand meetups through the year 2024 and improve algorand awareness in the area. +We will host the algorand meetup event during Prague Blockchain Week. ## Benefits for the community @@ -34,3 +35,4 @@ We will host at least 6 algorand meetups through the year 2024 and improve algor ## Additional information +https://explore.prgblockweek.com/23 diff --git a/Proposals/xgov-165.md b/Proposals/xgov-165.md new file mode 100644 index 00000000..1a54aaaf --- /dev/null +++ b/Proposals/xgov-165.md @@ -0,0 +1,73 @@ +--- +id: 165 +period: 3 +title: Messina one Algorand and EVM NFT Bridge +author: Messina Team Member, Kevin Vernooij (@FoundryKev) +discussions-to: https://github.com/algorandfoundation/xGov/pull/165 +company_name: Messina One and Algo Foundry +category: Tools +focus_area: NFT +open_source: Yes +amount_requested: 300000 +status: Final +--- + +## Abstract +Messina.one intends to build an Ethereum <> Algorand NFT bridge by leveraging its existing expertise in the bridging space. Messina believes that enabling native bridging of NFTs between networks helps to grow the domain by opening up various opportunities for creators on Algorand. +Messina already built and deployed an NFT bridge between Polygon and Cronos and will benefit from the experience and existing in-house technology. Messina also developed a new NFT standard that ensures exclusivity of NFTs and allows for only one unique NFT to ever be alive on chain at the same time. +The bridge would allow seamless transfer of NFTs between Algorand and all EVM based chains including, but not limited to, Polygon, Ethereum, Base, Optimism, Arbitrum, and Avalanche. + +## Team +The Messina.one team consists of several experienced professionals across the various web3 domains such as development, product management, marketing, and community. + +Jonathan Kay, CEO +A seasoned entrepreneur with a background in decentralised applications, operational support, and transformative ventures. + +Mike Knott, CTO +An industry expert with accomplishments in transformative change across a number of technology disciplines. + +Derine Loke, Product Manager +A motivated and results-driven product manager leading cross-functional teams with a zeal in building innovative web3 solutions. + +Kevin Vernooij, Partnerships & Community +A passionate community builder who spent over a decade in enterprise customer management before taking his expertise into the web3 space. + +Chester, Tech Lead +Deep knowledge and skill in Web3 development. Proven expertise in guiding teams in creating advanced blockchain applications and smart contracts. + +## Experience with Algorand +Messina.one deployed the first native token bridge on Algorand to connect the network with various other ecosystems. Messina also launched its Algorand Governance Liquid Staking solution with mALGO in September 2023. +On top of the products delivered by Messina.one, the same team is also the driving force behind Algo Foundry. Algo Foundry on boarded numerous developers to Algorand through its academic interface programs and developer courses, in addition to building products like AlgoSafe. +The team of Messina.one has been involved with the Algorand ecosystem since its inception and worked closely with the Algorand Foundation on various projects. +From top to bottom, the team has close relationships with the Algorand community on all levels and led the way through numerous partnerships with many leading Algorand players and founders. + +## Present Proposal +Phases +1 - Requirement Analysis & Product Design +Define project objectives and gather stakeholder needs and create the blueprint and architecture for the bridge. +Estimated Duration: 1-2 weeks + +2 - Development, Integration, and Testing: +Design, code, and program the solution. Combine various components and conduct rigorous tests for functionality. +Estimated Duration: 4-6 weeks + +3 - Security Audit: +Work with a reputable auditor for a thorough review of compliance and security. +Estimated Duration: 2-4 weeks + +4 - Deployment & Launch: +Implement the project into a live environment and launch the bridge. +Estimated Duration: 1-2 weeks + +Total Estimated Duration: 10-12 Weeks +Estimated Requirement: 300000 ALGO + +*All durations are strictly estimated and may vary. + +## Benefits for the community +By connecting the EVM and AVM (Algorand) NFT ecosystems, Messina.one is enabling further cross chain integration and community growth in the NFT domain. It will give NFT communities in the Algorand space easy access to a greater audience and creators the opportunity to leverage their creative talent to bring new users into the Algorand ecosystem from EVM chains. +At the same time it allows NFT projects on EVM chains to explore the superior Algorand network at a lower cost and without spending big resources to launch an entire collection, and instead bridge parts of existing collections to test the waters first. +Through these benefits it brings more buyers, more traders, and more capital into the Algorand NFT landscape, adding more diversity and creating an altogether more attractive ecosystem for all NFT stakeholders alike. + +## Additional information +None diff --git a/Proposals/xgov-167.md b/Proposals/xgov-167.md new file mode 100644 index 00000000..43bd64d3 --- /dev/null +++ b/Proposals/xgov-167.md @@ -0,0 +1,69 @@ +--- +id: 167 +period: 3 +title: Token CEX Listing Proposal for Meld Gold Assets +author: Michael Cotton & Dominic Hawton (@aetherplex) +discussions-to: https://github.com/algorandfoundation/xGov/pull/167 +company_name: Meld Gold Pty Ltd +category: Community +focus_area: Defi +open_source: No +amount_requested: 250000 +status: Final +--- + +## Abstract + +Meld Gold proposes to have GOLD$ & SILVER$ ASA’s listed on a global centralised exchange in conjunction with developing the ability to market make ensuring the assets are readily available with minimal pricing spread. + +## Team + +- Michael Cotton - Founder +- Dom Hawton - CTO +- Brendan Biddell - CMO + +### Advisors + +- Brent Doughty +- Michael Simpson +- AJ Milne + +Team and advisor backgrounds are available here: https://www.meld.gold/about + +## Experience with Algorand + +The team has delivered GOLD$ and SILVER$ within the Algorand ecosystem including developing and launching market making capability connecting the liquidity within the traditional precious metals market into Algorand DeFi. Meld’s assets have had over 300,000 on chain transactions and over $1,500,000 in TVL within Algorand DeFi (according to Vestige.fi as at 22/01/24). + +## Present Proposal + +Meld Gold is seeking 250,000 ALGO to cover the costs of listing GOLD$ & SILVER$ on a global exchange and develop market making capabilities to ensure the assets are readily available with minimal spreads. This is achieved by Meld Gold acting as the market maker between the traditional gold industry and the digital market, bridging the extreme deep and liquid bullion markets with the Web3 economy. + +Process if approved: + +1. Negotiations with exchanges to continue (initial discussions have already begun) locking in a selected exchange. + +2. Development of market making capabilities that will be adaptable for other future listings. + +3. Testing market making to ensure it is functioning as intended. + +4. Coordinate launch marketing with the partner exchange. + +5. Launch tokens live in conjunction with marketing making, exchange liquidity and marketing initiatives to capitalise on the new listing. + +## Benefits for the community + +### Algorand Exposure: + +This will help bring additional eyes and onramps to Algorand, the team will also undergo a marketing campaign with the selected exchange as a part of the tokens launching. + +### Paving the way for ASA’s: + +Very few (in most cases 0) ASA’s are listed in CEX’s the more that are listed the easier it will be for future additional tokens to be launched. + +### RWA Accessibility: + +Being orderbook based combined with Meld Gold market making GOLD$ and SILVER$ will be made available to buy and sell in volume with minimal spread and slippage greatly increasing the speed and quantity that can be brought onchain. + +## Additional information + +Please feel free to ask any questions in the comments below. diff --git a/Proposals/xgov-168.md b/Proposals/xgov-168.md new file mode 100644 index 00000000..a568f096 --- /dev/null +++ b/Proposals/xgov-168.md @@ -0,0 +1,75 @@ +--- +id: 168 +period: 3 +title: Pact.fi Marketing Initiatives +author: Michael Cotton, AJ Milne, Mateusz Tomczyk (@tulustul) +discussions-to: https://github.com/algorandfoundation/xGov/pull/168 +company_name: Pact +category: dApps +focus_area: Dex +open_source: No +amount_requested: 130000 +status: Final +--- + +## Abstract + +This proposal focuses on securing funding for a marketing professional and marketing campaigns for Pact, a user-friendly Algorand dApp designed for mobile-first trading experiences. The funds will be allocated to enhance the visibility, accessibility, and adoption of Pact by implementing targeted marketing strategies for a 3 month period. + +## Team + +Łukasz Ptak: Blockchain developer +Mateusz Walczak: Blockchain developer +Mateusz Tomczyk: Tech lead +Patryk Grzyb: Frontend dev + +Advisors: +Michael Cotton +AJ Milne + +## Experience with Algorand + +Pact has emerged as one of the most user-friendly Algorand dApps, offering deep liquidity and low transaction fees. Leveraging Algorand's speed and scalability, Pact provides accessible smart contract functionality, making transactions available to users of all levels of wealth and experience. + +## Present Proposal + +This proposal seeks funding of 130,000 ALGOs to support the marketing efforts for Pact over the next quarter. The allocated funds will be used to hire a dedicated marketing professional and execute targeted campaigns to enhance Pact's visibility, user base, and overall adoption within the Algorand ecosystem. + +### Marketing Professional Salary: + +Hire a seasoned marketing professional with experience in blockchain and cryptocurrency to lead and execute marketing campaigns. The professional will oversee the development and implementation of effective marketing strategies to promote Pact. + +### Online Presence Enhancement: + +Allocate funds for improving Pact's online presence through website optimisation and social media management. This includes creating engaging content and maintaining active communication channels. + +### Community Engagement Campaigns: + +Implement community engagement initiatives to foster a sense of belonging among Pact users. This may include organising online events, competitions, and interactive activities to encourage user participation and advocacy. + +### Partnership Collaborations: + +Allocate resources for establishing partnerships with relevant influencers, communities, and organisations within the Algorand ecosystem to broaden the reach of Pact. + +### Analytics and Reporting: + +Invest in analytics tools to measure the effectiveness of marketing campaigns, user engagement, and overall performance. Reports will be generated to assess the impact of the marketing initiatives. + +## Benefits for the community + +### Increased Awareness: + +Boosting visibility will attract new users to the Pact platform, enhancing the Algorand community's awareness of this mobile-first trading solution. + +### User Onboarding: + +A dedicated marketing professional will streamline user onboarding processes, ensuring that users of all experience levels can easily access and benefit from Pact's features. + +### Community Growth: + +Community engagement campaigns and partnerships will contribute to the growth of the Algorand ecosystem by fostering a vibrant and active user community around Pact. + +## Additional information + +https://www.pact.fi/ +https://discord.io/pact diff --git a/Proposals/xgov-170.md b/Proposals/xgov-170.md new file mode 100644 index 00000000..8d196aeb --- /dev/null +++ b/Proposals/xgov-170.md @@ -0,0 +1,79 @@ +--- +id: 170 +period: 3 +title: An Intuitive Tool for Agreement Signing, Voting & Immutable Record Keeping with No-code Contract +author: Mark Crae (@dolphinkitty), Jesco Brandt (@heartberg) +discussions-to: https://forum.algorand.org/t/xgov-170-decentralized-voting-infrastructure/11260 +company_name: Everyone +category: dApps +focus_area: Other +open_source: Yes +amount_requested: 125000 +status: Final +--- + +## Abstract +This proposal seeks to fund a new Agreement Signing & Voting tool that enables any user, brand, or community to deploy custom contracts for streamlined proposal creation, encrypted agreement signing, decentralized voting, and immutable record keeping. + +By providing these essential collaboration and decision-making features within a highly intuitive user-experience, we aim to attract and onboard teams and businesses, primarily from outside the Algorand ecosystem. + +## Team +Jesco Brandt (@heartberg) +* Full Stack Engineer with 3 years of professional experience +* GitHub: https://github.com/heartberg + +Mark Crae (@dolphinkitty) +* Product Manager / Designer with 10+ years of experience + +## Experience with Algorand +Jesco has been actively developing Algorand based projects for >3 years. In this time he has created ~20 PyTeal smart contracts and multiple Front / Back ends to support this. The smart contracts cover a wide range of application types, including staking, vesting, trading, and more. + +Together, Mark and Jesco have been building the Everyone.space platform for the past year. When launched, Everyone will provide important web3 utilities for the Algorand ecosystem. + +## Present Proposal +The proposed tool will enable anyone to easily create and deploy custom contracts aligned to their specific needs, whether that is: +* Encrypted agreement signing +* Voting and collective decision-making +* Immutable record keeping + * Agreement terms, Client conversations, Documents, etc +* Instant polling for community engagement +* Research and feedback acquisition + +The tool’s highly intuitive no-code UX will provide a streamlined experience across a range of signing, voting, and record keeping workflows, and solve key problems that many teams and brands face while collaborating and transacting. Blockchain is the obvious solution to these issues, however most business people do not currently realize this. By building an easy to use tool that solves these problems in a way that no web2 solution can, and then communicating the value proposition, we can help bring many new users to Algorand. + +For user acquisition, we plan to target teams and brands outside of the Algorand ecosystem and even outside of crypto. However, users will be required to have an Algorand wallet to interact with signing and voting contracts. We will provide the necessary information and tutorials to streamline wallet creation and user onboarding. + +The Agreement Signing & Voting tool will be integrated within the upcoming Everyone platform, joining a suite of user-friendly no-code utilities for the Algorand network. By combining signing, voting, and immutable records with other community and creator commerce utilities, we aim to create a hub for projects to organize all their web3 and business activities. + +By taking advantage of the key user-experience benefits of the Algorand protocol such as speed to finality and low cost, we can create a best in class tool that attracts users and promotes trust, engagement, and inclusivity across the ecosystem. + +Key Features: +* Signing and voting contract configuration and deployment + * A core feature within the system are no-code forms for configuring and deploying dedicated smart contracts per team or project +* Multiple voting models to support diverse decision-making use cases + * Simple Majority Voting + * Supermajority Voting + * Token-weighted voting +* Public and private signing and voting + * Support for sensitive decision-making, encrypted signing and IP protection +* Access controls and user permissions + * Specify requirements for proposal creation, voting, and agreement signing +* Enhanced transparency and trust + * Immutable record keeping and verification +* Dedicated webpages for project-specific voting experiences + * Projects can create a dedicated public or private webpages associated with their voting contract, providing comprehensive project information to users + * Real-time voting activity and results + +## Future Blueprint +We are here to support and update this project over the long term, far beyond the scope of this proposal. + +## Benefits for the community +Key benefits: +* Build a product that is so useful and user-friendly that it helps drive the expansion of the Algorand user base. +* We specifically plan to target non-Algorand teams and businesses. +* Provide an improved Voting experience for Algorand ecosystem projects. +* Provide an new Agreement Signing capability within the ecosystem. +* Promote a fairer, more engaged, and inclusive ecosystem. + +## Additional information +The voting smart contract will be open-sourced to ensure transparency and trust. Additionally, of course the crucial parts of these systems will be audited by third parties. We will also document any necessary steps for creating a privacy layer. diff --git a/Proposals/xgov-50.md b/Proposals/xgov-50.md deleted file mode 100644 index 6aa1a6cf..00000000 --- a/Proposals/xgov-50.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -id: 50 -title: SureBlocks Certification of authenticity -author: Santiago Albiero (@Salbiero) -discussions-to: https://github.com/algorandfoundation/xGov/pull/50 -company_name: Sureblocks -category: dApps -focus_area: NFT -open_source: No -amount_requested: 297556 -status: Final ---- - -## Abstract -The proposal is designed to make the products that people use daily (such as clothes or food or electronics) so that they can contain an algorand nft and authenticate the originality of these products, and thus generate more users for the algo network and contribute to mass adoption. -Companies that accept this have a solution to the problem of piracy, smuggling and even against theft. -Each product will be traceable, it can be segmented by country to avoid contraband and also the nft will certify the authenticity of the product. -We already have serious approaches with wineries in Argentina, to incorporate nft to each bottle of wine. We have presented the proposals and we are starting to put together a dapp. -Sureblocks will be a symbol of safety for people. It could even be incorporated into medicines. - -## Team -Santiago Albiero: CEO and Co-Founder at Loopweb3.io and CEO at Sureblocks. | Social Media Manager | Digital Marketing | Marketing in Web3. Business advisor on web3, Blockchain, NFTs and Metaverses. -Gonzalo Fernandez: Co-Founder at Loopweb3.io | Community manager and manager of public relations. -Alex Heikel: As the founder and former CEO of one of the most important e-commerce platforms in South America, Alex, has made a significant impact in the realm of online retail. Alex went on to establish Darwin, a development agency with over 15 years of expertise in crafting innovative products across various domains such as AI, fintech, blockchain and social media. -Juan Salinas: Senior Software Engineer at Travelx - -## Experience with Algorand -Our team has an algorand developer. This is Juan Salinas and his experience is: -- He had participated on several Algorand Developer Bootcamps, in English and Spanish, viewing and practicing coding in Algorand with Pyteal, Beaker and recently TealScript. He can write smart contracts with PyTeal, Beaker, TealScript and he knows how use the Algorand's SDK: Python, JavaScript and mostly Java. -- Here you can see his Algorand Lab repository here: https://github.com/jmsalinas88/algorand -- He is one of the winners of the challenges that were proposed in one of the Algorand Developer Bootcamp in Spanish (he won the second price). You can see the challenges resolved here, with a video demo: https://github.com/jmsalinas88/algorand/tree/main/intro-to-smart-contracts -- He is part of Travelx's team since December 2021, Travelx built their platform on top of Algorand. He is not working full-time in the blockchain team, but he had participated on short projects, for example, building a microservice to sign transactions on Algorand, using PureStake API and AlgoNode API -- He is really active in the Algorand LATAM Community, You can see his POAPs here: https://explorer.perawallet.app/accounts/PYNEATGGJIV27OKWCHSAIW2VBJ4WHOIWVRFZHFIV237ZCB3I2TXP4B356E/ -- You can see his Linkedin profile here: https://www.linkedin.com/in/juan-salinas-xyz/ - -## Present Proposal -This proposal was developed based on using the blockchain on a daily basis for all people but without people knowing that they are using web3 technology. Sureblocks will ensure the origin and originality of any daily use product with notarial level validation. -For example: -Have you ever bought a Nike, Lacoste, Adidas, etc. t-shirt? and you are not sure of its originality? ... Sureblocks.io is the definitive solution to all types of piracy and can be included in consumables, clothing, medicines, etc. -How does Sureblocks.io work? -The concept is to attach an NFT to the products that is issued by the manufacturer and that people can validate on our website. -Depending on whether the product is a can, a bottle, a t-shirt or a medicine, we have a different methodology for each one. -What everyday life situations would be solved? -- Prevent the sale of adulterated food -- Avoid product replicas -- It will prevent border smuggling of goods between neighboring countries. -- It will promote the loyalty of end consumers with the brands. -The NFT of each product will contain data such as production dates, expiration dates, product composition, manuals, warranty and all the technical specifications that the manufacturer desires. The NFT can also be collectible or used for promotions. - -## Future Blueprint -To go a little more in detail about the proposal and its status here we detail it. -- Our website is sureblocks.io and the meaning of sureblocks is explained there. We also already have part of web3 included. sureblocks/login -- The log in screen contains the possibility that a web2 user can access all web3 tools without knowing it. -Commercially we have pre-agreements with companies that export wines from Argentina, and with wine cellars directly. -Also with artists to certify mixed art paintings, with which people will buy the painting through Nft's. - -The main objective of sureblocks is to generate traffic on the blockchains through which it runs. Then the sending, the mining and other collaterals generated by the sureblocks certificates cause tokens of the native currencies of the blockchains to be consumed. -Due to the agreements we have, we believe that if the product is well associated with the nft and functions well, wineries will want to advance within all their product lines. For what art is, we believe that the commitment to mixed art is a very good idea since it is something that comes from the future and has just begun and the blockchain will be essential to have a limit of impressions, generate transferability and certify originality. For mixed art, we have a client with a wide variety of products. -To ensure the use of sureblocks and that the blockchains that support us have a good return, we decided to get into massive products such as wine, and then move on to also massive items such as art and music. -It is estimated in the first year of sureblocks about 100k of minted nft, during the second 250k, and third 1M only with the clients we have today. This could be exponential due to the chance of new clients joining. - -## Benefits for the community -For Algorand, the benefits are immense, because all the people who are outside the crypto ecosystem today will begin to know the brand. Each product will contain a validator brought to the final consumer by Algorand and Sureblocks. -In the economic sense, we think that millions of nft will be transacted and all of these will generate fees that will be paid in the native currency of the blockchain. - -## Additional information -We already have agreements with important wineries to progressively introduce this system on their products. -https://www.instagram.com/benegaswines/?utm_source=ig_web_button_share_sheet&igshid=ZDNlZDc0MzIxNw== -We already have the entire team assembled, developers, managers and publicity. with studio54 and loopweb3.io -https://sureblocks.io/ -https://sureblocks.io/login - -### Project links -https://sureblocks.io/ -https://sureblocks.io/login diff --git a/Proposals/xgov-55.md b/Proposals/xgov-55.md index 73614912..44d9aa65 100644 --- a/Proposals/xgov-55.md +++ b/Proposals/xgov-55.md @@ -8,7 +8,7 @@ category: Tools focus_area: NFT open_source: Yes amount_requested: 120000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-61.md b/Proposals/xgov-61.md index 53267656..316fdaff 100644 --- a/Proposals/xgov-61.md +++ b/Proposals/xgov-61.md @@ -8,7 +8,7 @@ category: Tools focus_area: Other open_source: No amount_requested: 50000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-70.md b/Proposals/xgov-70.md index e18f1842..1399d67d 100644 --- a/Proposals/xgov-70.md +++ b/Proposals/xgov-70.md @@ -8,7 +8,7 @@ category: Tools focus_area: Other open_source: No amount_requested: 42000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-71.md b/Proposals/xgov-71.md index f0f6619e..17376394 100644 --- a/Proposals/xgov-71.md +++ b/Proposals/xgov-71.md @@ -8,7 +8,7 @@ category: Tools focus_area: Defi open_source: No amount_requested: 55000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-72.md b/Proposals/xgov-72.md index ada2a534..6b17521e 100644 --- a/Proposals/xgov-72.md +++ b/Proposals/xgov-72.md @@ -8,7 +8,7 @@ category: Tools focus_area: Monitoring open_source: Yes amount_requested: 10000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-74.md b/Proposals/xgov-74.md index df535e9e..db42e4a1 100644 --- a/Proposals/xgov-74.md +++ b/Proposals/xgov-74.md @@ -8,7 +8,7 @@ category: dApps focus_area: User Onboarding open_source: Yes amount_requested: 30000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-77.md b/Proposals/xgov-77.md index ac822645..e7cd6083 100644 --- a/Proposals/xgov-77.md +++ b/Proposals/xgov-77.md @@ -8,7 +8,7 @@ category: Tools focus_area: Other open_source: Yes amount_requested: 40000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-78.md b/Proposals/xgov-78.md index 6edbf08b..a1715b47 100644 --- a/Proposals/xgov-78.md +++ b/Proposals/xgov-78.md @@ -8,7 +8,7 @@ category: Tools focus_area: Wallet open_source: Yes amount_requested: 15000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-80.md b/Proposals/xgov-80.md index d599c494..2a3cf1dc 100644 --- a/Proposals/xgov-80.md +++ b/Proposals/xgov-80.md @@ -8,7 +8,7 @@ category: dApps focus_area: Defi open_source: Yes amount_requested: 300000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-81.md b/Proposals/xgov-81.md index d0c919fb..af2870b2 100644 --- a/Proposals/xgov-81.md +++ b/Proposals/xgov-81.md @@ -8,7 +8,7 @@ category: Community focus_area: User Onboarding open_source: Yes amount_requested: 32000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-83.md b/Proposals/xgov-83.md index 919c72b5..e9717e12 100644 --- a/Proposals/xgov-83.md +++ b/Proposals/xgov-83.md @@ -8,7 +8,7 @@ category: Community focus_area: Gaming open_source: No amount_requested: 30000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-84.md b/Proposals/xgov-84.md index 124889f9..a7d15850 100644 --- a/Proposals/xgov-84.md +++ b/Proposals/xgov-84.md @@ -8,7 +8,7 @@ category: dApps focus_area: Defi open_source: Yes amount_requested: 350000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-85.md b/Proposals/xgov-85.md index bc26601f..69e54fac 100644 --- a/Proposals/xgov-85.md +++ b/Proposals/xgov-85.md @@ -8,7 +8,7 @@ category: Tools focus_area: NFT open_source: No amount_requested: 100000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-86.md b/Proposals/xgov-86.md index a65eb0c1..5f7a6ae4 100644 --- a/Proposals/xgov-86.md +++ b/Proposals/xgov-86.md @@ -8,7 +8,7 @@ category: Tools focus_area: Defi open_source: Yes amount_requested: 10000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-87.md b/Proposals/xgov-87.md index 0a53ee91..ef39a1f1 100644 --- a/Proposals/xgov-87.md +++ b/Proposals/xgov-87.md @@ -8,7 +8,7 @@ category: dApps focus_area: Social open_source: Yes amount_requested: 100000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-89.md b/Proposals/xgov-89.md index 3f16cf6b..44436b91 100644 --- a/Proposals/xgov-89.md +++ b/Proposals/xgov-89.md @@ -8,7 +8,7 @@ category: Tools focus_area: Libraries open_source: Yes amount_requested: 100000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-90.md b/Proposals/xgov-90.md index a0a3e8be..a878cef1 100644 --- a/Proposals/xgov-90.md +++ b/Proposals/xgov-90.md @@ -8,7 +8,7 @@ category: Tools focus_area: Banking open_source: Yes amount_requested: 60000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-92.md b/Proposals/xgov-92.md new file mode 100644 index 00000000..4043e986 --- /dev/null +++ b/Proposals/xgov-92.md @@ -0,0 +1,88 @@ +--- +id: 92 +period: 3 +title: DAOsign +author: Eugene Fine , Ramil Amerzyanov (@ramilexe), Oleksandra Burmenska +discussions-to: https://github.com/algorandfoundation/xGov/pull/92 +company_name: DAOsign +category: Tools +focus_area: Deployment +open_source: Yes +amount_requested: 270000 +status: Final +--- + +## Abstract + +**DAOsign: Workflow Orchestration platform built on decentralized Smart Signature protocol** + +DAOsign is a decentralized and customizable platform where collaboration, authorization, and workflow management are facilitated through cryptographic proofs stored on a blockchain + +Verifiable Signature is at the core of DAOsign and is based on 3 key proofs: proof-of-identify, proof-of-authority, and proof-of-agreement. Utilizing these proofs, DAOsign provides a platform to design and configure complex workflows that combine smart-contract-based automation with authorized approvals. + +**Problem:** Outdated Electronic Signatures Technologies +Traditional electronic signatures are lack security and transparency, susceptible to compromise and forgery, with no unified system for robust verification. + +**Solution:** DAOsign Smart Signature +DAOsign introduces cryptographic, decentralized signature standard, a technologically advanced alternative to traditional e-signatures, leveraging the security and transparency of blockchain. This technology aims to establish a global standard for secure and verifiable digital signatures, ensuring integrity across borders, legal jurisdictions, and administrative systems. + + +## Team +Eugene Fine (CEO & Founder) - Over 20 years of building, scaling, and managing technology organizations. Recent experience includes a CTO role at Explorer Surgical Corp., which was recently acquired by GHX, and VP of Engineering at GHX. Eugene is a founder at consideritdone.tech, a Blockchain/WEB3 development studio. + +GitHub: https://github.com/ConsiderItDone + +LinkedIn link: https://www.linkedin.com/in/eugenefine/ + + +Ramil Amerzyanov (CTO) - 15+ years building complex technical architecture and software solutions., focusing on Blockchain/WEB3 technologies over the past 7 years. Recent projects include the Fractional CTO role at Landslide Network and CTO role at consideritdone.tech. + +GitHub: https://github.com/ramilexe + +LinkedIn link: https://www.linkedin.com/in/ramil-amerzyanov/ + + +Oleksandra Burmenska (Head of Partnerships) - Over 10 years of experience in Business Development and Management roles in Technology organizations, focusing on Blockchain/WEB3 technologies over the past 5 years. Recent projects include contributions to NEAR, Axelar, GnosisSafe, and Avalanche ecosystems. + +GitHub: https://github.com/burmenska + +LinkedIn link: https://www.linkedin.com/in/oleksandra-burmenska/ + + +Our portfolio with the previous projects: https://docsend.com/view/fjrvjtyzgm7wgrkj + + +## Experience with Algorand + +While our team may not have prior experience with Algorand, we are excited to embark on this journey due to its many advantages in terms of scalability, efficiency, and security. We are well-versed in building applications and understanding the fundamentals of decentralized applications, and we look forward to utilizing our skills to contribute to the Algorand ecosystem. Our eagerness to explore Algorand's capabilities and leverage its technology is driven by the immense potential we see for enhancing agreement management and smart signature solutions on this innovative blockchain. + +## Present Proposal +We want to build our DAOsign tool on the Algorand blockchain, so the users can store and verify proofs there. Furthermore, DAOsign provides a robust Governance and Policy Builder platform to provide governance, workflow automation, and controls for organization policies and procedures. Our project aims to revolutionize agreement management with decentralized, verifiable, and secure technology. We have prepared the use cases specifically for the grant committees, who are interested in automating and securing their grant selection and management workflow. + +## Future Blueprint +| Milestones # | Description | Deliverable | Completion Date | Funding | +| --- | --- | --- | --- | --- | +| Milestone 1 | Algorand Testnet Version | The ability to store proofs on the Algorand Testnet blockchain and verify them there. The functionality includes: “Create an agreement” implementation; Assigning signers and observers Implementation of Proof-of-Authority Implementation of Proof-of-Signature Implementation of Proof-of-Agreement. Early adopters program preparation | Q2 2024 | 200,000 | +| Milestone 2 | Incentivized Testnet version | Early Adopters Program launch Online onboarding events Feedback collecting Roadmap adjustment | Q2 2024 | 20,000 | +| Milestone 3 | Mainnet version | Launching blockchain-stored and verified proofs version of DAOsign. Production support System resiliency NFT-based Signer Authority Verification System | Q3 2024 | 50,000 | + + +## Benefits for the community +DAOsign can fit into this ecosystem by providing a platform for DAOs to manage their decision-making processes in a decentralized manner. Our target audience is not only DAOs but also all the companies, that need to deal with agreement/policies management including the use case for managing Grants. + +DAOsign will streamline the process of creating and executing legal agreements and contracts within the Algorand ecosystem, which will greatly improve the overall user experience making it more user-friendly and secure. + +Also, the DAOsign tool will enhance governance processes within the Algorand ecosystem. Users can use it to formalize governance proposals, voting, and decision-making, improving transparency and efficiency. + +The example of the use case for foundation purposes, which describes how Algorand can benefit from the DAOsign tool can be found here: https://docsend.com/view/sbexkxn5su3ahdg8 + +## Additional information +Currently, our product is on Testnet. DAOsign already allows users to store proofs of signature in the IPFS, Ethereum launch is planned in the nearest time. Also, recently, we received grants from SUI and Polkadot, so DAOsign users will be able to use these blockchains for proofs storing purposes soon as well. Our team is working on expanding the number of use cases (we would be happy to tell you more about that during the call, if appropriate). Furthermore, recently we signed our first commercial project with a logistics grain company. + +- Website: https://daosign.org/ + +- Twitter: https://twitter.com/dao_sign + +- LinkedIn: https://www.linkedin.com/company/daosign + +- Testnet: https://testnet.daosign.org/ diff --git a/Proposals/xgov-93.md b/Proposals/xgov-93.md index 33b36a0b..3d142d78 100644 --- a/Proposals/xgov-93.md +++ b/Proposals/xgov-93.md @@ -8,7 +8,7 @@ category: Community focus_area: User Onboarding open_source: No amount_requested: 20000 -status: Final +status: Approved --- ## Abstract diff --git a/Proposals/xgov-95.md b/Proposals/xgov-95.md new file mode 100644 index 00000000..bfdf5ce5 --- /dev/null +++ b/Proposals/xgov-95.md @@ -0,0 +1,43 @@ +--- +id: 95 +period: 3 +title: Gamify Exploration and Engagement of NFT ecosystem with Open-source browser game +author: Cosmic Champs (@madshapes-dev) +discussions-to: https://forum.algorand.org/t/xgov-95-open-source-match-2-browser-game-to-explore-nft-ecosystem/11086/ +company_name: Cosmic Champs International Limited +category: Tools +focus_area: NFT +open_source: Yes +amount_requested: 30000 +status: Final +--- + +## Abstract +Develop a "match-2" open-source browser game with scoring to explore algorand NFT collections. It provides a very visual and engaging experience of discovering Algorand NFT scene. It can be used as a tool for giveaways and competitions to cheaply and easily drive extra activity to the projects. In the future we would like to expand this to become a crosschain platform to help with onboarding new NFT enthusiast to Algorand. You can try a POC version here: https://cosmic-match.vercel.app +## Team +https://cosmicchamps.com/#team + +## Experience with Algorand +For the last 2 years, we have been building a p2e game on Algorand called Cosmic Champs. We are innovators in the 3d NFT space with our fully animated 3d NFTs that are used in our game and also have utility outside of the game itself (3d viewer, AR viewer). +We have a strong understanding of the NFT space, the technical specifications, and the supporting infrastructure available. This positions us well to deliver a strong product for other Algorand projects to use and benefit from. Try the MVP version of the game here: https://cosmic-match.vercel.app + +## Present Proposal +This open-source browser "match-2/memory" game will be available for use to anyone in the Algorand community. It is a fun way to ENGAGE a community and to SHOWCASE an NFT collection or a collection of NFTs from different projects (you can fill the tiles with your own NFTs, or randomly with NFTs from different NFT collections). It also adds additional UTILITY to an NFT collection as it allows projects to host competitions for their community, run promotional giveaways, or just to flex their superior art. It is a very low-effort, low-cost to bring extra exposure to NFT collections or to activate existing community of individual projects. We will maintain the platform for at-least 6 months and rotate “spotlight” collections, but as it’s also open-sourced other projects or community will be able to deploy their own version with the customizations they require. We've developed a POC version of the game to showcase our ability to deliver, but there are still lots of elements that need to be integrated such as wallet integration, streamlining a way for NFT collections to be added to the platform, sort how NFTs are populated in the game depending if they are in your wallet and if they are in integrated collections, ensure server siide/db data handling e.g. anti-hack measures. It’s important this game is secure, if it is to be used for giveaways and competitions. + +We are asking for 100% of the funds in advance as we've already invested resources in building the POC and we would like to compensate our team for the work they spend on this project going forward. +We plan to finish the proejct in less than 3 months after funding is received. +Source code will be available on github. + +try POC of the game here: https://cosmic-match.vercel.app + +## Future Blueprint +The platform has huge potential for future development by going cross chain, so it can engage wider blockchain NFT community. It can we updated by adding s simple self-hosted competition/giveaways options for proejcts to gain exposure and to engage new communities. + +## Benefits for the community +It is a fun way to ENGAGE a community and to SHOWCASE an NFT collection or a collection of NFTs from different projects. It also adds additional UTILITY to any NFT collection as it allows projects to host competitions with their NFT collections, run promotional giveaways, or just to flex their superior art in specific collections. It’s also open-sourced anyone will be able to deploy their own version with the customizations they require. In the future it can be expanded to support multiple chains, end thus enabling onbloarding new communities. + +## Additional information +Play our game here: https://beta.cosmicchamps.com/ +NFT browser + 3d view: https://nft.cosmicchamps.com/ +Browse game characters: https://cards.cosmicchamps.com/ +Coorporate page: https://cosmicchamps.com/ diff --git a/Proposals/xgov-96.md b/Proposals/xgov-96.md new file mode 100644 index 00000000..87a11e63 --- /dev/null +++ b/Proposals/xgov-96.md @@ -0,0 +1,44 @@ +--- +id: 96 +period: 3 +title: Cosmic Champs x AlgoBots - Cross-community 3D NFT Collab +author: Cosmic Champs (@madshapes-dev) +discussions-to: https://forum.algorand.org/t/xgov-96-cosmic-champs-x-algobots-cross-community-3d-nft-collab/11087/ +company_name: Cosmic Champs International Limited +category: Community +focus_area: Gaming +open_source: No +amount_requested: 20000 +status: Final +--- + +## Abstract +Last year we added MNGO & AL GOANNA characters to Cosmic Champs PVP battle arena and they were both a huge hit. There is many more Algorand projects that are a great fit for our PVP game. Unfortunatelly it's cost prohibitive for us to do such fun collabs as making a fully animated, AR ready, game ready, 3d NFT takes lots of resources. If funded, we will create and distribute AlgoBots x CosmicChamps NFTs for free to help promote AlgoBots (one of the OG Algorand projects that deserves more spotlight for its contributions to the Algorand ecosystem through all these years) to our players and our game to the their community. Such collabs work because they address different types of audiences and thus help spark interest to explore other parts of ecosystem or Algorand itself. To get better idea here is two of our recent collab NFTs that are playable in our game: MNGO ,PEPE + +## Team +https://cosmicchamps.com/#team + +## Experience with Algorand +For the last 2 years, we have been building a p2e game on Algorand called Cosmic Champs. We are innovators in the 3d NFT space with our fully animated 3d NFTs that are used in our game and also have utility outside of the game itself (3d viewer, AR viewer). +We have a strong understanding of the NFT space, the technical specifications, and the supporting infrastructure available. This positions us well to deliver a strong product for other Algorand projects to use and benefit from. + +## Present Proposal +After our proposal was approved in last period we have seen great success with the two projects that were selected (Al Goanna and MNGO). There were a bigger collab campaigns created around each NFT that engaged both communities for an example we did a guest Dream quest with Mostly frens where participants were able to win the NFTs as reward. +We would like to repeat this cross community collabs and bring some healty engagement between some of the OG Algorand communities. This time we wish to join forces with AlgoBots - an Algorand OG project that has built a loyal and active community and create a signature NFT character (multimint) that will be fully functional in our game. +We will provide these NFTs for free to their community and will do an exciting campaign to ensure fair and fun distribution. To get better idea here is two of our recent collab NFTs that are playable in our game: MNGO ,PEPE + +We will aim to develop the NFT and prepare the campaign to be ready to launch(pending our partner approval) within two months of receiving the payment. + +We are asking for 100% of the funds to be paid in advance, as we need to pay for dev work involved with the creation of the NFTs. + +## Future Blueprint +In future we would like to create more of these NFTs focusing on cross-chain/non-algo project collabs to bring new users into our game and introduce multitude of algorand OG projects to these new players. E.g. focus on bringin new people to algorand itself and showcase them a select subset of trusted OG Algorand proejcts to get them started. + +## Benefits for the community +These NFTs have cascading effect. More of them we make and introduce to our game, the more cross community engagement and promotions cahn ahppen organically. They promote other Algorand projects to players of our game and tehy promote our game to wider NFT community. We provide these NFTs (at no cost) for other projects to use within their community in any way they like. Using our innovative AR ready, game ready, fully animated 3d models for NFTs will also help push narrative that NFTs can be so much more than just 2d pictures. + +## Additional information +Play our game here: https://beta.cosmicchamps.com/ +NFT browser + 3d view: https://nft.cosmicchamps.com/ +Browse game characters: https://cards.cosmicchamps.com/ +Coorporate page: https://cosmicchamps.com/ diff --git a/Proposals/xgov-98.md b/Proposals/xgov-98.md new file mode 100644 index 00000000..1782c777 --- /dev/null +++ b/Proposals/xgov-98.md @@ -0,0 +1,70 @@ +--- +id: 98 +period: 3 +title: Launch of Nimblr - Audits, Licensing, & GO LIVE! +author: Adam Hofmann (@ahrevival) +discussions-to: +company_name: Nimblr +category: dApps +focus_area: Defi +open_source: Yes +amount_requested: 358271 +status: Final +--- + +## Abstract +Development is complete and Nimblr is ready to launch it's pioneering decentralized insurance platform on Algorand. Nimblr is seeking support form the xgov program to enhance the integratity and functionality of our system. Leveraging Algorand's speed, security, and efficiency, Nimblr's aim is to change the insurance industry by seamlessly integrating insurance professionals, carriers, capital providers, and insureds. The grant proposal focuses on three critical areas: smart contract audits, licensing fees and go live costs. The final pieces needed for Nimblr to go live! + +## Team +Adam Hofmann: 23 year of insurance industry experience working including carrier operations, retail brokerage, ownership of an insurance agency, and risk advisory +services for mid-large market accounts. +Steepe: Experienced distributed technology developer and engineer with an extensive background in cyber security, programming, and engineering team leadership +Ashwini: Business development and partnership expert, founder of 22x, scaled prior businesses to vast multiples + +Extensive Advisors from Michael Cotton and AJ Milne of Optio to Dr. Tom Ludesher a regulatory or compliance specialist. + +We are also supported by Kraken Ventures, the lead investors in our Pre-Seed round. The team has been pivotal in the tokenomics discussions, exchange alignment, and blockchain direction of Nimblr. This provides another relevant introduction and connection to outside-Algorand firms and partnerships. + +## Experience with Algorand +Nimblr was built from the ground up for Algorand. Our team has already built the smart contracts, backend, and frontend system necessary to launch on Algorand. +We have also developed strong partnerships within the Algorand community and continue to build partnership to bring more users to Algorand. + +## Present Proposal +The Nimblr team have done the hard work to build a first class product on the Algorand blockchain and are ready to go live. The objective of this proposal is to cover the costs to ensure the utmost security and compliance of the platform. The proposal is intented to target three areas: + +1. SC Audits: the smart contract audits are pivotal in identifying and mitigating potential vulnerabilities, thus safeguarding the interests of all stakeholders. We have identified partner auditors in Entersoft and Kudelski. We have already entered an agreement for ongoing proposals with Entersoft and will continue to explore options with Kudelski. + +3. Regulatory Compliance: as an insurance protocol we have believed in the importance of compliance and regulation for our platform since day one. Ensuring that Nimblr adheres to the hightest standards allows us to bring new users, insurance providers, and capital to the Algorand ecosystem. + +5. Go Live Costs: a minority of the funds received will be used to facilitiate a smooth and efficient introduction of Nimblr to the market, as outlined in the section below. This enables us to reach a wide audience and deliver our on-chain and RWA insurance partners to Algorand. + +By securing this grant, Nimblr will be well-positioned to deliver a transparent, efficient, and user-centric insurance platform. Our partners include insurance carriers, digital banks, music equipment management companies, defi projects, capital providers, and more. + +## Future Blueprint +This grant represents the beginning of a greater model to change the current insurance system. Our roadmap is designed to capture a large part of the insurance market through innovation, inclusivity, and integration. + +Launch Seasons: Our immediate focus is the successful launch of Phase 1 of Nimblr. At the end of December Nimblr will launch to MainNet with limited features. We are launching to deliver our product to the community and show our commitment to our timeline. + These launch seasons will continue into the launch of our key modules including: SafetyNet Risk Pools, RiskBrain AI Dynamic Rating and Claims, AmpEquity Risk Pool for music equipment through digital representations of equipment, Nimblr Common Reserve, and more. +Community Building: Post-launch our goal is to build a robust community of insurance professionals. This will bring additional users into Algorand via certification and credentialing. +Capital Partnerships: We have created an initial network of insurance, lending, and HNW partners to provide liquidity to the Nimblr Risk Pools. + +Our Future Blueprint further expands to: + +Mid Term Goals: +1. Expansion of Insurance Product Offerings +2. Strategic Partnerships and Integrations +3. Continued Technological Advancements + +Longer Term Goals: +1. Global Market Expansion +2. Innovative Insurance-as-a-Service Offerings +3. Sustainable Growth and Impact + +## Benefits for the community +Nimblr has a clear plan of action. A commitment to redifining the insurance landscape that includes capital providers, insurance professionals, real-world asset partnerships and insureds. +This combination means new users, new wallets, and new liquidity on Algorand. + +Throughout a tremendously challenging market, we believe that the technology behind Algorand is still the best place to build a robust insurance platform. + +## Additional information +https://nimblr.insure has more details on what we are building, how, and other documentation diff --git a/Proposals/xgov-99.md b/Proposals/xgov-99.md new file mode 100644 index 00000000..bf7f6fd3 --- /dev/null +++ b/Proposals/xgov-99.md @@ -0,0 +1,87 @@ +--- +id: 99 +period: 3 +title: AlgoLearn Platform; Interactive Learning for New Developers +author: Costa Leo (@atsoc1993), Costa Leo +discussions-to: https://forum.algorand.org/t/xgov-99-algolearn-platform-interactive-learning-for-new-developers/11282 +company_name: Independent +category: Tools +focus_area: Education +open_source: Yes +amount_requested: 120000 +status: Final +--- + +## Abstract +This proposal outlines a request for funding to pursue a comprehensive educational initiative aimed at empowering new developers in the blockchain space within the Algorand ecosystem. The project originates from a vision to create a learning platform for developing on the Algorand blockchain— a website with interactive IDEs (Integrated Development Environments) where you can not only learn but also try out coding directly, with access to a locally hosted Algorand testnet node for real-world practice. Although all functionalities of Algorand are open-sourced in some way or fashion across various GitHub repos, YouTube channels, and developer documentation, new developers will find themselves grasping at straws when trying to compile an application of their own. + +For example, we have multiple showcasings for different varieties of completed smart contracts for different kinds of applications, but no content that explains why a smart contract is formatted the way it is, how to debug your smart contract, or how to walk through safely creating asserts to ensure prevention of exploits. These are just more complex issues, but even simple explanations or walkthroughs of various applications when developing on Algorand are spread thin across the ecosystem, with little substance explaining how things work. Starting with simple implementations and building into more complex projects, its vital to understand how everything comes together from start to finish; topics such as: compiling the final smart contract natively without using dAppflow, encoding and decoding the approval/clear programs, sending transactions, deducing the hex string for a particular method in a smart contract, and passing that specific method into an argument within a transaction object, including mandatory app arguments and foreign assets that need to be passed into transaction objects lest the transaction fails. + +These points highlight the endless gaps in current educational content, and extremely common mishaps that could make a 1-2 hour long project takes days or even weeks for new developers. As much as I value the work we have done so far for educational content, it is an absolute must that we expand on several developer topics and ensuring all new developers brandish the tools we have available on Algorand with confidence. This series centers on the beginning of AlgoLearn, and all profits will be used to fund and captain AlgoLearn indefinitely. See "Present Proposal" section for details about AlgoLearn and what this proposal will manifest. + +## Team +Leo Costa, experience providing lessons in programming to community members, creating walkthrough guides in video format and github. + +## Experience with Algorand +> Two years of development experience on the Algorand blockchain. +> Proficiency in Algorand SDK's, node setup, database usage, and blockchain querying. +> Bumper three.js web3 game with smart contract implementations +> Foodie City Marketplace +> Seals Metaverse Unity game development +> AlgoLotto Raffle website +> Created and assisted in developing multiple complex bots *eg; Pseudo-explorers and Marketplace Watchers* +> Six months of web application development + + +## Present Proposal +This proposal presents a request for funding to develop and launch AlgoLearn, a comprehensive educational platform aimed at enhancing developer proficiency within the Algorand ecosystem. AlgoLearn will be an innovative learning platform, featuring interactive IDEs where developers can learn, code, and interact with a public Algorand testnet node in real-time. While existing resources provide a scattered understanding of Algorand functionalities, AlgoLearn seeks to consolidate these learnings and offer in-depth, structured, and hands-on educational content. The platform will cover fundamental programming concepts, intitiating connections and querying the blockchain, executing all types of transactions, launching and interacting with smart contracts and assets adhering to different ARC standards. Beyond Algorand-specific content, AlgoLearn will offer comprehensive educational materials on FUNDAMENTAL programming concepts critical to blockchain development, ensuring a solid foundational knowledge base for developers. + +AlgoLearn will also provide complete and easy to understand project examples that do NOT overload learners with hundreds of lines of code across multiple files— and instead, all project examples will be concise, and their successful testing in a local environment will be tightly guided to guarantee deployment and learner success. + +The vision for AlgoLearn is to serve not just as a repository of information but as an active and interactive learning hub, facilitating real-time coding, problem-solving, and testing through its advanced IDEs. + +AlgoLearn will start as a series of structured chapters, each focusing on distinct aspects of Algorand development: + +**Introduction to Algorand & Setup:** +- Overview of Algorand ecosystem. +- Setting up development environment and interacting with Algorand nodes. + +**Programming Fundamentals & Algorand SDKs:** +- Covering fundamental programming concepts. +- Detailed walkthroughs on using Algorand SDKs in supported languages. + +**Transactions on Algorand:** +- Understanding all types of transactions. +- Hands-on tutorials on creating and executing transactions from asset transfers to smart contract interactions in at least 2 programming languages at conception. + +**Smart Contracts & ARC Standards:** +- Diving into Algorand smart contracts compilation in Pyteal/Puya. +- Exploring different ARC standards for smart contracts and assets, as well as their applications with example implementations + +**Interactive IDE & Real-time Coding:** +- Coding directly on the platform with an interactive IDE. +- Access to a public Algorand testnet node for real-world practice and testing. + +**Challenges & Quizzes:** +- Reinforcing learning through practical challenges. +- Quizzes to test understanding and retention of the material. + +## Future Blueprint +Based on community feedback, future proposals will focus on: +- Expansion of the lecture series to cover advanced backend/frontend web application development on Algorand. +- Enhancing community engagement with the AlgoLearn Platform and/or providing initiatives for learning +- Development specifically in less popular languages; for example the Unity, Unreal or Swift Algorand SDK's available as per community interest. + +## Benefits for the community +The integration of blockchain technology into the learning ecosystem through AlgoLearn represents a transformative step not only for developers choosing to enter the space but for existing community members interested in programming. The current landscape, while rich in potential, often leaves aspiring developers navigating disjointed resources. AlgoLearn is poised to bridge this gap by offering a structured, comprehensive, and interactive learning platform. + +- **Onboarding Platform:** Funding will assist with development of AlgoLearn, which will facilitate an easy entry point for not only prospective developers, but our internal community members into Algorand development. +- **Practical Learning:** Offers hands-on experience through guided and in-depth tutorials and interactive web IDE's. +- **Innovation Stimulus:** Encourages the creation of new, blockchain-integrated projects and streamlined learning/research. + +## Additional information +**Timeline:** +- The AlgoLearn Platform should be expected to be complete within 3-4 months, although I matriculate part-time— the funding will provide resources to fully commit to AlgoLearn and foster it to conception. + +**Example for Proof of Work/Understanding:** +- https://youtu.be/5SjGYC3Ub-0 diff --git a/README.md b/README.md index a609fb36..bdf036e4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # xGov Proposals Repository This repository contains proposals for the xGov program. +Proposals must be posted on the Algorand Forum (using tags: Governance and xGov Proposals) and discussed with the community during the review phased. Proposals without a discussion thread WILL NOT be included in the voting session. + ## Submitting a Proposal -[Video Guide](https://youtu.be/BiqM8B8J8lM) To submit a proposal, a proposer must create a pull request on the repository. Proposals must follow the provided template form and be submitted to the folder Proposals `/Proposals/xgov-X.md`, where X is the pull request number (e.g., xgov-1.md). Proposals must have the status Final before the end of the temperature check. @@ -20,10 +21,14 @@ To install `xgovw` and validate the xGovs repository: ```console git clone git@github.com:algorandfoundation/xgovw.git cargo install --path=xgovw xgovw -xgovw /path/to/xGovs/Proposals +xgovw Path-to-xGov-Folder/xGov/Proposals/xgov-xx.md ``` ## Changing your Proposal Status Ahead of a Voting Session At the start of each governance period, the governance team will start the procedures to create a new xGov Voting Session. -To ensure your proposal is included in the quarter's voting round, make sure that your proposal status is set to "Final" before the start of the next xGov voting session. +To ensure your proposal is included in the quarter’s voting round, make sure it is submitted before the start of the Review Phase and that the status is set to “Final” before the snapshot date for the xGov voting session, if your proposal is ready after the review phase. + +If you proposal is still in "Draft" after the review phase, that means it needs more feedback and it can be included in the following session, once status is “Final”. + +To see the current voting session timeline, please check the [ISSUES](https://github.com/algorandfoundation/xGov/issues) tab on this repository. diff --git a/config/.jekyll-labels.yml b/config/.jekyll-labels.yml index 9ea46998..b5a5b5d1 100644 --- a/config/.jekyll-labels.yml +++ b/config/.jekyll-labels.yml @@ -28,6 +28,10 @@ a-education: this?.new?.focus_area == "Education" # Open Source o-open_source: this?.new?.open_source == "Yes" +# Funding +f-proactive: this?.new?.funding_type == "Proactive" +f-retroactive: this?.new?.funding_type == "Retroactive" + # Status s-draft: this?.new?.status == "Draft" s-final: this?.new?.status == "Final"