Know your car
In Brazil's used car market, a significant challenge is the widespread issue of transparency. Cars are often sold with tampered odometers or undisclosed modifications, leading to misrepresented values and conditions. This deception erodes consumer confidence and makes the buying and selling process unreliable and fraught with risk.
CarTracker revolutionizes the way vehicle histories are tracked by leveraging the credibility and reach of insurance companies and automakers. By accrediting car repair shops, these trusted entities ensure that every vehicle service, from maintenance to major repairs, is thoroughly documented.
- Accreditation: Insurance companies and automakers elect trusted agents, such as reliable garages and service shops.
- Documentation: Accredited shops meticulously record all service details, including odometer readings and alterations. This documentation is then uploaded to our decentralized system.
- Transparency and Trust: Every record includes details about the service performed and the accrediting entity, creating a chain of accountability. If a vehicle's condition does not match its documented history, it raises a verifiable red flag for potential buyers.
- Decentralized System: Our platform operates on a decentralized model, ensuring that the data is transparent and free from manipulative practices.
- Comprehensive Information: Consumers gain access to a complete history of the vehicle, including maintenance, repairs, crashes, and ownership transfers.
- AI-Enhanced Valuations: CarTracker uses AI to estimate the market price of vehicles based on their documented histories, helping buyers make informed decisions based on robust data.
- Elimination of Hidden Fees and Interests: The platform operates with a clear, straightforward model with no hidden fees or obscured agendas.
By aligning the interests of automakers, insurance companies, and consumers, CarTracker addresses a critical pain point in the automotive industry. Our solution restores confidence in the used car market, enabling both buyers and sellers to engage in transactions that are fair, transparent, and based on factual data.
Our vision for CarTracker is ambitious, and we are committed to continuous improvement and expansion. Here's what's on the horizon for CarTracker:
- Expand Accreditation: While insurance companies and automakers are our initial partners, we plan to incorporate consumer feedback into the accreditation process soon. By leveraging popular opinion, we aim to enhance the reliability ratings of service shops, further reinforcing transparency and trust.
- Partnership Development: We will continue to actively seek partnerships with additional insurance providers to increase the network of accredited service shops. This expansion will ensure more comprehensive coverage across various regions and car brands.
- Enhance Documentation Process: We intend to improve the user interface and experience for the documentation upload process, making it more intuitive and accessible for service shops. These enhancements will help ensure that data entry is as error-free and efficient as possible.
- Integration of AI for Fraud Detection: We will implement AI algorithms to analyze service records for patterns that might indicate fraudulent activities, such as tampering with odometer readings or unauthorized modifications.
- Optimize Blockchain Usage: Although blockchain technology is already integrated, we aim to optimize its use to maximize security and efficiency. Enhancements will focus on scalability and managing increased transaction volumes as our network grows.
- Global Expansion: Following a robust establishment in Brazil, we plan to scale Cartracker to other markets facing similar challenges, adapting our solution to meet local needs and regulations. By adhering to this roadmap, CarTracker will continue to strengthen the trust and transparency in the used car market, enabling buyers and sellers to make informed decisions confidently.
-
Frontend
- Next.js
- Typescript
- Cartesi
-
Backend
- Go
- Rollmelette (a framework for Go within the Cartesi infrastructure)
- PostgreSQL
-
Blockchain
-
- Cartesi(Execution Layer)
- Ethers.js
- IPFS
frontend
├── ABIs
├── app
├── assets
├── cartesi-client
├── components
├── lib
└── public
rollup
├── build
├── cmd
├── internal
│ ├── AI
│ ├── db
│ ├── middleware
│ ├── router
│ ├── services
│ └── utils
To run the application there are some dependencies that need to be installed due to the technologies used, they are:
- Node Js
To run the frontend app it is necessary to enter the frontend repository named frontend
and run the following commands to install the project dependencies and then to run the client.
$ pnpm i
$ pnpm dev
$ npm i -g @cartesi/cli
Warning
Rode o seguinte comando para verificar se instalação foi reaizada com sucesso e a sua máquina está pronta, antes de seguir em frente:
Input:
$ cartesi doctor
Output
Your system is ready.
$ cartesi build
$ cartesi run
Gabriel Farias Alves |
Marcelo Gomes Feitoza |
Paulo Presa Evangelista |
Victor Severiano de Carvalho |