DigiFT security tokens (iSNR, bEQTY, pEAK, CMBMINT and others)
Arbitrum iSNR: can pause transfers, claw back, mint (allowlist, freeze, upgradeable unverified).
BSC hBNB: can pause transfers (allowlist, freeze, clawback, upgradeable unverified).
Plume Mainnet DYNA: can freeze a holder, pause transfers, claw back, gate who may hold, mint (upgradeable unverified).
Research and shelf status are on the memo: DigiFT Adverse research finding
Who may buy, hold, transfer, and redeem
Each answer rests on the issuer’s own words, quoted from the document named under it. Ketju re-reads each document and records whether the words are still there. Where the documents say nothing, the row says so.
- What the holder owns
DigiFT says a security token is a claim to a financial asset of its issuer, which DigiFT tokenizes.
“Security Token represents an entitlement to ownership of a financial asset of the issuer.”
DigiFT help centre: What is a Security Token? (Zendesk API) · Help centre: What is a Security Token? · words found 2026-09-24
- What the holder owns
iSNR is a DigiFT token that invests in Invesco’s strategy, not a share of an Invesco fund.
“the platform will offer a DigiFT token which will invest in Invesco’s private credit strategies.”
PR Newswire: DigiFT collaborates with Invesco on tokenized solution, 18 February 2025 · Release, first paragraph · words found 2026-09-24
- Who may hold it
Non-US accredited or institutional investors only.
“you need to be a non-US accredited investor or institutional investor”
DigiFT help centre: Who is eligible to open an investor account? (Zendesk API; support.digift.io pages refuse automated reads) · Help centre: Who is eligible to open an investor account? · words found 2026-09-24
- Who may hold it
DigiFT’s releases also admit professional investors, through regulated intermediaries.
“The above-mentioned product/service is only available to Accredited Investors, Professional Investors, and Institutional Investors through authorised regulated intermediaries.”
PR Newswire: DigiFT introduces first actively managed tokenized equity fund with BNY, 25 January 2026 · Disclaimers · words found 2026-09-24
- First purchase minimum
No public DigiFT document states a minimum; DigiFT shows each token’s terms only after login. Cointelegraph reported $10,000 for iSNR, citing DigiFT.
Not stated in DigiFT help centre: Fees and Charges (Zendesk API), DigiFT help centre: Can I place more than one subscription for a Security Token Offering? (Zendesk API), DigiFT help centre: Who is eligible to open an investor account? (Zendesk API; support.digift.io pages refuse automated reads), PR Newswire: DigiFT collaborates with Invesco on tokenized solution, 18 February 2025, PR Newswire: DigiFT introduces first actively managed tokenized equity fund with BNY, 25 January 2026.
- Account types
Individual and corporate accounts.
“Click here to open a Corporate account.”
DigiFT help centre: Who is eligible to open an investor account? (Zendesk API; support.digift.io pages refuse automated reads) · Help centre: Who is eligible to open an investor account? · words found 2026-09-24
- Who it may be transferred to
With the transfer flag set, as it is on every token sampled, the contract refuses a transfer to a wallet DigiFT has not whitelisted.
“(IManagement(management).isWhiteInvestor(to) || IManagement(management).isRestrictInvestor(to)),’Forbid transfer’);”
Blockscout: verified SecurityToken source (iSNR on Ethereum) · SecurityToken.sol, transfer() · words found 2026-09-24
- How a holder redeems
DigiFT takes redemptions in USD, USDC, and USDT.
“accepts subscriptions and redemptions in fiat currencies like USD, and stablecoins like USDC and USDT.”
PR Newswire: DigiFT collaborates with Invesco on tokenized solution, 18 February 2025 · Release, second paragraph · words found 2026-09-24
- How a holder redeems
If DigiFT stops operating, the issuer of each token owes a buy-back at a price it sets in good faith.
“would be subject to a token buy-back offer from the Issuer of the respective Security Token”
DigiFT help centre: What happens if DigiFT ceases operation? (Zendesk API) · Help centre: What happens if DigiFT ceases operation? · words found 2026-09-24
- Who keeps the official record
The published documents do not say who keeps each token’s register or whether the chain governs. The contract manager can call upgrade(address), after which every transfer, balance, and supply call goes to a new contract, so the address that holds the balances can change.
Not stated in DigiFT help centre: What is a Security Token? (Zendesk API), DigiFT help centre: What happens if DigiFT ceases operation? (Zendesk API), PR Newswire: DigiFT collaborates with Invesco on tokenized solution, 18 February 2025, PR Newswire: DigiFT introduces first actively managed tokenized equity fund with BNY, 25 January 2026, Blockscout: verified SecurityToken source (iSNR on Ethereum).
- What the issuer says it can freeze or take back
DigiFT can put a wallet on a blocklist, and a blocked holder cannot send.
“require(!IManagement(management).isBlockInvestor(msg.sender),’Block’);”
Blockscout: verified SecurityToken source (iSNR on Ethereum) · SecurityToken.sol, transfer() · words found 2026-09-24
- What the issuer says it can freeze or take back
The contract manager can burn any holder’s tokens without the holder signing.
“function redeem( address investor, uint256 value ) external onlyContractManager { _burn(investor,value);”
Blockscout: verified SecurityToken source (iSNR on Ethereum) · SecurityToken.sol, redeem() · words found 2026-09-24
| Fact | What the file records |
|---|---|
| Who onboards the holder | distributor |
| Voting rights | None |
| Distributions | reinvested |
| SIPC coverage of the wallet | No |
Who can change the record
Powers read from the deployed contracts and their verified source: the token and every contract it consults on transfer. A power recorded here is the issuer’s ability, not evidence it has been used.
| Token | Chain | Freeze a holder | Pause | Claw back | Gate holders | Change the code | Keys held by |
|---|---|---|---|---|---|---|---|
| iSNR | Ethereum | Yes | Yes | Yes | Yes | Unverified | role-gated issue |
| iSNR | Arbitrum | Unverified | Yes | Yes | Unverified | Unverified | role-gated issue |
| hBNB | BSC | Unverified | Yes | Unverified | Unverified | Unverified | |
| DYNA | Plume Mainnet | Yes | Yes | Yes | Yes | Unverified | role-gated issue |
Ethereum iSNR: 2 contract reads at block 26044937, 5 functions in verified source, 2026-09-24
- paused()=false
- management()=0x96abd1c04882bce372203d43649be525f8ae87ba
- addWhitelist in verified source 0x96ab…87ba
- addBlocklist in verified source 0x96ab…87ba
- paused in verified source 0xcf2a…3a42
- redeem in verified source 0xcf2a…3a42
- issue in verified source 0xcf2a…3a42
Arbitrum iSNR: 2 contract reads at block 508334288, 3 functions in verified source, 2026-09-24
- paused()=false
- management()=0x2b6d846b07d4df426a297e4fe152aca832d9b3b3
- paused in verified source 0x37ec…8ac4
- redeem in verified source 0x37ec…8ac4
- issue in verified source 0x37ec…8ac4
BSC hBNB: 1 contract read at block 123692862, 0 functions in verified source, 2026-09-24
- paused()=false
Plume Mainnet DYNA: 2 contract reads at block 95179722, 5 functions in verified source, 2026-09-24
- paused()=false
- management()=0xf6dacf1d8d5bc22e744849094dc01d48e01362d9
- addWhitelist in verified source 0xf6da…62d9
- addBlocklist in verified source 0xf6da…62d9
- paused in verified source 0x57fa…1dd8
- redeem in verified source 0x57fa…1dd8
- issue in verified source 0x57fa…1dd8
Where it trades
| Venue | Kind |
|---|---|
| DigiFT | issuer primary |
How it exits
| Path | Settlement | Settles in |
|---|---|---|
| Redeem with the issuer in its window | Through DigiFT, which accepts redemptions in USD, USDC, and USDT. Each token’s dealing days, cutoff, and settlement period sit on DigiFT’s Offering page behind a login. If DigiFT stops operating, tokens count as delisted and may be burned, and each issuer makes its own buy-back offer. | USD, USDC, USDT |
- DigiFT publishes platform terms, an offering memorandum, or a product page that states a minimum, a cutoff, the issuer of a token, or who keeps the register
- The Management contract, its contract manager, or a token’s management pointer changes on any chain, or a token calls upgrade() to move to a new address
- A token’s transferFlag changes to 0, which drops the whitelist and leaves only the blocklist
- The reader learns to count SecurityToken’s upgrade(address) path, or the Arbitrum or BSC Management source is verified; those readings are then re-taken
- DigiFT adds a token to its Polygon registry with supply, or a listed token’s supply reaches zero
- DigiFT opens accounts to US persons, or MAS or the SFC acts against DigiFT
What the monitor reads daily
Every control function in the table above and the contracts the token consults on transfer; the token’s on-chain supply against yesterday’s; and its market quote against yesterday’s quote, since a fund of this kind accrues a few basis points a day. Every document quoted above is re-read too, and a quote that leaves its document reopens the file. A change opens a review item in the governance queue and reopens the file before any client action.
Sources
- DigiFT help centre: Who is eligible to open an investor account? (Zendesk API; support.digift.io pages refuse automated reads) · primary · accessed 2026-09-24
Supports: non-US only, accredited or institutional investor, individual and corporate accounts - DigiFT help centre: What is a Security Token? (Zendesk API) · primary · accessed 2026-09-24
Supports: token is a claim to an asset of the issuer - DigiFT help centre: What happens if DigiFT ceases operation? (Zendesk API) · primary · accessed 2026-09-24
Supports: tokens delisted and may be burned, issuer buy-back - DigiFT help centre: Is DigiFT regulated? (Zendesk API) · primary · accessed 2026-09-24
Supports: MAS Recognised Market Operator, Capital Markets Services licence - DigiFT help centre: Fees and Charges (Zendesk API) · primary · accessed 2026-09-24
Supports: terms vary by token, terms behind login - DigiFT help centre: Can I place more than one subscription for a Security Token Offering? (Zendesk API) · primary · accessed 2026-09-24
Supports: one subscription per offering - PR Newswire: DigiFT collaborates with Invesco on tokenized solution, 18 February 2025 · primary · accessed 2026-09-24
Supports: iSNR is a DigiFT token, accredited and institutional investors, redemptions in USD, USDC, USDT - PR Newswire: DigiFT introduces first actively managed tokenized equity fund with BNY, 25 January 2026 · primary · accessed 2026-09-24
Supports: bEQTY, accredited, professional, and institutional investors, BNY not the issuer - Blockscout: verified SecurityToken source (iSNR on Ethereum) · primary · accessed 2026-09-24
Supports: whitelist transfer rule, blocklist, redeem burns any holder, pause, upgrade to new address - Blockscout: verified Management source (Ethereum) · primary · accessed 2026-09-24
Supports: whitelist and blocklist by manager signatures, single contract manager address - Blockscout: DigiFT token registry on Polygon (getAllTokenRecords) · primary · accessed 2026-09-24
Supports: token addresses by chain, same deployer as the Ethereum Management contract - DefiLlama adapter for DigiFT (reads the Polygon registry) · secondary · accessed 2026-09-24
Supports: registry address, chains - Cointelegraph: DigiFT launches Invesco private credit token on Arbitrum, March 2025 · secondary · accessed 2026-09-24
Supports: $10,000 iSNR minimum, structured note