22 items with this tag.
Smart Financial Contracts Research project (thesis/tesina) for the Bachelor’s degree in Financial Management at ITAM, advised by Guillermo Zamarripa.
AMM Algorithm The Automated Market Maker (AMM) algorithm is a decentralized exchange protocol used in the field of decentralized finance (DeFi).
Building Interest Rate Markets in Decentralized Finance: A Comparative Analysis with the Traditional Financial System 1.
BYOB: The Case for Smart Contracts How to Be Your Own Bank? The way to be your own bank consists of participating in certain smart contracts of a financial nature.
Challenges in Structuring a Decentralized Stock Exchange Decentralized stock exchanges have become more popular in recent years, with the promise of greater transparency and greater security compared to traditional exchanges.
Code What does the code do? Source: Derivatives Market Trading a financial asset involves at least four discrete steps: A buyer and a seller must locate each other and agree on a price The trade must be cleared (the obligations of each party are specified) The trade must be settled (the buyer and se...
Decentralized Financial Contracts v.1 [Introduction] The purpose of this thesis for obtaining a Bachelor’s degree in Financial Management is to deepen the knowledge and application of financial models in different areas, including the study and analysis of the use of smart financial contracts.
Decentralized Financial Markets v.0 Introduction There is a technology, Web 3, that enables the transfer of value between users of a network in a secure, decentralized, and private manner, with the power to modernize financial markets.
Decentralized Financial Markets v.1 Introduction There is a set of technologies grouped under the term Web 3 that enables the transfer of value between internet users in a secure, decentralized, and private manner, with the power to modernize financial markets.
Smart Financial Contracts Topic: Decentralized Financial Markets Research question: Evaluate whether a system like the BMV can move to a decentralized platform Thesis Advisor: Guillermo Zamarripa @ Decentralized Financial Markets v.0 Thesis Proposals for Advisor Decentralized Financial Markets v.0 D...
Thoughts ETFs and voting power Smoking gun: There are N shares of QQQ, which represent a portfolio of $V, with a vector of stock quantities and companies.
EIN: Decentralized Inference Network with X402 Core Concept Infernet = Infrastructure + Inference + Network A peer-to-peer network where anyone can: Provide inference capacity (run AI models) Consume inferences paying per request with X402 Compete on price, quality, and speed Problem It Solves Curre...
Build a Smart Contract for the Node Registry Status: Not started Owner: Diego Task Description Provide a general summary of the task and related details.
Galadriel Usecases Created by: Diego Creation date: August 23, 2024 7:40 PM Last edited by: Brandyn Hamilton Last edit: August 24, 2024 9:56 AM Define the user’s “Risk Profile” and recommend a portfolio accordingly LLM to explain product performance, reasons behind decision, etc Chat GPT Notes On-Ch...
Chainlink Created by: Antonio Tellez Creation date: July 2, 2024 11:17 AM Last edited by: Antonio Tellez Last edit: July 3, 2024 11:29 AM Tags: Guides Note Chainlink Documentation Chainlink provides reliable tamper-proof inputs and outputs for complex smart contracts on any blockchain.
RWA Financial Model Building a Self-Financing Replicating Portfolio for Valuation of Tokenized Debt Obligations Black-Scholes-Merton Model The asset pricing theory that uses Wiener processes and stochastic differential equations (SDEs) to model financial asset returns is the Black-Scholes-Merton mod...
Tokenomics Agents: DAO: The Decentralized Autonomous Organization that governs the fund and executes the issuance of new instruments.
Pitch Deck Schola A world where learning is: For everyone. Fun & Rewarding. A catalyst for growth.
Live Demo Script Today we are introducing Schola.
Varathon Deliverables App template for Vara: This template will facilitate deploying applications on Vercel, addressing the current difficulty of connecting the front-end with the Vara back-end.
MVP Trivia Proposal Implemented on the VARA Network Overview We developed a smart contract on the VARA network to create and manage interactive trivia games on the blockchain.
Smart Contract Rust #![no_std] use gstd::{ async_main, debug, exec, msg, prelude::*, ActorId, Encode, Decode, TypeInfo }; use codec::{Encode, Decode}; use gmeta::{Metadata, InOut, Out}; // Constants for clarity const OK_REPLY: &[u8] = b"Trivia created successfully"; const ERROR_REPLY: ...