đģReclaim Protocol
Reclaim Protocol allows us to verify users with the help of multiple providers in order to provide collateral discount based on their Trust Score.

How do we use Reclaim in XIONIS?
More Verifications â Higher Trust Score â Higher Collateral Discount
1. Reclaim Verifier Backend
URL - https://xionis.onrender.com
Routes -
â GET /api/v1/reclaim/:address - Returns the list of verified providers for the given address
â GET /api/v1/reclaim/config/:provider - Returns the Reclaim Client Config for the given provider
â POST /api/v1/reclaim/proof - Stores the data associated with the verification
2. Reclaim Verifier on Neutron
We have deployed a basic verifier on Neutron Pion Testnet. It helps with the on chain submission of the proof generated after the verfication.
Code - https://github.com/parthg1901/xionis/tree/main/reclaim-client
Verifier Contract - https://neutron.celat.one/pion-1/contracts/neutron1gkwd8jlhx0y77tmcd0cckakl99xecvz28wjnxc8hfadhvnqtt5us0y6sfx
What's Next
Currently, we use 5 providers for determining the Trust Score. This number can easily be increased as the project scales further and the collateral discounts need to be reduced.
We also plan to adopt a decentralized approach to reduce server usage and bring the proofs directly to XION
Last updated