Worms Blog
All Articles
How to create your own blog for free with open-source tools
Go to https://github.com/MarcoWorms/blog and create a github account if you don’t have one
Jan 9, 2024
Marco Guaspari Worms
Etherscan is awesome but is also a critical point of failure for Ethereum
That we can try to fix with open source and better incentives like we did with the other parts of crypto!
Jan 5, 2024
Marco Guaspari Worms
Answering the public questions about Yearn Finance
This article is not financial advice, it simply reflects my opinions around the Yearn protocol, always do your own research before investing in anything.
Jan 2, 2024
Marco Guaspari Worms
yETH: LSD Lobbying season is now open
yETH gives users a way to hold a basket of various Ethereum Liquid Staking…
Jul 4, 2023
Marco Guaspari Worms
Permissionless Yearn Vaults
Yearn’s Vault Factory is a new way for anyone to create and register yield-generating yVaults through one simple interface…
Mar 16, 2023
Marco Guaspari Worms
yGenius: Chat with Yearn!
I am releasing an experimental preview and code for yGenius: a GPT-powered bot that indexes the Yearn Ecosystem knowledge so you can query it with a universal chat interface.
Feb 13, 2023
Marco Guaspari Worms
Yearn Strategies Case Study: Lido Staked ETH
Last month we published a DeFi risk case-study that used the lens of the Yearn Risk Framework to analyze the risks involved in operating a yield strategy for the DAI Y…
Jan 4, 2023
Marco Guaspari Worms
The many use cases for Large Language Models in tech writing
I’ve been exploring GPT-3, a robot made originally to predict the…
Dec 27, 2022
Marco Guaspari Worms
The Keys to the Nietzschean Castle
This text is a reduction of 5h audio recordings of 3 classes from Prof. Clóvis de Barros Filho that serve as an…
Oct 28, 2022
Marco Guaspari Worms
Measuring risk for DeFi yield strategies
If you struggle with the lingo for this article check our Strategy Descriptions Glossary which has most of the terms used here explained.
Oct 14, 2022
Marco Guaspari Worms
Conjuring images with Stable Diffusion
Stable Diffusion (SD) is a new open-source tool that allows anyone to generate images using AI pre-trained by the nice folks at Stability.ai. You can use any image you make on it…
Oct 7, 2022
Marco Guaspari Worms
yDaemon: one API to unify all yearn data
yDaemon (source) is a yearn REST API that provides a single unified interface to consume all relevant…
Sep 16, 2022
Marco Guaspari Worms
Subgraphs explained: Yearning for data
A Subgraph is an open-source API that allows developers and users to query blockchain data using well-known database query languages. In this article, we will explore a Yearn Ethereum…
Aug 4, 2022
Marco Guaspari Worms
Automatizando investimentos dentro da blockchain de acordo com o risco
Esse artigo é a junção de todos os posts de um fio no twitter: https://twitter.com/MarcoWorms/status/1553429027628744704
Aug 1, 2022
Marco Guaspari Worms
Where does on-chain yield come from?
DeFi is a large ecosystem with many different protocols, each offering different services and yield options. It can be thrilling to be on the hunt for the highest APY/APR…
Jun 24, 2022
Marco Guaspari Worms
Yearn Vault Tokens as collateral
Using tokens as collateral is a primitive building block in DeFi: “collateral” means that the tokens are locked, and only to be unlocked…
May 19, 2022
Marco Guaspari Worms
Yearn Finance explained: What are Vaults and Strategies?
Yearn Finance is a suite of Decentralized…
May 19, 2022
Marco Guaspari Worms
Yearn Vaults v3
As we look ahead to the exciting changes v3 Vaults are bringing for both developers and…
May 2, 2022
Marco Guaspari Worms
Yearn governance explained: Proposals, $YFI token, and execution
Anyone can discuss or propose ideas in the Yearn’s Discord, Twitter, Reddit, Pool of Ideas, Telegram, and Governance Forum. As proposals mature it…
Apr 19, 2022
Marco Guaspari Worms
Setup notifications for blockchain transactions with Tenderly
In the article where Yearn announced a partnership with Tenderly there was a section where we said: > “Tenderly…
Mar 18, 2022
Marco Guaspari Worms
Generate images with Open Source AI tools
RPG: Random Pixels Generator
is an NFT collection that I’m building, it’s licensed under CC0 which means that “No Rights Reserved” so…
Mar 8, 2022
Marco Guaspari Worms
Yearn Partners: Building with yVaults
Yearn Vaults are built with open standards and YFI partners have made amazing applications on top of them…
Mar 4, 2022
Marco Guaspari Worms
Diving into Yearn Metrics
Doing your own research is a necessary exercise when dealing with crypto and for yVaults and strategies there are a handful of views that you can explore and use to crunch all the numbers. In this article I will dive into all public Yearn analytics resources used by…
Feb 17, 2022
Marco Guaspari Worms
How Yearn calculates estimated returns (APY)
In the past few weeks, we had a lot of feedback about how our v3 dashboard displays the “Annual Percentage Yield” (APY) of deposited assets. Especially on Fantom where the ecosystem has more volatile prices and…
Feb 14, 2022
Marco Guaspari Worms
How new Yearn Vault strategies are endorsed?
In the last article about Yearn Vaults and Strategies we have briefly outlined the
Strategy Vetting Process
. We’ll now dive deeper into how anyone can propose a new strategy to Yearn and what…
Feb 2, 2022
Marco Guaspari Worms
Avoiding Rug Pulls in Web3
Avoiding all scams and hacks isn’t easy, but I’ve made a deep dive into the…
Jan 24, 2022
Marco Guaspari Worms
Protocolos Grossos
Tradução do artigo: https://www.usv.com/writing/2016/08/fat-protocols/ Originalmente publicado por Joel Monegro em 8 de Agosto de 2016
Dec 16, 2021
Marco Guaspari Worms
Generating pixel art NFTs and link to my web generators with sources
This is a light framework to help artists and coders deal with the
Community Management
and
Social Media
aspects of their project.
Dec 7, 2021
Marco Guaspari Worms
Generating pixel art NFTs and link to my web generators with sources
When I learned…
Sep 4, 2021
Marco Guaspari Worms
Self-Hosting Web3 Services
Web3 has brought a new way to communicate with applications: apps are no longer hosted by centralized server providers but rather on blockchains, which are decentralized…
Mar 31, 2021
Marco Guaspari Worms
Isolating the impurity of randomness in card games
I’ve tried to add all the reference needed to lookup topics that I’m not sure everyone knows. If you feel that there is any section missing reference please let me know :)
Apr 5, 2018
Marco Guaspari Worms
Criando seu próprio render engine em JS com Single Source of Truth
Nesse artigo nós criaremos um “micro react-redux” usando apenas o que o browser tem a nos…
Dec 1, 2016
Marco Guaspari Worms
JS Closures: o que são, e como podem substituir as classes para criar objetos com métodos privados?
Uma alternativa para a criação de objetos utilizando ES2015 (“a nova atualização do Javascript”)
Se você ja leu alguns artigos sobre JS ou…
Jul 6, 2016
Marco Guaspari Worms
No matching items