Product Link: View on CodeCanyon
Version: 1.0.0 | By: Softnir
The PropertyNir Addon System lets you extend your property platform with powerful features without touching core code. Each addon is a self-contained ZIP file you upload via the admin panel. Activate, configure, and go live in under 60 seconds.
Adds fractional property investment to PropertyNir. Users can buy tokens representing a share of any listed property and receive periodic profit distributions : all managed from your admin panel. No third-party services required. Everything runs on your platform wallet system.
/marketplace/token-properties| # | Function | Description |
|---|---|---|
| 1 | Token Properties : Create | Create a new tokenized property (Title, Location, Total Tokens, Price per Token, Minimum Buy, Return Rate, Return Period, Maturity Date, Images, Description) |
| 2 | Token Properties : Edit | Update any detail of an existing token property |
| 3 | Token Properties : Delete | Permanently remove a property listing (purchase records retained for audit) |
| 4 | Status Toggle | Switch property status between Active / Upcoming / Closed directly from the list |
| 5 | Token Investors | View all investments across all properties. Filter by property, user, or date range. Columns: User : Property : Tokens Held : Amount Paid : Purchase Date : Transaction Reference |
| 6 | Run Bonus | Distribute profit to all token holders of a selected property (or all active properties at once). Credits wallet automatically. Manual or auto via cron. |
| 7 | Bonus Log | Full history of every profit payout: property, user, amount, date, transaction reference |
| 8 | Manage Countries : Enable/Disable | Toggle individual countries on or off for location filters |
| 9 | Manage Countries : Add | Add a custom country with name, ISO code, and dial code |
| 10 | Manage Countries : Edit / Delete | Update or permanently remove a country entry |
| 11 | Activate Addon | Enable all Tokenization features, routes, and admin menus instantly |
| 12 | Deactivate Addon | Hide all features and routes. No data deleted : reactivate anytime |
| 13 | Delete Addon | Permanently remove addon files from server. Database tables and records are kept for safety |
| # | Function | Description |
|---|---|---|
| 1 | Browse Token Properties | Visit /marketplace/token-properties to see all Active properties. Each card shows token price, return rate, total supply, and tokens remaining. |
| 2 | View Property Details | Full property page with description, images, and investment form |
| 3 | Buy Tokens | Enter number of tokens to buy. Cost is deducted from platform wallet. |
| 4 | View Receipt | Receipt page with unique transaction reference after purchase. Accessible anytime under My Tokens : Receipt. |
| 5 | My Tokens Dashboard | View all token holdings under Dashboard : My Tokens |
| 6 | My Tokens : Bonus Log | View personal profit payment history |
After purchasing from CodeCanyon, download the Main File and extract (unzip) it on your computer. You will find two items:
| Item | What to do |
|---|---|
| : Documentation/ | Open Documentation/index.html in your browser to read the full install setup guide. Stays on your computer — does not go to the server. |
| : Tokenization.zip | This is the addon file. Upload this to your PropertyNir Admin Panel. Do not extract it — the Addon Manager needs it as a zip. |
Note: Only Tokenization.zip goes to your server. The Documentation folder stays on your computer for reference.
Admin : Addon Manager and click Upload Addon.tokenization.zip and click Upload. The system will automatically extract files, run database migrations, and register the addon as Inactive.Admin : Token Properties : Create to add your first tokenized property.Add this line to your server :s crontab to run profit distribution automatically. The system only pays when a property :s return period is due : no double payments.
* * * * * php /path/to/core/artisan schedule:run >> /dev/null 2> 1
Replace /path/to/core with the full server path to your PropertyNir core directory. Example: /home/youruser/public_html/core
Q: Do I need any external API or service?
A: No. The Tokenization addon works entirely within PropertyNir using your existing wallet and payment gateway system. No third-party APIs required.
Q: What happens to investor data if I deactivate the addon?
A: All data is preserved in the database. Deactivating only hides the routes and admin menus. Reactivate at any time to restore full access.
Q: Can I delete the addon safely?
A: Deleting removes addon files from the server but keeps all database tables and investor/bonus records for safety. You can drop those tables manually from your database manager if needed.
Q: How does profit distribution work?
A: Each token holder receives a share of the profit proportional to their token count. The amount is credited directly to their platform wallet. You can run it manually from Admin : Run Bonus, or set up a cron job for automatic distribution.
Q: Can I use this addon on any hosting?
A: Yes, on any PHP-compatible server. Free installation support is available for cPanel-powered web hosting.
We provide free installation support. If you are unable to install, please contact us.
If you have any questions or find any problems, we will fix them as soon as possible. If you need customization for your business, please contact us.
Contact us by:
Enjoying PropertyNir? Please leave a 5-star rating on CodeCanyon : it helps us continue improving the product and building more addons. Thank you for your support!
PropertyNir Tokenization Addon Documentation : v1.0.0 : 2026 Softnir : All rights reserved