betteroff.finance
BetterOff keeps household accounts and financial records current, then shows what changed, what is coming, and what needs attention.
First seen 2026-08-31 · Last seen 2026-08-31 · Source: webmcp.com
Answer 5 · Act 16 · Transact 1 · Score: Not yet scored
Tool inspector
calc_impermanent_loss
Estimates impermanent loss from initial investment and token price multipliers in a 50/50 constant-product AMM.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
initialInvestment |
number | no | Initial capital |
priceChangeA |
number | no | Token A price multiplier — 1.0 = unchanged, 2.0 = doubled, 0.5 = halved. |
priceChangeB |
number | no | Token B price multiplier — 1.0 = unchanged, 2.0 = doubled, 0.5 = halved. |
Raw JSON schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"initialInvestment": {
"default": 10000,
"description": "Initial capital",
"type": "number",
"minimum": 0,
"maximum": 1000000000
},
"priceChangeA": {
"default": 1.5,
"description": "Token A price multiplier — 1.0 = unchanged, 2.0 = doubled, 0.5 = halved.",
"type": "number",
"exclusiveMinimum": 0,
"maximum": 100
},
"priceChangeB": {
"default": 1,
"description": "Token B price multiplier — 1.0 = unchanged, 2.0 = doubled, 0.5 = halved.",
"type": "number",
"exclusiveMinimum": 0,
"maximum": 100
}
},
"additionalProperties": false
}
Similar websites
qotien.fr
Simulateur impôt 2026
coinranking.com
Track live Bitcoin price with Coinranking's Pro Chart. Use advanced drawing tools and technical analysis on this interactive BTC price chart.
longbridge.com
Longbridge US offers stock trading services with advanced tools and market insights to help investors manage their portfolios.
coinvela.com
Compare live crypto prices across exchanges worldwide. Find the best rates to buy Bitcoin, Ethereum, XRP, and 40+ other cryptocurrencies.