From 53e126eae980aee464e183a48766b5af7f2fd5d3 Mon Sep 17 00:00:00 2001 From: _g4brielShapir0 Date: Sun, 18 Jan 2026 16:52:37 -0500 Subject: [PATCH] Delete templates/DEPRECATED-SAFEplusT-version-0-1.md --- templates/DEPRECATED-SAFEplusT-version-0-1.md | 123 ------------------ 1 file changed, 123 deletions(-) delete mode 100644 templates/DEPRECATED-SAFEplusT-version-0-1.md diff --git a/templates/DEPRECATED-SAFEplusT-version-0-1.md b/templates/DEPRECATED-SAFEplusT-version-0-1.md deleted file mode 100644 index a5717065..00000000 --- a/templates/DEPRECATED-SAFEplusT-version-0-1.md +++ /dev/null @@ -1,123 +0,0 @@ -# Data Overview - -id: bytes32(uint256(26)) - -legalURI: -safeURI:https://ipfs.io/ipfs/bafybeiacwnkl4oai7ncsomqniu5jwoc3soibnwocrrt2jm2fhpz6c2cczm -tokenWarrantURI:https://ipfs.io/ipfs/bafybeia2kruqmomqbyw37oi5mbodzrfsnk2b3x2d46k2e224u6oinrpudi - -## Global Fields - -| **globalFieldName** | **description** | -|:--------------------|:-----------------------------------| -| purchaseAmount | e.g. "1000.00" | -| postMoneyValuationCap | postmoney equity valuation of the company | -| protocolUSDValuationAtTimeofInvestment | valuation of the 'network' or 'protocol' (i.e., FDV of all tokens) | -| expirationTime | time at which offer to sign agreement (purchasing the SAFTE) expires | -| governingJurisdiction | jurisdiction of incorporation and also jurisdiction of governing law for the agreement | -| disputeResolution | method of dispute resolution | -| unlockStartTimeType |"agreementExecutionTime" \|"tgeTime" \| "setTime" | -| unlockStartTime | only set if using `setTime` for `unlockStartTimeType` | -| unlockingPeriod | Duration in `unlockingInvervalType` units | -| latestExpirationTime | Unix timestamp. Will not be prompted for in UI, will be 10 yrs from deal date | -| unlockingCliffPeriod | Duration in `unlockingIntervalType`, first tokens unlocked at `unlockingStartTime` + `unlockingCliffPeriod` | -| unlockingCliffPercentage | e.g. "10.5%" | -| unlockingIntervalType | "secondly", "hourly", "daily", "monthly", "blockly". Note that this affects both `unlockingPeriod` and `unlockingCliffPeriod` | -| tokenCalculationMethod | `equityProRataToTokenSupply` or `equityProRataToCompanyReserve` or 'dollarProRataToProtocolVal' | -| minCompanyReserve | This is a number of tokens | -| tokenPremiumMultiplier | A number. If used with equityProRataToTokenSupply method, then if SAFTE is worth 30% of company fully diluted equity, and premium multiplier is 2, the investor will be entitled 15% of total supply. | - - - - - -## Party Fields - -| **partyFieldName** | **description** | -|:-------------------|:----------------------------------------| -| name | Name of the individual or organization | -| evmAddress | | -| contactDetails | | -| investorType | | -| investorJurisdiction | | - - - -## Certificate Extension - -name: TokenWarrantExtension -```solidity -struct SAFTEData { - uint256 protocolUSDValuationAtTimeofInvestment; - UnlockStartTimeType unlockStartTimeType; - uint256 unlockStartTime; - uint256 unlockingPeriod; - uint256 unlockingCliffPeriod; - uint256 unlockingCliffPercentage; - UnlockingIntervalType unlockingIntervalType; - TokenCalculationMethod tokenCalculationMethod; - uint256 minCompanyReserve; - uint256 tokenPremiumMultiplier; - } -``` - -## CertificateDetails Struct (for reference) - -```solidity -struct CertificateDetails { - string signingOfficerName; - string signingOfficerTitle; - uint256 investmentAmountUSD; - uint256 issuerUSDValuationAtTimeOfInvestment; - uint256 protocolUSDValuationAtTimeofInvestment; - uint256 unitsRepresented; - string legalDetails; - bytes extensionData; -} -``` - -``` -enum ExercisePriceMethod { - perToken, - perWarrant -} - -enum TokenCalculationMethod { - equityProRataToCompanyReserve, - equityProRataToTokenSupply, - dollarProRataToProtocolVal -} - -enum UnlockStartTimeType { - agreementExecutionTime, - tgeTime, - setTime -} - -enum UnlockingIntervalType { - blockly, - secondly, - hourly, - daily, - monthly -} - -``` - -Restrictive Legends: - -[1] investment advisor certificate custody legend - -THE SAFTE CERTIFICATE TOKEN MAY NOT BE USED TO EFFECT A TRANSFER OR TO OTHERWISE FACILITATE A CHANGE IN BENEFICIAL OWNERSHIP OF THIS SAFTE WITHOUT THE PRIOR CONSENT OF THE COMPANY. - -[2] restricted security legend - -THIS SAFTE, THE SAFTE CERTIFICATE TOKEN, AND ANY SECURITIES ISSUABLE PURSUANT HERETO OR THERETO ARE “RESTRICTED SECURITIES” AS DEFINED IN SEC RULE 144. - -[3] unregistered security legend - -THIS SAFTE, THE SAFTE CERTIFICATE TOKEN AND ANY SECURITIES ISSUABLE PURSUANT HERETO OR THERETO HAVE NOT BEEN REGISTERED UNDER THE SECURITIES ACT OF 1933, AS AMENDED (THE “SECURITIES ACT”), OR UNDER THE SECURITIES LAWS OF CERTAIN STATES. THESE SECURITIES MAY NOT BE OFFERED, SOLD OR OTHERWISE TRANSFERRED, PLEDGED OR HYPOTHECATED EXCEPT AS PERMITTED IN THIS SAFTE AND UNDER THE SECURITIES ACT AND APPLICABLE STATE SECURITIES LAWS PURSUANT TO AN EFFECTIVE REGISTRATION STATEMENT OR AN EXEMPTION THEREFROM. - -[4] hardfork legend - -IN THE EVENT THAT THE BLOCKCHAIN SYSTEM ON WHICH THE SAFTE CERTIFICATE TOKEN WAS ORIGINALLY ISSUED UNDERGOES A “CONTENTIOUS HARDFORK” (AS COMMONLY UNDERSTOOD IN THE BLOCKCHAIN INDUSTRY), NO COPY OF THE SAFTE CERTIFICATE TOKEN MAY BE OFFERED, SOLD, OR OTHERWISE TRANSFERRED, PLEDGED, OR HYPOTHECATED UNTIL THE COMPANY HAS DETERMINED, IN ITS SOLE AND ABSOLUTE DISCRETION, WHICH BLOCKCHAIN SYSTEM (AND WHICH SAFTE CERTIFICATE TOKENS) TO TREAT AS CANONICAL, AND THEN ONLY THE SAFTE CERTIFICATE TOKEN THUS DETERMINED BY THE COMPANY TO BE CANONICAL MAY BE OFFERED, SOLD, OR OTHERWISE TRANSFERRED, PLEDGED, OR HYPOTHECATED (TO THE EXTENT OTHERWISE PERMITTED). IN THE EVENT THAT THE BLOCKCHAIN SYSTEM DETERMINED BY THE COMPANY TO BE CANONICAL FOLLOWING A CONTENTIOUS HARDFORK ITSELF SUBSEQUENTLY UNDERGOES ITS CONTENTIOUS HARDFORK, THIS RESTRICTIVE LEGEND SHALL LIKEWISE APPLY TO SUCH CONTENTIOUS HARFORK, MUTATIS MUTANDIS. \ No newline at end of file