safe_note
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
SAFE / Convertible Note Calculator — Conversion price and shares for a SAFE with a cap and/or discount.
Parameters schema
{
"type": "object",
"required": [
"investment",
"round_price_per_share"
],
"properties": {
"investment": {
"type": "number",
"description": "Investment amount in USD"
},
"discount_pct": {
"type": "number",
"description": "Discount percent off the round price"
},
"valuation_cap": {
"type": "number",
"description": "Valuation cap in USD"
},
"pre_round_shares": {
"type": "number",
"description": "Pre-round fully-diluted shares (for cap price)"
},
"round_price_per_share": {
"type": "number",
"description": "Priced round's price per share in USD"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries