create account

Hive Debit Technical Documentation by hivedebit

View this thread on: hive.blogpeakd.comecency.com
· @hivedebit ·
$90.23
Hive Debit Technical Documentation
![Hive Technical.jpg](https://files.peakd.com/file/peakd-hive/hivedebit/23vsC53fE12aZZmA6UcWNYmogPd52WPnZyv47Q3tLFYTxNrXzf5tLiMUE6Hfdda8D5cwD.jpg)

-----
## Overview
This document provides a detailed technical description of the Hive Debit project, outlining the various phases of its development following the proposal submitted to the Decentralized Hive Fund (DHF). Throughout this guide, we delve into NFC architecture, transaction security, integration with other payment systems, user experience, and the key mechanisms to ensure efficient and reliable payments.
Across multiple phases, Hive Debit aims to create a secure, user-friendly, and scalable payment ecosystem for both users and merchants. The approach covers everything from cryptography and NFC data storage to solutions for iOS and integration with the Lightning Network.

-----

## Phase 1: NFC System Development & Testing
### Compatibility with Android POS Terminals
The first step is ensuring compatibility with different types of terminals featuring NFC technology, especially those running on Android. To achieve this:

**Tests will be conducted on several brands and models of NFC-enabled devices to read and write data.
Response times, connection stability, and potential interoperability issues (e.g., differences in handling NDEF or binary data) will be measured.**

A recommended configuration will be documented to optimize the payment experience.

### Risks and Mitigation Measures
- Risk: Incompatibility with older firmware.
-  Mitigation: Implement and test NFC libraries that offer backward compatibility.
- Risk: Lags or disconnections in NFC reading.
-  Mitigation: Adjust reading parameters and increase sensitivity in terminals where possible.

## Security Evaluation of NFC Tag Types
Choosing the right NFC chip type is crucial. Hive Debit requires a balance between security and practicality:

- NTAG215 and NTAG216: Highly compatible but offer limited encryption.
- Desfire EV1 and EV2: Robust encryption, mutual authentication, and larger capacity.
- NFC cards with asymmetric cryptography: Each operation is locally signed, reducing the risk of cloning.
- For greater flexibility, potential form factors include:
- PVC NFC cards.
- NFC rings.
- Adhesive mini tags.

## Technical Benefits and Risks
- Benefit: Enhanced security through encrypted data storage.
- Risk: Higher costs when using advanced chips.
- Mitigation: Providing a range of basic or premium NFC cards.

## Cryptographic Authentication for Secure Transactions
Hive Debit relies on:
- ECDSA digital signatures to authenticate transactions without exposing private keys.
- AES-256 encryption in the chip’s memory to prevent unauthorized reads.
-----
## Phase 1.1: Pre-Signed Transactions—Security & Operation
The concept of pre-signed transactions is central to Hive Debit. Using this mechanism, each user can authorize a set of payments with a maximum amount and defined validity period. Thus, during the payment process, the private key is not required in real time.

### Detailed Procedure
#### Generating the Pre-Signed Transaction


In a secure environment, the user creates and signs a payment order (to, amount, memo, limit, etc.).
An identifier links the signature to a specific batch of transactions.
Secure Storage


The transaction is encrypted and can be stored on the Hive Debit server or on the NFC card (if it supports advanced encryption).
A record is kept of the spending limit associated with that pre-signed transaction.
POS Interaction


When the NFC card is tapped, the transaction information—signature, limit, destination, etc.—is retrieved.

The POS sends this data to the Hive Debit server, which validates the signature and checks the limit.
Network Execution


If everything matches, the transaction is broadcast to the network, and a tx_id (transaction ID) is generated.

The amount is deducted from the pre-signed transaction’s limit.

### Technical Risks and Benefits
- Risk: Unauthorized use of the card if stolen.
-  Mitigation: Low limits or an optional PIN before authorizing payments.
- Risk: Vulnerability in the server that stores the signed transaction.
-  Mitigation: Encryption, network segmentation, and key rotation policies.
- Benefit: The user does not expose their private key when making payments.
- Benefit: Quick usage since the signature is already prepared.
## Pre-Signed Transaction Flow (Example)

```
    A[User: Creates pre-signed transaction with their private key] --> B(Server: Stores the encrypted tx);
    B --> C[User taps the NFC card on the POS];
    C --> D(POS reads the data and sends it to the server);
    D --> E[Server validates signature and limit];
    E --> F{Signature Valid?};
    F -- Yes --> G(Broadcast tx to the network);
    G --> H(Confirmation and limit update);
    F -- No --> I(Transaction Rejected);
```

-----

## Phase 2: Website & User Platform Development
- The official Hive Debit portal will allow:
- Registration and activation of new NFC cards.
- Creation or cancellation of pre-signed transactions.
- Review of payment history and limit configuration.
- Access to support and tutorials.

### Design Approach
- Accessibility: A straightforward interface for NFC setup.
- Scalability: Ability to handle multiple simultaneous requests during peak demand.
- Security: Use of HTTPS and session validations for all sensitive operations.
### Key Functionality
- "Tap to Program": Allows writing NFC information from a reader or mobile device.
- Real-Time Notifications: The system notifies the user once a transaction is completed.
- Multi-Language: Adaptable to various regions.

-----

## Phase 3: iOS Research & Compatibility
On iOS, the main restriction is that Safari does not permit open NFC payments. Therefore, the most viable solution is:
- Developing a native app for iPhone or iPad, enabling NFC reading and sending the pre-signed transactions to the network.
- Investigating native APIs (Core NFC) to determine the level of access available in each iOS version.
- Implementing authentication logic (Face ID or Touch ID) to reinforce security and prevent unauthorized use.

### Technical Details & Challenges
- iOS NFC Control: Apple limits NFC tag read/write, so the app must use Core NFC and comply with strict guidelines to access the hardware.
- Secure Data Storage: The app can store pre-signed transactions and their limits in the Keychain for greater protection.
- No Dependency on Safari: All validation and payment logic occurs within the app, bypassing web restrictions.
- User Experience: The goal is to make the process as simple as “Open the app, tap the card, and confirm,” maintaining fluidity at the point of sale.

------

## Phase 4: Lightning Network Integration
The goal is also to enable Bitcoin payments via the Lightning Network. However, no final decision has been made yet due to time constraints and the inherent complexity. Some of the considered options include:

- Using a Bolt-like System: Designing an NFC card similar to the Bolt Card, linked to Hive Debit balances, enabling instant LN payments.
- v4vapp: This solution offers the ability to make Bitcoin payments from Hive or HBD, facilitating micropayments and direct Lightning interconnection.
- Operating a Lightning Node and Holding BTC: Hive Debit could maintain BTC reserves and handle internal conversion, though this increases the responsibility of asset custody.

Each approach poses challenges regarding liquidity, conversion, and infrastructure support. Comparative tests will be conducted to determine the best approach for the platform.

------

## Phase 5: Hive to HBD Conversion Mechanism
**To maximize the system’s utility:**
Merchants can opt to receive HBD even if the user pays in Hive.
The conversion process would happen internally, so the user is not exposed to additional steps.

### Key Points
- Payment Detection: The system sees that the customer pays in Hive.
- Internal Conversion: Hive Debit transparently converts that amount to HBD.
- Fund Delivery: The merchant receives HBD in their account.

-----

## Phase 6: POS Development for Merchants
The primary goal of the POS is to assure merchants that the payment was finalized and they can verify it easily. The aim is a robust, secure, and user-friendly tool.

### Quick Checkout Interface:


- The merchant enters the amount to charge.
- The POS displays a “waiting” mode for NFC.
- When the card is tapped, the pre-signed transaction is read, and validation begins.


### Integrated NFC Support:

- Includes the necessary libraries to communicate with NFC chips.
- Simplifies the “tap to pay” process.
- Option to use USB or embedded NFC readers in the device.


### Tips & Receipts:

- Allows the customer to add a tip before finalizing the sale.
- Generates a digital receipt containing transaction details (amount, date, tx_id).
- Option to send the receipt via email or instant messaging.


### Multi-Currency:


- The merchant can choose which currency they want to receive (Hive, HBD, or BTC if Lightning is supported).
- If Lightning is available, the POS automatically handles conversion to display the amount in satoshis or fiat.

### Real-Time Confirmations:


- The POS connects to the Hive Debit server to verify transaction validity and confirm network inclusion.
- The merchant sees an on-screen “Payment Successful” message and transaction ID.
- A local and cloud record is kept for future reference.

### Security & Access Control:


- The POS may require merchant log-in to prevent unauthorized use by staff.
- Activity logs record who processed the payment, at what time, and for what amount.

### QR Code Payments (Additional Option):


- To complement NFC, the POS can also display a QR code.
- Users can scan this QR with a mobile wallet or Hive Debit app to complete payment.
- This feature ensures broader compatibility for devices lacking NFC or for those who prefer scanning a code.
- By taking this approach, merchants can rest assured each sale is recorded clearly, verifiably, and securely.

------

## Phase 7: Card Production, Packaging & Distribution
In the final phase, the plan is to:
- Manufacture NFC Cards: Set up agreements with card and NFC ring suppliers to ensure quality and durability.
- Pre-Funding & Registration: Provide the option to purchase a card with an initial balance, and then link it to the user’s account on the web portal.
- Shipping Strategy: Define distribution centers or logistics partners for quick delivery across different regions.

Quality Control: Each card undergoes an NFC validation test prior to shipping.
(Note: The use of tamper-proof seals and unique identifiers is omitted, but functionality checks remain in place to ensure each card works at the time of delivery.)

-----

## General Risks and Mitigation Strategies
### Card Theft or Loss


Mitigation: Adjustable limits, optional PIN, and remote card deactivation.

### Denial-of-Service (DoS) Attacks


Mitigation: Scalable infrastructure with load balancing and monitoring.

### Volatility of Crypto Assets


Mitigation: Use of stablecoins (HBD) to reduce fluctuations.

-----

## Server Operator Access to Pre-Signed Transactions
A valid concern is whether the individual or entity running the Hive Debit server could misuse their control to access or drain pre-signed transactions. The system’s design addresses this through multiple safeguards:
Encryption at Rest


All stored pre-signed transactions are encrypted, requiring decryption keys that should be secured in a separate system or module (e.g., an HSM). Even with direct database access, the operator cannot trivially read or modify the raw data.
Strict Spend Limits & Time-Bound Validity


Each pre-signed transaction has a maximum spend limit and can be configured to expire. This reduces the possible damage in case of any misuse.
Audit Logs & Alerts


Any suspicious bulk retrieval or repeated attempts to execute transactions can trigger automated alerts.
User Revocation


Users can revoke outstanding pre-signed transactions at will, which immediately invalidates them if they suspect any compromise.
Infrastructure & Role Segregation


The system can separate the roles of database admin, application admin, and encryption key custodian, so no single party has unilateral control.

-----

# How Do We Ensure Nobody Has Undue Access to Pre-Signed Transactions?
Not your keys, not your coins is a valid principle in crypto. While Hive Debit doesn’t store private keys, it does hold (or process) pre-signed transactions that can authorize limited spending. Here’s how we reduce the risk that anyone—not even the server operator—can freely exploit these:
1) Minimize Pre-Signed Amounts: Users should only sign a small buffer of transactions (e.g., daily or weekly spending). This naturally limits the maximum potential loss.
2) Option to Store Transactions on the NFC Card Itself: In some setups, the pre-signed data may reside only on the card, not the server. If the user never uploads them to a central server, the operator literally never sees them.
3) Zero Knowledge Storage: Even if the server holds encrypted copies, the system can be designed so that each user has a partial key or passphrase required to decrypt. Without it, the operator can’t read or alter anything.
4) Automatic or Manual Revocation: At any sign of server compromise, users can instantly revoke all outstanding pre-signed transactions. This kills their validity on-chain or within the Hive Debit logic.
5) High-Level Monitoring: Real-time logging and anomaly detection can freeze questionable transactions. If a staff member attempts a mass-execution of pre-signed transactions, alarms will trigger.
In short, the principle of “not your keys, not your coins” remains true if you give out unlimited, wide-ranging access. However, Hive Debit’s design aims to mitigate that by giving only narrowly scoped, time-limited, and user-revocable permissions that are worthless once revoked. This substantially lowers the trust burden on the server operator.

-----

## Do You Have an Idea or Proposal for Hive Debit?
If you have any suggestions to improve the system or an innovative idea that could be implemented in Hive Debit, feel free to share it. We want this technology to be accessible and beneficial for as many people as possible.

👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 357 others
properties (23)
authorhivedebit
permlinkhive-debit-technical-documentation
categoryhivedebit
json_metadata"{"app":"peakd/2025.2.3","format":"markdown","author":"jthomasewsky","description":"This is the Hive Debit Technical Proposal.","tags":["hivedebit","dao","spendhbd","opensource","dhf"],"users":[],"image":["https://files.peakd.com/file/peakd-hive/hivedebit/23vsC53fE12aZZmA6UcWNYmogPd52WPnZyv47Q3tLFYTxNrXzf5tLiMUE6Hfdda8D5cwD.jpg"]}"
created2025-03-12 21:16:24
last_update2025-03-12 21:16:24
depth0
children20
last_payout2025-03-19 21:16:24
cashout_time1969-12-31 23:59:59
total_payout_value45.140 HBD
curator_payout_value45.092 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14,327
author_reputation30,023,962,758,868
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,391,976
net_rshares266,067,864,674,956
author_curate_reward""
vote details (421)
@astrocreator ·
@tipu curate
properties (22)
authorastrocreator
permlinkre-hivedebit-st1zzf
categoryhivedebit
json_metadata{"tags":["hivedebit"],"app":"peakd/2025.2.3","image":[],"users":["tipu"]}
created2025-03-13 08:38:00
last_update2025-03-13 08:38:00
depth1
children1
last_payout2025-03-20 08:38:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation233,466,941,790,635
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,401,449
net_rshares0
@tipu ·
<a href="https://tipu.online/hive_curator?astrocreator" target="_blank">Upvoted  &#128076;</a> (Mana: 65/75) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
properties (22)
authortipu
permlinkre-re-hivedebit-st1zzf-20250313t083806z
categoryhivedebit
json_metadata"{"app": "beem/0.24.26"}"
created2025-03-13 08:38:06
last_update2025-03-13 08:38:06
depth2
children0
last_payout2025-03-20 08:38:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length220
author_reputation55,904,946,846,198
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,401,450
net_rshares0
@bpcvoter3 ·
>Wow, love this post  It’s been handpicked and curated by the awesome Bilpcoin team—we’re so happy to support amazing content like this! If you’d like to join us in spreading the positivity, feel free to delegate some Hive Power to this account. Every bit helps us curate and uplift even more creators in the community By adding #bilpcoin or #bpc to original posts, you can earn BPC tokens

By adding #bilpcoin or #bpc to original posts, you can earn BPC tokens
<a href="https://imgflip.com/i/9m7cuw"><img src="https://i.imgflip.com/9m7cuw.jpg" title="made at imgflip.com"/></a><div><a href="https://imgflip.com/memegenerator">from Imgflip Meme Generator</a></div>

https://peakd.com/hive-140084/@bpcvoter1/my-way-keni-bpc-ai-music

https://peakd.com/hive-126152/@bpcvoter2/dear-themarkymark-buildawhale-gogreenbuddy-usainvote-ipromote-and-whoever-else-is-involved-in-this-scheme-you-call-us-nutty-as

 https://peakd.com/hive-167922/@bilpcoinbpc/exploring-the-possibilities-of-ai-art-with-bilpcoin-nfts-episode-102-buildawhale-scam-farm-on-hive-and-dear-steevc

https://peakd.com/hive-133987/@bilpcoinbpc/comprehensive-analysis-of-punkteam-s-wallet-transactions

https://hive.blog/hive-163521/@bpcvoter1/deep-dive-into-meritocracy-s-activity-history-and-blockchain-audit

https://www.publish0x.com/the-dark-side-of-hive/to-downvoters-scammers-and-farmers-on-hive-the-time-to-chang-xmjzrmp

!PGM !LUV !BEER !PIZZA
properties (22)
authorbpcvoter3
permlinkst24wk
categoryhivedebit
json_metadata{"tags":["bilpcoin","bpc"],"image":["https://i.imgflip.com/9m7cuw.jpg"],"links":["https://imgflip.com/i/9m7cuw"],"app":"hiveblog/0.1"}
created2025-03-13 10:22:30
last_update2025-03-13 10:22:30
depth1
children0
last_payout2025-03-20 10:22:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,412
author_reputation-6,281,299,814,799
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,402,610
net_rshares0
@comandoyeya ·
Wow que interesante lo que explayaste, me agrado te dejo mi voto y te sigo, saludos.
properties (22)
authorcomandoyeya
permlinkst4x7m
categoryhivedebit
json_metadata{"app":"hiveblog/0.1"}
created2025-03-14 22:31:06
last_update2025-03-14 22:31:06
depth1
children0
last_payout2025-03-21 22:31:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation573,583,519,635,099
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,440,278
net_rshares0
@ecbcanada ·
Great project!
properties (22)
authorecbcanada
permlinkre-hivedebit-2025313t15373759z
categoryhivedebit
json_metadata{"tags":["hivedebit","dao","spendhbd","opensource","dhf"],"app":"ecency/4.0.3-vision","format":"markdown+html"}
created2025-03-13 19:37:06
last_update2025-03-13 19:37:06
depth1
children0
last_payout2025-03-20 19:37:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation19,747,702,470
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,412,587
net_rshares0
@fonestreet ·
$0.02
This is amazing, i'm new into this info going to see all i can rightnow.
👍  ,
properties (23)
authorfonestreet
permlinkre-hivedebit-2025312t183549729z
categoryhivedebit
json_metadata{"tags":["hivedebit","dao","spendhbd","opensource","dhf"],"app":"ecency/3.2.0-vision","format":"markdown+html"}
created2025-03-12 22:35:54
last_update2025-03-12 22:35:54
depth1
children0
last_payout2025-03-19 22:35:54
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation158,675,745,414,315
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,393,614
net_rshares74,156,897,472
author_curate_reward""
vote details (2)
@hivebuzz ·
Congratulations @hivedebit! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

<table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@hivedebit/upvoted.png?202503122157"></td><td>You received more than 700 upvotes.<br>Your next target is to reach 800 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@hivedebit) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>

properties (22)
authorhivebuzz
permlinknotify-1741817148
categoryhivedebit
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2025-03-12 22:05:48
last_update2025-03-12 22:05:48
depth1
children0
last_payout2025-03-19 22:05:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length629
author_reputation369,210,227,265,380
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,392,941
net_rshares0
@mattrife ·
$0.08
@[slope game](https://slopega.me) How will Hive Debit handle potential bottlenecks or network congestion during high transaction volumes, especially when integrating with the Lightning Network or broadcasting pre-signed transactions to the Hive blockchain?
👍  ,
properties (23)
authormattrife
permlinkst23om
categoryhivedebit
json_metadata{"links":["https://slopega.me"],"app":"hiveblog/0.1"}
created2025-03-13 09:58:00
last_update2025-03-13 09:58:00
depth1
children1
last_payout2025-03-20 09:58:00
cashout_time1969-12-31 23:59:59
total_payout_value0.038 HBD
curator_payout_value0.037 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length256
author_reputation9,194,932,003
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,402,312
net_rshares228,094,118,609
author_curate_reward""
vote details (2)
@hivedebit ·
Hive generally doesn’t experience fees or heavy congestion thanks to its resource credit model. However, we’re exploring mini-batching and related optimizations to handle large spikes of pre-signed transactions if they occur, just to keep performance smooth, as for Lightning, we’ll test different methods like batching settlements and dynamic fee routing to minimize bottlenecks and ensure reliable, high-volume payments across both networks. This is not going to be 100% what I'm going to use but it's the best solution for your question and for the future problem that we could have
properties (22)
authorhivedebit
permlinkre-mattrife-st2n66
categoryhivedebit
json_metadata{"tags":["hivedebit"],"app":"peakd/2025.2.3"}
created2025-03-13 16:58:57
last_update2025-03-13 16:58:57
depth2
children0
last_payout2025-03-20 16:58:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length585
author_reputation30,023,962,758,868
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,410,160
net_rshares0
@pichat ·
This will help the Hive community grow even more. I hope it happens soon so that Hive can go to the moon.
properties (22)
authorpichat
permlinkst4upk
categoryhivedebit
json_metadata{"app":"hiveblog/0.1"}
created2025-03-14 21:37:00
last_update2025-03-14 21:37:00
depth1
children0
last_payout2025-03-21 21:37:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation26,420,207,311,965
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,439,296
net_rshares0
@rkm1okpoti ·
Thank you for sharing.
properties (22)
authorrkm1okpoti
permlinkst24r8
categoryhivedebit
json_metadata{"app":"hiveblog/0.1"}
created2025-03-13 10:21:09
last_update2025-03-13 10:21:09
depth1
children0
last_payout2025-03-20 10:21:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation806,037,700,836
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,402,596
net_rshares0
@ronnie10 ·
>Do You Have an Idea or Proposal for Hive Debit?

Well, it is not a proposal. But, there are now virtual cards that can work with NFC and all. I am just asking, why not have a virtual card for anyone, and a physical card for those who need it?
👍  
properties (23)
authorronnie10
permlinkst1x6b
categoryhivedebit
json_metadata{"app":"hiveblog/0.1"}
created2025-03-13 07:37:15
last_update2025-03-13 07:37:15
depth1
children2
last_payout2025-03-20 07:37:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length243
author_reputation24,150,216,574,510
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,400,718
net_rshares31,565,164,777
author_curate_reward""
vote details (1)
@jthomasewsky ·
That also could work on iOS, I'm gonna try because those are really cool, I'll get in touch if I could do that in the future of the project.
properties (22)
authorjthomasewsky
permlinkre-ronnie10-st2lex
categoryhivedebit
json_metadata{"tags":["hivedebit"],"app":"peakd/2025.2.3"}
created2025-03-13 16:21:06
last_update2025-03-13 16:21:06
depth2
children0
last_payout2025-03-20 16:21:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation49,588,826,641,157
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,409,586
net_rshares0
@starkerz ·
Eventually, this project aims to have digital cards in your apple wallet too.  There is still a lot to do before then and its not guaranteed.  But we also would like to see digital Hive cards with NFC
properties (22)
authorstarkerz
permlinkst2h9l
categoryhivedebit
json_metadata{"app":"hiveblog/0.1"}
created2025-03-13 14:51:21
last_update2025-03-13 14:51:21
depth2
children0
last_payout2025-03-20 14:51:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length200
author_reputation107,320,470,462,549
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,407,330
net_rshares0
@ura-soul ·
Do you need to create some kind of legal entity to be able to contract with the card suppliers and/or interact with other systems?
properties (22)
authorura-soul
permlinkre-hivedebit-2025313t64028675z
categoryhivedebit
json_metadata{"type":"comment","tags":["hivedebit","dao","spendhbd","opensource","dhf"],"app":"ecency/3.2.1-mobile","format":"markdown+html"}
created2025-03-13 06:40:30
last_update2025-03-13 06:40:30
depth1
children5
last_payout2025-03-20 06:40:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation839,151,399,253,812
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,400,004
net_rshares0
@starkerz ·
$0.06
We will have to see.  As far as it currently goes, we dont need to.  But if we are going to receive payments in Fiat, we will need to.  That is not mission critical however, as the most important functionality is that anyone can source their own NFC card locally, add their own design to it and tap their phone to import the functionality to their card.  This main function does not require a company and it gives anyone who can source an NFC card access to this tech, permissionlessly
👍  
properties (23)
authorstarkerz
permlinkst2h79
categoryhivedebit
json_metadata{"app":"hiveblog/0.1"}
created2025-03-13 14:49:57
last_update2025-03-13 14:49:57
depth2
children4
last_payout2025-03-20 14:49:57
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.032 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length485
author_reputation107,320,470,462,549
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,407,290
net_rshares194,706,384,502
author_curate_reward""
vote details (1)
@ura-soul ·
Ok, so you can just order the cards in bulk as an individual? Or would each individual hive user order their own from a supplier using a template you provide the supplier?
properties (22)
authorura-soul
permlinkre-starkerz-st2jh0
categoryhivedebit
json_metadata{"tags":["hivedebit"],"app":"peakd/2025.2.3"}
created2025-03-13 15:38:57
last_update2025-03-13 15:38:57
depth3
children3
last_payout2025-03-20 15:38:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation839,151,399,253,812
root_title" Hive Debit Technical Documentation"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id141,408,792
net_rshares0