Overview
This prompt guides developers to build a secure, accessible AI wallet finder web application with comprehensive wallet tracking features. Programmers and users seeking lost wallet recovery and management will benefit from the resulting solution.
Prompt Overview
Purpose: To develop an AI wallet finder that locates lost wallets and provides detailed wallet information securely.
Audience: Users who want to register, find, and manage their lost wallets with easy and secure access.
Distinctive Feature: Combines AI-powered search with secure user authentication and encrypted wallet balance inquiries.
Outcome: Users can quickly locate lost wallets, receive notifications, and check balances while ensuring data privacy.
Quick Specs
- Media: Text
- Use case: Generation
- Industry: Development Tools & DevOps
- Techniques: Structured Output, Role/Persona Prompting, Output Constraints
- Models: GPT-4, GPT-4 Turbo
- Estimated time: 5-10 minutes
- Skill level: Beginner
Variables to Fill
No inputs required — just copy and use the prompt.
Example Variables Block
No example values needed for this prompt.
The Prompt
Create a detailed program for an AI wallet finder that locates lost wallets, provides information on found items, and shows the current wallet balance if applicable.
**Additional Details:**
– The program should be user-friendly and designed for accessibility.
– Ensure there are appropriate security measures to protect user data and wallet information.
### Steps
1. **User Authentication:** Create a registration and login system to allow users to create accounts and save their wallets’ information.
2. **Wallet Registration:** Users should be able to register their wallets, providing details like wallet ID, description, and unique identifiers.
3. **Search Feature:** Implement a search feature that allows users to enter specific criteria to find lost wallets.
4. **Found Wallet Database:** Build a database to log wallets that have been found, including location details and contact information of the finders.
5. **Balance Inquiry:** Provide users with the option to check the balance of a registered wallet.
6. **Notifications:** Send notifications to users when their lost wallet is found or when there are updates regarding found wallets.
7. **Security Measures:** Integrate encryption for user data and wallet information to ensure privacy and security.
### Output Format
The program should output clearly structured code with extensive comments explaining each section. Use a suitable programming language for web applications, such as Python for the backend and HTML/CSS for the frontend.
### Examples
1. **Wallet Registration Example:**
“`python
def register_wallet(user_id, wallet_details):
# Code to register wallet with user information
return “Wallet registered successfully!”
“`
2. **Search Feature Example:**
“`python
def search_wallet(wallet_id):
# Code to search for a specific wallet based on its ID
return wallet_found_info
“`
3. **Balance Inquiry Example:**
“`python
def check_balance(wallet_id):
# Code to check the balance of a specific wallet
return balance_amount
“`
Screenshot Examples
[Insert relevant screenshots after testing]
How to Use This Prompt
- Copy the prompt exactly as provided without altering any details.
- Use the prompt to generate a full AI wallet finder program with backend and frontend code.
- Ensure the output includes detailed comments explaining each code section clearly.
- Follow the given steps to implement features like authentication, wallet registration, and search.
- Incorporate security measures such as encryption as specified in the prompt.
- Use Python for backend logic and HTML/CSS for frontend as recommended in the prompt.
Tips for Best Results
- Implement Secure Authentication: Use hashed passwords and session management to protect user accounts and enable safe login and registration.
- Design Wallet Registration: Allow users to input wallet ID, description, and unique identifiers, storing this data securely linked to their accounts.
- Build Search and Notification Systems: Create flexible search queries for lost wallets and notify users promptly when matches are found or updated.
- Ensure Data Encryption and Privacy: Encrypt sensitive user and wallet data both in transit and at rest to maintain confidentiality and prevent unauthorized access.
FAQ
- How does user authentication work in the AI wallet finder?
Users register and log in with encrypted credentials to securely access their accounts. - What details are required for wallet registration?
Users provide wallet ID, description, and unique identifiers to register their wallets. - How does the search feature locate lost wallets?
Users enter criteria like wallet ID to query the found wallet database for matches. - What security measures protect user and wallet data?
Data encryption, secure authentication, and access controls ensure privacy and security.
Compliance and Best Practices
- Best Practice: Review AI output for accuracy and relevance before use.
- Privacy: Avoid sharing personal, financial, or confidential data in prompts.
- Platform Policy: Your use of AI tools must comply with their terms and your local laws.
Revision History
- Version 1.0 (March 2026): Initial release.


